@@ -5,24 +5,28 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
77## Unreleased
8+
9+ ## 0.1.1 - 2024-01-27
810### Added
911- Add ` /.well-known/security.txt ` endpoint, documentation for it and (disabled) file check on container startup which
1012 will crash the container intentionally if the file is missing. Check will be enabled with the release of version
11- 0.2.0, see also #225 . Closes issue #131 .
12- - Add HTTP header ` Etag ` to GET responses of element and collection endpoints, closes #88 .
13- - Add ` beste/psr-testlogger ` for creating easier unit tests, related to #88 .
13+ 0.2.0, see also [ #225 ] . Closes issue [ #131 ] .
14+ - Add HTTP header ` Etag ` to GET responses of element and collection endpoints, closes [ #88 ] .
15+ - Add ` beste/psr-testlogger ` for creating easier unit tests, related to [ #88 ] .
16+
1417### Changed
15- - Constants are changed to contain type declarations, closes #211 .
16- - Remove timeout from PHP-tasks, closes #220 . CI timeouts still apply.
17- - Upgrade PHP to 8.3.2, closes #236 . Skips interim PHP version 8.3.1, which was tracked in #223 .
18- - Enable ` composer mess ` in CI due to fixed upstream issue, closes #203 .
18+ - Constants are changed to contain type declarations, closes [ #211 ] .
19+ - Remove timeout from PHP-tasks, closes [ #220 ] . CI timeouts still apply.
20+ - Upgrade PHP to 8.3.2, closes [ #236 ] . Skips interim PHP version 8.3.1, which was tracked in [ #223 ] .
21+ - Enable ` composer mess ` in CI due to fixed upstream issue, closes [ #203 ] .
1922- Enable PHP CS Fixer rule ` self_accessor ` , which prefers ` self ` over the element's class name.
2023- Change value of HTTP header ` X-Powered-By ` to ` Ember Nexus API ` .
21- - Move configuration files and scripts out of root folder, closes #237 .
22- - Replace flysystem AWS with ` async-aws/s3 ` , closes #235 .
24+ - Move configuration files and scripts out of root folder, closes [ #237 ] .
25+ - Replace flysystem AWS with ` async-aws/s3 ` , closes [ #235 ] .
2326- Upgrade dependencies.
27+
2428### Fixed
25- - Fix monospace font in documentation (graph renderings), closes #152 .
29+ - Fix monospace font in documentation (graph renderings), closes [ #152 ] .
2630- Fix bug where updated timestamps where not updated when they already where set to a value.
2731
2832## 0.1.0 - 2023-12-16
0 commit comments