Releases: fair-acc/opencmw-java
Releases · fair-acc/opencmw-java
Establish new versioning scheme
This release aside from small minor implementation details establishes the new versioning scheme:
<yyyy>.<mm>.<micro> where <yyyy>.<mm>marks the year and month of the last API breaking change and <micro> is incremented on non breaking implementation fixes. The major and minor parts should match between java and c++ implementations while the micro version can be bumped independently.
Deployment changes
Only maven central related CI changes
maven central
Only CI changes related to publishing to maven central.
12.0.0
What's Changed
- updated BasicSample and Notify handling by @RalphSteinhagen in #71
- Publisher error handling by @wirew0rm in #70
- Broker and Worker Life-Cycle improvements by @RalphSteinhagen in #73
- Improve handling of blocking builds by adding timeouts by @wirew0rm in #80
- bump to restyled/restyler-clang-format:12.0.0 by @RalphSteinhagen in #84
- Fix deserialisation of nested inner static classes by @wirew0rm in #88
- Add command line interface by @RalphSteinhagen in #81
- bumped versions and fixed command-line interface by @RalphSteinhagen in #103
- bumped sundry versions of dependencies by @RalphSteinhagen in #110
- bumped additional versions of dependencies by @RalphSteinhagen in #119
- Various small improvements by @wirew0rm in #108
- Allow clipboard data on the top level of the struture by @wirew0rm in #124
- Add coverity github action by @wirew0rm in #126
- Bump version.slf4j from 2.0.0-alpha0 to 2.0.0-alpha2 by @dependabot[bot] in #121
- Bump version.javalin from 3.13.8 to 3.13.9 by @dependabot[bot] in #120
- Bump version.jetty from 9.4.42.v20210604 to 9.4.43.v20210629 by @dependabot[bot] in #122
- Bump jackson-databind from 2.12.3 to 2.12.4 by @dependabot[bot] in #123
- Correct coverity project name by @wirew0rm in #127
- Fix coverity project name II by @wirew0rm in #128
- Bump dependencies by @RalphSteinhagen in #147
- Add CodeQL workflow for GitHub code scanning by @lgtm-com[bot] in #209
- Bring CI and Dependencies up to date and synchronise opencmw-cpp changes by @wirew0rm in #225
- Opencmw-cpp compatibility by @wirew0rm in #226
- Opencmw-cpp interoperability fixes and testing by @wirew0rm in #239
- CI: make compatibility test binary executable by @wirew0rm in #251
Full Changelog: 11.0.1...12.0.0
OpenCMW Feature Release
Feature release with new functionalities and improvements:
- ClipboardWorker
- REST plugin improvements
- subscription matching and improved filters
- benchmark
- DNS lookup: service and client functionality
Initial OpenCMW release
11.0.0 Initial OpenCMW commit