update#1
Merged
Merged
Conversation
Update bencode to the latest version 🚀
Update ws to the latest version 🚀
Code is already using safe-buffer, just replace the constructor API
Replace new Buffer with Buffer.from
add missing comma
Adjust npmignore
Update simple-get to the latest version 🚀
Fix filter function
- Filter before potentially creating a swarm that is not needed - Unify getSwarm()/createSwarm() into a getOrCreateSwarm() function
Co-authored-by: Renovate Bot <bot@renovateapp.com>
## [9.18.2](v9.18.1...v9.18.2) (2021-09-02) ### Bug Fixes * **deps:** update dependency socks to v2 ([#394](#394)) ([353e1f4](353e1f4))
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
## [9.18.3](v9.18.2...v9.18.3) (2021-10-29) ### Bug Fixes * **deps:** update dependency clone to v2 ([#393](#393)) ([dc6f796](dc6f796))
* Updated docs to better match default server config * docs: updated to more recent version * docs: Changed var to const * Update README.md Co-authored-by: Diego Rodríguez Baquero <github@diegorbaquero.com>
## [9.18.4](v9.18.3...v9.18.4) (2022-03-06) ### Bug Fixes * typo in ws example ([#417](#417)) ([023afb9](023afb9))
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
## [9.18.5](v9.18.4...v9.18.5) (2022-03-25) ### Bug Fixes * connection leaks ([#420](#420)) ([f7928cf](f7928cf))
* chore(deps): update actions/cache action to v3 * Update release.yml Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Diego Rodríguez Baquero <github@diegorbaquero.com>
## [9.18.6](v9.18.5...v9.18.6) (2022-05-11) ### Bug Fixes * revert [#420](#420) ([8d54938](8d54938))
* feat: Added `paused` client event * fix(events): fixed 'invalid event' response on 'paused' request from client * fix(styles): fixed extra semicolon
# [9.19.0](v9.18.6...v9.19.0) (2022-06-01) ### Features * **events:** Support of `paused` client event ([#411](#411)) ([ef76b3f](ef76b3f))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.