Skip to content

Releases: webtorrent/bittorrent-protocol

v4.1.1

25 Jan 03:08

Choose a tag to compare

4.1.1 (2023-01-25)

Bug Fixes

  • deps: update dependency bencode to v3 (#101) (32e02d1)

v4.1.0

15 Dec 23:41

Choose a tag to compare

4.1.0 (2022-12-15)

Features

v4.0.1

14 May 00:36

Choose a tag to compare

4.0.1 (2022-05-14)

Bug Fixes

  • replace speedometer with throughput (#92) (642ac8e)

v4.0.0

28 Apr 09:48

Choose a tag to compare

4.0.0 (2022-04-28)

chore

BREAKING CHANGES

  • ESM only

v3.5.4

28 Apr 09:41

Choose a tag to compare

3.5.4 (2022-04-28)

Code Refactoring

BREAKING CHANGES

  • ESM only

  • chore: update imports and export index.js

esm import/export syntax
Signed-off-by: Lakshya Singh lakshay.singh1108@gmail.com

  • chore: update imports in tests

esm import syntax with path
Signed-off-by: Lakshya Singh lakshay.singh1108@gmail.com

  • chore: bump bitfield for esm

4.1.0 is esm based while 4.0.0 was commonjs
Signed-off-by: Lakshya Singh lakshay.singh1108@gmail.com

  • chore: update package.json for esm

specify minimum nodejs version for esm support
exports defined
type change to module
Signed-off-by: Lakshya Singh lakshay.singh1108@gmail.com

  • chore: update readme with esm syntax

Signed-off-by: Lakshya Singh lakshay.singh1108@gmail.com

v3.5.3

22 Apr 09:54

Choose a tag to compare

3.5.3 (2022-04-22)

Bug Fixes

  • infinite loop when an allowed-fast request is pending on choke (#88) (a3d28da)

v3.5.2

27 Mar 19:47

Choose a tag to compare

3.5.2 (2022-03-27)

Bug Fixes

  • deps: update dependency debug to ^4.3.4 (#85) (117ecf3)

v3.5.1

20 Jan 12:28

Choose a tag to compare

3.5.1 (2022-01-20)

Bug Fixes

  • reject on error and activation guards for Fast Extension (#79) (d59075b)

v3.5.0

17 Jan 16:38

Choose a tag to compare

3.5.0 (2022-01-17)

Features

  • add BEP6 Fast Extension messages (#75) (319136d)

v3.4.5

17 Jan 16:35

Choose a tag to compare

3.4.5 (2022-01-17)

Bug Fixes

  • return this from destroy and end (#74) (cba86e5)