mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2025-01-18 04:01:35 +00:00
chore(release): 11.0.0
# [11.0.0](https://github.com/webtorrent/bittorrent-tracker/compare/v10.0.12...v11.0.0) (2023-10-31) ### Features * **major:** drop simple-get ([#443](https://github.com/webtorrent/bittorrent-tracker/issues/443)) ([bce64e1
](bce64e155d
)) ### BREAKING CHANGES * **major:** drop simple-get * perf: drop simple-get * feat: undici agent and socks * fix: undici as dev dependency * feat: require user passed proxy objects for http and ws * chore: include undici for tests
This commit is contained in:
parent
bce64e155d
commit
e44bfe827b
@ -63,5 +63,6 @@
|
||||
- Paul Sharypov (pavloniym@gmail.com)
|
||||
- Cas (6506529+ThaUnknown@users.noreply.github.com)
|
||||
- Tom Snelling (tomsnelling8@gmail.com)
|
||||
- Cas_ (6506529+ThaUnknown@users.noreply.github.com)
|
||||
|
||||
#### Generated by tools/update-authors.sh.
|
||||
|
22
CHANGELOG.md
22
CHANGELOG.md
@ -1,3 +1,25 @@
|
||||
# [11.0.0](https://github.com/webtorrent/bittorrent-tracker/compare/v10.0.12...v11.0.0) (2023-10-31)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **major:** drop simple-get ([#443](https://github.com/webtorrent/bittorrent-tracker/issues/443)) ([bce64e1](https://github.com/webtorrent/bittorrent-tracker/commit/bce64e155df6ff9fa605898cbf7498bf76188d8b))
|
||||
|
||||
|
||||
### BREAKING CHANGES
|
||||
|
||||
* **major:** drop simple-get
|
||||
|
||||
* perf: drop simple-get
|
||||
|
||||
* feat: undici agent and socks
|
||||
|
||||
* fix: undici as dev dependency
|
||||
|
||||
* feat: require user passed proxy objects for http and ws
|
||||
|
||||
* chore: include undici for tests
|
||||
|
||||
## [10.0.12](https://github.com/webtorrent/bittorrent-tracker/compare/v10.0.11...v10.0.12) (2023-08-09)
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "bittorrent-tracker",
|
||||
"description": "Simple, robust, BitTorrent tracker (client & server) implementation",
|
||||
"version": "10.0.12",
|
||||
"version": "11.0.0",
|
||||
"author": {
|
||||
"name": "WebTorrent LLC",
|
||||
"email": "feross@webtorrent.io",
|
||||
|
Loading…
Reference in New Issue
Block a user