Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

30 lines (23 loc) · 1.05 KB

Changelog for node-ddns

The format is based on Keep a Changelog

  • Dyndns2 client included in DOHClient
  • Changed test.com to testing.com

1.0.1 (2021-01-02)

New

  • Implemented query timeout in all clients
  • Implemented a short-quick-type quiers directly in ddns class
  • Added simple recursive server example

Changes

  • Changed internal naming of createNXDomainResponseFromRequest to createNotFoundResponseFromRequest in serverutils
  • Changed internal naming of rawQuery to Query in all clients
  • Updated examples and readme to support new short-quick-type queries

Fixes

  • Cleanup of lingering objects on errors or rejects in all clients

1.0.0 (2021-01-01)

  • Initial release