Skip to content

Latest commit

 

History

History
64 lines (47 loc) · 2.15 KB

File metadata and controls

64 lines (47 loc) · 2.15 KB

Changelog

The format is based on Keep a Changelog.

CHANGES

Unreleased

3.0.0-alpha.8 - 2026-03-14

  • lib/zone: add limit option
  • lib/nameserver.js: handle null fields from DB
  • routes/zone: report zone name on validation failure

3.0.0-alpha.7 - 2026-03-13

  • fixes

3.0.0-alpha.6 - 2025-04-08

  • dep(eslint): upgraded to v9
  • dep(*): bump versions to latest
  • feat(conf.d/http): added tls
  • feat(session): added JWT for session auth
  • feat(zone): removed location
  • feat(routes/zone_record): added, fixes #17
  • change(routes/users): result is always array
  • change(routes/ns): GET id is optional, result is always array
  • change(routes/zone): GET id is optional, result is always array

3.0.0-alpha.5 - 2024-03-06

  • feat(lib/zone): added, with tests, fixes #22
  • feat(lib/zone_record): added, with tests, fixes #23
  • feat: default GET sets deleted=false
    • group, nameserver, permission, user, zone
  • sql: return indicative boolean for delete
  • test(zr): added maps from NT SQL 2 to dns-rr std formats

3.0.0-alpha.4 - 2024-03-05

  • feat(lib/nameserver): added, with tests
  • feat(routes/nameserver): added, with tests
  • routes/permission: added GET, POST, DELETE
  • permission.get: default search with deleted=0
  • session.put: added
  • session: store user/group info in cookie (saves DB trips)
  • mysql(insert, select, update, delete): return just the query
  • lib/group.get: convert booleans
  • lib/user.get: convert booleans