js-waku/packages/dns-discovery/CHANGELOG.md

3.0 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.

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

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

Unreleased

0.0.5 - 2023-01-25

Changed

  • Replaced OpenDNS with AhaDNS in the default DoH DNS list.

Fixed

  • Moved chai to devDependencies.

0.0.4 - 2023-01-18

Changed

  • Improved test coverage, various fixes.