Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.2.0 (2024-12-19)
Features
Bug Fixes
1.1.1 (2024-11-28)
1.1.0 (2024-10-30)
Features
1.0.1 (2024-10-27)
Bug Fixes
- changed schema bundle to dereference (#51) (4be6da0)
- express metrics works (#54) (f96e053)
- when schema is not found in post config correct http code is returned (#50) (cec662a)
1.0.0 (2024-10-13)
Features
- added is latest (#36) (29eb92b)
- added pattern validation for config name (d979f08)
- added sorting to get configs request (#40) (238b742)
- capabilities endpoint (#2) (5f553ce)
- config endpoints (#3) (31de474)
- config refs (#16) (78c392d)
- implemented schema endpoints (#1) (02ccad7)
- server is now deployable (#48) (5b97014)
- upgraded json schema version to 2019-09 (#45) (684e7d4)
Bug Fixes
- changed configname pattern so sequential dashes are prohibited (1f4bdcf)
- fixed incorrect id in schematree request (#25) (8dd35cc)
- query was incorrect (#31) (e11ad9d)
- separated the schema cache between dereferenced and non dereferenced schemas (#27) (5523da3)
- support ref in object root and not return 500 (#41) (93318f2)
- when schema of previous version is different error is thrown (#33) (8a76558)