Releases: FwMotion/3scale-cms
Releases · FwMotion/3scale-cms
v2.0.1
v2.0.0
What's Changed
- [github-actions] (deps): Bump ASzc/change-string-case-action from 5 to 6 by @dependabot in #90
- [maven] (deps): Bump version.imposter from 3.31.3 to 3.31.6 by @dependabot in #88
- [maven] (deps): Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.1 to 3.3.2 by @dependabot in #89
- [maven] (deps): Bump org.pitest:pitest-maven from 1.15.2 to 1.15.3 by @dependabot in #91
- Transform to use JSON-based API by @rmgrimm in #92
- [maven] (deps): Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 by @dependabot in #95
- [maven] (deps): Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 by @dependabot in #94
- [maven] (deps): Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.1 to 3.2.2 by @dependabot in #93
- Pull back to JDK17 until JDK21 base container image is available by @rmgrimm in #96
- Fix up site generation, include coverage reports by @rmgrimm in #97
- Rework and split README.adoc by @rmgrimm in #98
Full Changelog: v1.1.0...v2.0.0
v1.1.0
This is the last version to support XML-based 3scale CMS APIs. Future versions will use the JSON-based CMS APIs.
What's Changed
- Use String format for version print by @hguerrero in #28
- Update README.adoc; including local build steps by @rmgrimm in #34
- Begin adding tests by @rmgrimm in #35
- Expand int size of IDs; add file content test. by @rmgrimm in #36
- Add dependabot config by @CarbonNeuron in #42
- Bump version.apache-httpclient from 4.5.13 to 4.5.14 by @dependabot in #49
- Bump org.jacoco:jacoco-maven-plugin from 0.8.8 to 0.8.10 by @dependabot in #50
- Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0 by @dependabot in #52
- Bump version.mapstruct from 1.5.3.Final to 1.5.5.Final by @dependabot in #47
- Bump org.pitest:pitest-junit5-plugin from 1.1.0 to 1.2.0 by @dependabot in #45
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.10.1 to 3.11.0 by @dependabot in #44
- Bump io.swagger:swagger-annotations from 1.6.5 to 1.6.11 by @dependabot in #43
- Bump version.jackson from 2.14.1 to 2.15.2 by @dependabot in #46
- Bump version.quarkus from 2.12.3.Final to 3.4.2 by @dependabot in #48
- Bump org.openapitools:openapi-generator-maven-plugin from 6.2.1 to 7.0.1 by @dependabot in #51
- Update and fix build by @rmgrimm in #63
- Bump org.apache.maven.plugins:maven-release-plugin from 3.0.0-M7 to 3.0.1 by @dependabot in #61
- Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.0.0-M7 to 3.1.2 by @dependabot in #54
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.0.0-M7 to 3.1.2 by @dependabot in #53
- Bump com.fasterxml.woodstox:woodstox-core from 6.4.0 to 6.5.1 by @dependabot in #57
- Added build.yml to run tests on pull requests by @ayushsarode in #65
- Enhance GitHub Actions workflow for performing releases by @rmgrimm in #67
- [maven] (deps): Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.3.0 to 3.4.1 by @dependabot in #68
- [maven] (deps): Bump org.apache.maven.plugins:maven-site-plugin from 4.0.0-M9 to 4.0.0-M10 by @dependabot in #69
- #41 Add new GitHub Actions workflow to submit dependency tree samples by @Monoradioactivo in #66
- Set up maven remote repository filtering by @rmgrimm in #70
- Add Javadoc and site generation by @rmgrimm in #24
- [maven] (deps): Bump org.apache.maven.plugins:maven-source-plugin from 3.2.1 to 3.3.0 by @dependabot in #72
- [maven] (deps): Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.4.1 to 3.6.0 by @dependabot in #71
- [maven] (deps): Bump org.pitest:pitest-maven from 1.15.0 to 1.15.1 by @dependabot in #73
- [maven] (deps): Bump version.quarkus from 3.4.2 to 3.4.3 by @dependabot in #74
- [maven] (deps): Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 by @dependabot in #75
- [maven] (deps): Bump org.jetbrains.dokka:dokka-maven-plugin from 1.9.0 to 1.9.10 by @dependabot in #77
- [maven] (deps): Bump version.imposter from 3.31.2 to 3.31.3 by @dependabot in #78
- [maven] (deps): Bump io.swagger:swagger-annotations from 1.6.11 to 1.6.12 by @dependabot in #76
- [maven] (deps): Bump org.pitest:pitest-junit5-plugin from 1.2.0 to 1.2.1 by @dependabot in #82
- [maven] (deps): Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.1.2 to 3.2.1 by @dependabot in #81
- [maven] (deps): Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 by @dependabot in #79
- [maven] (deps): Bump org.pitest:pitest-maven from 1.15.1 to 1.15.2 by @dependabot in #80
- Add support for builtin_section by @rmgrimm in #83
- [maven] (deps): Bump version.quarkus from 3.4.3 to 3.5.0 by @dependabot in #84
- Make updates to release scripts by @rmgrimm in #86
- Don't create parent directory on download if not specified by @rmgrimm in #87
New Contributors
- @hguerrero made their first contribution in #28
- @CarbonNeuron made their first contribution in #42
- @ayushsarode made their first contribution in #65
- @Monoradioactivo made their first contribution in #66
Full Changelog: v1.0.3...v1.1.0