0.0.33
0.0.33 - 2023-10-25
Added
- Add diverse unit tests.
- Add timeout to some GitHub Action jobs.
- Command examples are now automatically checked.
- More commands are documented.
- Add git and ssh to development Docker image.
- Add GET /me endpoint and associated documentation, examples and tests. Closes [#142].
- Add GET /token endpoint (again), this time finished. Closes [#72].
Changed
- Rename term “session” to “token”, closes [#145].
- Finalise documentation for the POST /token endpoint, closes [#49].
- Implement changes from [#161], closes it.
- Improve documentation, closes [#162].
- Elements in endpoint get index are now sorted via the element’s id.
- Relations in collection endpoints are sorted by their id as well.
- Upgrade upstream dependency NGINX Unit to 1.31.1.
Fixed
- Property normalization is now standardized across endpoints, and uses events. Closes [#166].
- Implement changes from [#161].
- Fix id and link properties in parents, children and related endpoints are wrong, closes [#164].