uriva
e45516d73a
Bugfix - when using AbortController, errors on resulting stream must be caught ( #539 )
...
ci / Node ${{ matrix.node }} / ${{ matrix.os }} (18, ubuntu-latest) (push) Has been cancelled
Release / Release (push) Has been cancelled
* use-native-fetch
* Bugfix: `res.body` should handle errors according to https://github.com/nodejs/undici/issues/3353#issuecomment-2184635954
* Revert "use-native-fetch"
This reverts commit d65460319e
.
* fix-quotes
* some-build-targets-return-different-output
2024-11-29 09:53:40 +00:00
Chocobozzz
f2f4990501
Add subpath import for client and server ( #535 )
ci / Node ${{ matrix.node }} / ${{ matrix.os }} (18, ubuntu-latest) (push) Has been cancelled
Release / Release (push) Has been cancelled
2024-11-07 18:00:51 +00:00
renovate[bot]
8b02864b51
chore(deps): update dependency tape to v5.9.0
ci / Node ${{ matrix.node }} / ${{ matrix.os }} (18, ubuntu-latest) (push) Has been cancelled
Release / Release (push) Has been cancelled
2024-09-17 01:32:55 +00:00
semantic-release-bot
fd5ea54559
chore(release): 11.1.2
...
## [11.1.2](https://github.com/webtorrent/bittorrent-tracker/compare/v11.1.1...v11.1.2 ) (2024-08-13)
### Bug Fixes
* statuscode ([#526 ](https://github.com/webtorrent/bittorrent-tracker/issues/526 )) ([e9d8f8c
](e9d8f8cd75
))
2024-08-13 21:40:59 +00:00
Cas_
e9d8f8cd75
fix: statuscode ( #526 )
2024-08-13 23:38:01 +02:00
semantic-release-bot
6a6280a03c
chore(release): 11.1.1
...
## [11.1.1](https://github.com/webtorrent/bittorrent-tracker/compare/v11.1.0...v11.1.1 ) (2024-07-01)
### Performance Improvements
* drop clone ([#523 ](https://github.com/webtorrent/bittorrent-tracker/issues/523 )) ([83a24ce
](83a24ce77f
))
2024-07-01 17:27:05 +00:00
Cas_
83a24ce77f
perf: drop clone ( #523 )
2024-07-01 18:23:38 +01:00
renovate[bot]
b21a6a5d0a
chore(deps): update dependency tape to v5.8.1
2024-06-17 19:33:37 +00:00
renovate[bot]
ed57d0c78a
chore(deps): update dependency tape to v5.8.0
2024-06-16 03:05:07 +00:00
semantic-release-bot
683fca88d6
chore(release): 11.1.0
...
# [11.1.0](https://github.com/webtorrent/bittorrent-tracker/compare/v11.0.2...v11.1.0 ) (2024-05-22)
### Bug Fixes
* semantic release ([#520 ](https://github.com/webtorrent/bittorrent-tracker/issues/520 )) ([428fb22
](428fb224f5
))
### Features
* updated webrtc implementation ([#519 ](https://github.com/webtorrent/bittorrent-tracker/issues/519 )) ([633d68a
](633d68a32c
))
2024-05-22 21:58:44 +00:00
Cas_
428fb224f5
fix: semantic release ( #520 )
2024-05-22 21:55:47 +00:00
Cas_
633d68a32c
feat: updated webrtc implementation ( #519 )
...
* feat: update webrtc implementation
* chore: update deps
2024-05-22 22:51:48 +01:00
krazak
f6a7993e84
Add event timestamp ( #516 )
2024-04-11 23:19:03 +01:00
semantic-release-bot
a4f956e3cb
chore(release): 11.0.2
...
## [11.0.2](https://github.com/webtorrent/bittorrent-tracker/compare/v11.0.1...v11.0.2 ) (2024-03-12)
### Bug Fixes
* **parse-http:** ignore announcements from peers with invalid announcement ports. ([#513 ](https://github.com/webtorrent/bittorrent-tracker/issues/513 )) ([fe75272
](fe75272d51
))
2024-03-12 17:43:38 +00:00
Brad Marsden
fe75272d51
fix(parse-http): ignore announcements from peers with invalid announcement ports. ( #513 )
2024-03-12 17:40:46 +00:00
renovate[bot]
ea1e78e1de
chore(deps): update dependency tape to v5.7.5
2024-02-15 22:48:38 +00:00
renovate[bot]
5e2f59be62
chore(deps): update dependency tape to v5.7.4
2024-01-26 06:46:53 +00:00
semantic-release-bot
a96ea91a6a
chore(release): 11.0.1
...
## [11.0.1](https://github.com/webtorrent/bittorrent-tracker/compare/v11.0.0...v11.0.1 ) (2024-01-16)
### Bug Fixes
* update build badge url ([#506 ](https://github.com/webtorrent/bittorrent-tracker/issues/506 )) ([3f59b58
](3f59b58a02
))
2024-01-16 12:34:36 +00:00
Arsène Fougerouse
3f59b58a02
fix: update build badge url ( #506 )
2024-01-16 13:31:45 +01:00
renovate[bot]
d9dacc869a
chore(deps): update dependency tape to v5.7.3
2024-01-14 06:57:54 +00:00
semantic-release-bot
e44bfe827b
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
2023-10-31 09:53:55 +00:00
Cas_
bce64e155d
feat(major): drop simple-get ( #443 )
...
BREAKING CHANGE: 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
2023-10-31 10:51:04 +01:00
renovate[bot]
e14738bd84
chore(deps): update dependency tape to v5.7.2
2023-10-22 06:48:46 +00:00
renovate[bot]
5e8673689f
chore(deps): update dependency tape to v5.7.1
2023-10-12 23:11:17 +00:00
renovate[bot]
de4a34b4aa
chore(deps): update dependency tape to v5.7.0
2023-09-22 23:07:25 +00:00
renovate[bot]
7ddd003591
chore(deps): update dependency semantic-release to v21.1.2
2023-09-17 05:12:49 +00:00
renovate[bot]
a6922f7ee8
chore(deps): update dependency semantic-release to v21.1.1
2023-08-25 16:55:38 +00:00
renovate[bot]
3268ae5d7f
chore(deps): update dependency semantic-release to v21.1.0
2023-08-25 03:23:03 +00:00
renovate[bot]
0f611476e6
chore(deps): update dependency semantic-release to v21.0.9
2023-08-21 03:32:06 +00:00
renovate[bot]
6c85f1eab1
chore(deps): update dependency semantic-release to v21.0.8
2023-08-21 01:17:30 +00:00
semantic-release-bot
ad00e13199
chore(release): 10.0.12
...
## [10.0.12](https://github.com/webtorrent/bittorrent-tracker/compare/v10.0.11...v10.0.12 ) (2023-08-09)
### Bug Fixes
* **deps:** update dependency bencode to v4 ([#487 ](https://github.com/webtorrent/bittorrent-tracker/issues/487 )) ([aeccf9c
](aeccf9c1c4
))
2023-08-09 07:50:55 +00:00
renovate[bot]
aeccf9c1c4
fix(deps): update dependency bencode to v4 ( #487 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-09 09:48:00 +02:00
semantic-release-bot
ae54372ce9
chore(release): 10.0.11
...
## [10.0.11](https://github.com/webtorrent/bittorrent-tracker/compare/v10.0.10...v10.0.11 ) (2023-08-01)
### Bug Fixes
* mangled scrape infohashes ([#486 ](https://github.com/webtorrent/bittorrent-tracker/issues/486 )) ([11cce83
](11cce83ddd
))
2023-08-01 22:08:37 +00:00
Cas
11cce83ddd
fix: mangled scrape infohashes ( #486 )
2023-08-01 23:05:46 +01:00
renovate[bot]
b487809c85
chore(deps): update dependency @webtorrent/semantic-release-config to v1.0.10
2023-07-24 12:07:25 +00:00
renovate[bot]
bd1acfbdc1
chore(deps): update actions/stale action to v8 ( #484 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-23 22:21:52 +02:00
renovate[bot]
63e51444e7
chore(deps): update dependency @mapbox/node-pre-gyp to v1.0.11 ( #482 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-23 22:20:04 +02:00
renovate[bot]
d2d361f953
chore(deps): update dependency tape to v5.6.6
2023-07-19 21:45:56 +00:00
renovate[bot]
9ca746802f
chore(deps): update dependency tape to v5.6.5
2023-07-13 22:53:44 +00:00
renovate[bot]
e4aa137108
chore(deps): update dependency semantic-release to v21.0.7
2023-07-06 07:27:21 +00:00
renovate[bot]
5c97a2e153
chore(deps): update dependency tape to v5.6.4
2023-07-03 09:15:24 +00:00
renovate[bot]
9840d4cfb9
chore(deps): update dependency semantic-release to v21.0.6
2023-06-30 02:05:26 +00:00
semantic-release-bot
fcafbe5099
chore(release): 10.0.10
...
## [10.0.10](https://github.com/webtorrent/bittorrent-tracker/compare/v10.0.9...v10.0.10 ) (2023-06-16)
### Performance Improvements
* use simple-peer/lite ([#475 ](https://github.com/webtorrent/bittorrent-tracker/issues/475 )) ([5b8db06
](5b8db067e4
))
2023-06-16 21:53:42 +00:00
Cas
5b8db067e4
perf: use simple-peer/lite ( #475 )
2023-06-16 22:50:47 +01:00
semantic-release-bot
e3dd9b9003
chore(release): 10.0.9
...
## [10.0.9](https://github.com/webtorrent/bittorrent-tracker/compare/v10.0.8...v10.0.9 ) (2023-06-16)
### Performance Improvements
* use peer/lite ([#474 ](https://github.com/webtorrent/bittorrent-tracker/issues/474 )) ([7c845f0
](7c845f030d
))
2023-06-16 21:08:26 +00:00
Cas
7c845f030d
perf: use peer/lite ( #474 )
2023-06-16 23:05:28 +02:00
renovate[bot]
0ddb991e3d
chore(deps): update dependency semantic-release to v21.0.5
2023-06-12 05:56:53 +00:00
semantic-release-bot
ff778f4946
chore(release): 10.0.8
...
## [10.0.8](https://github.com/webtorrent/bittorrent-tracker/compare/v10.0.7...v10.0.8 ) (2023-06-07)
### Bug Fixes
* bigInt ([#472 ](https://github.com/webtorrent/bittorrent-tracker/issues/472 )) ([d7061f7
](d7061f73b2
))
2023-06-07 18:05:08 +00:00
renovate[bot]
f9e8700177
chore(deps): update dependency semantic-release to v21 ( #459 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-07 19:00:05 +02:00
Cas
d7061f73b2
fix: bigInt ( #472 )
2023-06-07 17:44:34 +01:00