accounting-service/CHANGELOG.md

37 lines
887 B
Markdown
Raw Permalink Normal View History

2020-07-14 14:03:58 +02:00
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2020-07-30 16:03:04 +02:00
# Changelog for Accounting Service
2024-04-23 12:42:27 +02:00
## [v2.1.0-SNAPSHOT]
- Added request filter to allow the service to properly run with any Smartgears version
2020-07-14 14:03:58 +02:00
## [v2.0.0]
2020-07-14 14:03:58 +02:00
- Switched analytics persistence to PostgreSQL [#21182]
- Switched JSON management to gcube-jackson [#19115]
2020-07-15 16:50:29 +02:00
- Fixed distro files and pom according to new release procedure
2020-07-14 14:03:58 +02:00
## [v1.3.0] [r4.11.0] - 2018-04-12
- Added Regex rule support with reload functionalities [#11232]
2020-07-14 14:03:58 +02:00
## [v1.2.0] [r4.10.0] - 2018-02-15
- Reorganize URLs to be REST compliant [#10810]
2020-07-14 14:03:58 +02:00
## [v1.1.0] [r4.7.0] - 2017-10-09
- Complete Refactor of Service [#9032]
- Record List is unmarshalled as JSON using jackson [#9033] [#9036]
- Always posting a List of Record even when we have to post a single one [#9034]
2020-07-14 14:03:58 +02:00
## [v1.0.0] [r4.5.0] - 2017-06-07
- First Release