File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,26 +8,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
88
99### [ 3.0.0-alpha.12] - 2026-04-13
1010
11- #### Added
12-
1311- toml backend (#49 )
14- - docker compose support + env var config overrides (#40 )
15-
16- #### Changed
17-
18- - remove local codeql config (#43 )
19- - update permissions to be explicit (#42 )
20-
21- #### Other
22-
23- - add: TOML stores for group, nameserver, permission, session (#47 )
24- - routes file organization (#46 )
25- - group factories (#44 )
26-
27-
28- - move mysql teardown/disconnect into mysql classes
12+ - add: TOML stores for group, nameserver, permission, session (#47 )
13+ - move mysql teardown/disconnect into mysql classes
2914- fix: don't log sensitive information
30- - add: TOML stores for group, nameserver, permission, session
15+ - routes file reorg (#46 )
16+ - factories for groups (#44 )
17+ - ci: remove local codeql config (#43 )
18+ - ci: update permissions to be explicit (#42 )
19+ - docker compose support + env var config overrides (#40 )
3120
3221### [ 3.0.0-alpha.11] - 2026-04-07
3322
Original file line number Diff line number Diff line change 4949 "@eslint/js" : " ^10.0.1" ,
5050 "eslint" : " ^10.2.0" ,
5151 "eslint-config-prettier" : " ^10.1.8" ,
52- "globals" : " ^17.4 .0"
52+ "globals" : " ^17.5 .0"
5353 },
5454 "dependencies" : {
5555 "@hapi/cookie" : " ^12.0.1" ,
5656 "@hapi/hapi" : " ^21.4.8" ,
5757 "@hapi/hoek" : " ^11.0.7" ,
5858 "@hapi/inert" : " ^7.1.0" ,
59- "joi" : " ^17.13.3" ,
6059 "@hapi/jwt" : " ^3.2.3" ,
6160 "@hapi/vision" : " ^7.0.3" ,
6261 "@nictool/dns-resource-record" : " ^1.6.0" ,
63- "@nictool/validate" : " ^0.8.9" ,
64- "hapi-swagger" : " ^17.3.2" ,
65- "mysql2" : " ^3.20.0" ,
66- "qs" : " ^6.15.0" ,
62+ "@nictool/validate" : " ^0.8.10" ,
63+ "hapi-swagger" : " github:KozyOps/hapi-openapi" ,
64+ "joi" : " ^18.1.2" ,
65+ "mysql2" : " ^3.22.0" ,
66+ "qs" : " ^6.15.1" ,
6767 "smol-toml" : " ^1.6.1"
6868 },
6969 "prettier" : {
7272 "singleQuote" : true ,
7373 "trailingComma" : " all"
7474 }
75- }
75+ }
You can’t perform that action at this time.
0 commit comments