Skip to content
Snippets Groups Projects
Commit 72ab3d9b authored by Chris Pastl's avatar Chris Pastl
Browse files

Merge branch 'release-1.0.0-alpha2' into 'main'

Release 1.0.0-alpha2

See merge request !16
parents 971d91f7 1d7eb836
No related branches found
No related tags found
1 merge request!16Release 1.0.0-alpha2
Pipeline #3544 passed
......@@ -9,16 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Test coverage (run with `make coverage`)
- Bade displaying coverage result (README)
- ...
### Changed
- Make properties in API schemas in CamelCase notation (aura#141)
- Avoid deprecation warning by replacing JSON encoder (#35)
- Move tests to ./tests (#5)
- Change HTTP status codes (204 No Content) for successful but empty POST/PUT responses, adapt tests (#5)
- ...
### Deprecated
......@@ -30,15 +25,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fix an issue where the configuration file is overwritten in the `make init.dev` target
- Fix an issue where the Docker Compose healthcheck failed (#39)
- Fix broken endpoint `/trackservice` (aura#185)
- Fix parameters and assertions in tests (#5)
- ...
### Security
- ...
## [1.0.0-alpha2] - 2023-06-19
### Added
- Test coverage (`make coverage` #40)
- Bade displaying coverage result (#40)
- Linting for Docstrings (#28)
### Changed
- Make properties in API schemas in CamelCase notation (aura#141)
- Avoid deprecation warning by replacing JSON encoder (#35)
- Move tests to ./tests (#5)
- Change HTTP status codes (204 No Content) for successful but empty POST/PUT responses, adapt tests (#5)
### Removed
- Delete unused files `requirements.txt` and `test-requirements.txt` (#44)
### Fixed
- Fix an issue where the configuration file is overwritten in the `make init.dev` target
- Fix an issue where the Docker Compose healthcheck failed (#39)
- Fix broken endpoint `/trackservice` (aura#185)
- Fix parameters and assertions in tests (#5)
## [1.0.0-alpha1] - 2023-02-28
Initial release.
......
......@@ -28,7 +28,7 @@ skip = [
[tool.poetry]
name = "aura-engine-api"
version = "1.0.0-alpha1"
version = "1.0.0-alpha2"
description = "AURA Engine API providing playlog and clock information."
license = "AGPL-3.0-or-later"
authors = ["David Trattnig <david@subsquare.at>"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment