mirror of https://github.com/waku-org/js-waku.git
9.1 KiB
9.1 KiB
Changelog
All notable changes to this project will be documented in this file.
The file is maintained by Release Please based on Conventional Commits specification, and this project adheres to Semantic Versioning.
Dependencies
- The following workspace dependencies were updated
- dependencies
- @waku/enr bumped from 0.0.6 to 0.0.7
- devDependencies
- @waku/interfaces bumped from 0.0.8 to 0.0.9
- dependencies
Dependencies
- The following workspace dependencies were updated
- dependencies
- @waku/enr bumped from 0.0.7 to 0.0.8
- @waku/utils bumped from 0.0.2 to 0.0.3
- devDependencies
- @waku/interfaces bumped from 0.0.9 to 0.0.10
- dependencies
Dependencies
- The following workspace dependencies were updated
- dependencies
- @waku/enr bumped from 0.0.8 to 0.0.9
- dependencies
Dependencies
- The following workspace dependencies were updated
- dependencies
- @waku/enr bumped from 0.0.10 to 0.0.11
- @waku/utils bumped from 0.0.4 to 0.0.5
- devDependencies
- @waku/interfaces bumped from 0.0.11 to 0.0.12
- dependencies
Dependencies
- The following workspace dependencies were updated
- dependencies
- @waku/enr bumped from 0.0.12 to 0.0.13
- @waku/utils bumped from 0.0.6 to 0.0.7
- devDependencies
- @waku/interfaces bumped from 0.0.13 to 0.0.14
- dependencies
0.0.17 (2023-09-11)
⚠ BREAKING CHANGES
- upgrade to libp2p@0.45 (#1400)
- @waku/relay (#1316)
Features
- @waku/relay (#1316) (50c2c25)
- Allow passing of multiple ENR URLs to DNS Discovery & dial multiple peers in parallel (#1379) (f32d7d9)
- dns-discovery: Set default for
NodeRequirements
(#1466) (aab9c08) - Upgrade to libp2p@0.45 (#1400) (420e6c6)
Bug Fixes
- dns-discovery: Use DOH list from dns-query (1dd3210)
- Improve connection manager error handling + edge cases (#1450) (785df52)
- Remove typesVersions (#1359) (0ad1954)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @waku/enr bumped from 0.0.16 to 0.0.17
- @waku/utils bumped from 0.0.10 to 0.0.11
- devDependencies
- @waku/interfaces bumped from 0.0.17 to 0.0.18
- dependencies
0.0.16 (2023-08-02)
Bug Fixes
Dependencies
- The following workspace dependencies were updated
- dependencies
- @waku/enr bumped from 0.0.15 to 0.0.16
- @waku/utils bumped from 0.0.9 to 0.0.10
- devDependencies
- @waku/interfaces bumped from 0.0.16 to 0.0.17
- dependencies
0.0.15 (2023-07-26)
⚠ BREAKING CHANGES
- upgrade to libp2p@0.45 (#1400)
Features
- Upgrade to libp2p@0.45 (#1400) (420e6c6)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @waku/enr bumped from 0.0.14 to 0.0.15
- @waku/utils bumped from 0.0.8 to 0.0.9
- devDependencies
- @waku/interfaces bumped from 0.0.15 to 0.0.16
- dependencies
0.0.14 (2023-06-08)
Features
- Allow passing of multiple ENR URLs to DNS Discovery & dial multiple peers in parallel (#1379) (f32d7d9)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @waku/enr bumped from 0.0.13 to 0.0.14
- @waku/utils bumped from 0.0.7 to 0.0.8
- devDependencies
- @waku/interfaces bumped from 0.0.14 to 0.0.15
- dependencies
0.0.12 (2023-05-18)
⚠ BREAKING CHANGES
- @waku/relay (#1316)
Features
Bug Fixes
Dependencies
- The following workspace dependencies were updated
- dependencies
- @waku/enr bumped from * to 0.0.12
- @waku/utils bumped from * to 0.0.6
- devDependencies
- @waku/interfaces bumped from * to 0.0.13
- dependencies
0.0.10 (2023-04-03)
Bug Fixes
- dns-discovery: Use DOH list from dns-query (1dd3210)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @waku/enr bumped from 0.0.9 to 0.0.10
- @waku/utils bumped from 0.0.3 to 0.0.4
- devDependencies
- @waku/interfaces bumped from 0.0.10 to 0.0.11
- dependencies
0.0.6 (2023-03-16)
⚠ BREAKING CHANGES
- add exports map to @waku/utils (#1201)
- directly convert from ENR to
PeerInfo
, remove unneeded utility - extract decoder code
- bump typescript
- bump libp2p dependencies
Features
- Add mocha to dns-discovery (#1154) (f945eb9)
- DNS discovery as default bootstrap discovery (#1114) (11819fc)
Bug Fixes
- dns-discovery/peer-exchange: Check if peer is already tagged (952aadd)
- Prettier and cspell ignore CHANGELOG (#1235) (4d7b3e3)
Miscellaneous Chores
- Add exports map to @waku/utils (#1201) (a30b2bd)
- Bump libp2p dependencies (803ae7b)
- Bump typescript (12d86e6)
- Directly convert from ENR to
PeerInfo
, remove unneeded utility (6dbcde0) - Extract decoder code (130c49b)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @waku/enr bumped from * to 0.0.6
- @waku/utils bumped from * to 0.0.2
- devDependencies
- @waku/interfaces bumped from * to 0.0.8
- dependencies
Unreleased
0.0.5 - 2023-01-25
Changed
- Replaced OpenDNS with AhaDNS in the default DoH DNS list.
Fixed
- Moved
chai
todevDependencies
.
0.0.4 - 2023-01-18
Changed
- Improved test coverage, various fixes.