Releases: maproulette/maproulette-java-client
Releases · maproulette/maproulette-java-client
v0.4.8 Release
What's Changed
Test dependency updates and slf4j.
- Bump com.github.spotbugs from 6.0.2 to 6.0.4 by @dependabot in #149
- Bump depSlf4jVersion from 2.0.9 to 2.0.10 by @dependabot in #151
- Bump com.github.spotbugs from 6.0.4 to 6.0.5 by @dependabot in #153
- Bump depSlf4jVersion from 2.0.10 to 2.0.11 by @dependabot in #154
- Bump com.diffplug.spotless from 6.23.3 to 6.24.0 by @dependabot in #156
- Bump org.mockito:mockito-core from 5.8.0 to 5.9.0 by @dependabot in #155
- Bump com.github.spotbugs from 6.0.5 to 6.0.7 by @dependabot in #160
- Bump com.diffplug.spotless from 6.24.0 to 6.25.0 by @dependabot in #158
- Bump org.mockito:mockito-core from 5.9.0 to 5.10.0 by @dependabot in #159
- Bump com.github.spotbugs from 6.0.7 to 6.0.9 by @dependabot in #169
- Bump depSlf4jVersion from 2.0.11 to 2.0.12 by @dependabot in #162
- Bump org.mockito:mockito-core from 5.10.0 to 5.11.0 by @dependabot in #165
- Bump depSlf4jVersion from 2.0.12 to 2.0.13 by @dependabot in #173
- Bump com.github.spotbugs from 6.0.9 to 6.0.12 by @dependabot in #172
- Bump org.junit.jupiter:junit-jupiter-engine from 5.10.1 to 5.10.2 by @dependabot in #171
Full Changelog: 0.4.7...0.4.8
v0.4.7 Release
What's Changed
No functional changes to API consumers, as this release only updates test dependencies. Creating a release to ensure the publication workflow functions.
Test Dependency Updates
- Bump com.diffplug.spotless from 6.22.0 to 6.23.3 by @dependabot in #147
- Bump org.mockito:mockito-core from 5.7.0 to 5.8.0 by @dependabot in #144
- Bump com.github.spotbugs from 5.2.1 to 6.0.2 by @dependabot in #146
Full Changelog: 0.4.6...0.4.7
v0.4.6 Release
What's Changed
- Add taskWidgetLayout property to Challenge model and update tests by @ljdelight in #134
- Bump depSlf4jVersion from 2.0.7 to 2.0.9 by @dependabot in #130
- Bump com.fasterxml.jackson.core:jackson-databind from 2.9.8 to 2.15.3 by @dependabot in #128
- Fix ProjectAPIIntegrationTests and add it to CI by @ljdelight in #135
- Update version to 0.4.6-SNAPSHOT by @ljdelight in #138
Test Dependency Updates
- Bump org.sonarqube from 4.0.0.2929 to 4.4.1.3373 by @dependabot in #131
- Bump com.github.spotbugs from 5.2.0 to 5.2.1 by @dependabot in #133
- Bump com.github.spotbugs from 5.0.14 to 5.2.0 by @dependabot in #132
- Bump org.mockito:mockito-core from 5.6.0 to 5.7.0 by @dependabot in #137
- Bump org.junit.jupiter:junit-jupiter-engine from 5.10.0 to 5.10.1 by @dependabot in #136
Full Changelog: 0.4.5...0.4.6
v0.4.5 Release
What's Changed
- Update old links and clarify how 'version' is used by @ljdelight in #95
- Remove references of 'dev' branch by @ljdelight in #96
- Create dependabot.yml by @ljdelight in #97
- Create codeql.yml by @ljdelight in #102
- Remove dependabot PR limit by @ljdelight in #103
- Update Gradle from 6.9.4 to 7.6.1 by @ljdelight in #104
- Refactor dependency versions to use top-level ext block by @ljdelight in #105
- Update slf4j-api, junit, mockito by @ljdelight in #106
- Use lombok configuration from 'io.freefair.lombok' by @ljdelight in #107
- Update apache httpclient by @ljdelight in #108
- Include challenge preferredTags and preferredReviewTags to tests by @ljdelight in #122
- Update GH Actions to use newer versions and cache mechanisms by @ljdelight in #124
- Bump org.mockito:mockito-core from 5.2.0 to 5.6.0 by @dependabot in #123
- Bump com.diffplug.spotless from 6.14.1 to 6.22.0 by @dependabot in #125
- Bump org.junit.jupiter:junit-jupiter-engine from 5.9.2 to 5.10.0 by @dependabot in #126
- Use version=0.4.5-SNAPSHOT in gradle.properties by @ljdelight in #129
New Contributors
- @dependabot made their first contribution in #123
Full Changelog: 0.4.4...0.4.5
v0.4.4 Release
This release finalizes the move from TravisCI to GitHub Actions for the jar artifacts.
What's Changed
- Automate the sonatype project close and release by @ljdelight in #94
Full Changelog: 0.4.3...0.4.4
v0.4.3 Release
What's Changed
- Use GitHub Actions to sign and publish the artifacts by @ljdelight in #92
- Quote the publication reposity name by @ljdelight in #93
Full Changelog: 0.4.2...0.4.3
v0.4.2
Recreate the 0.4.2
release to test out GH Action publications for a release.
What's Changed
- Update gradle.properties for dev 0.4.2 by @ljdelight in #90
- Use 'set -x' to simplify script debugging and use 'maproulette' by @ljdelight in #91
Full Changelog: 0.4.1...0.4.2
v0.4.1 Release
What's Changed
- Set 'useSystemProperties' on HttpClient builder by @ljdelight in #89
Full Changelog: 0.4.0...0.4.1
0.4.0
What's Changed
- Improve the validation of rule lists by @ljdelight in #86
- rename maproulette2 to maproulette-backend by @jschwarz2030 in #87
Full Changelog: 0.3.12...0.4.0
V0.3.12 Release
What's Changed
- Fix method name 'MapRouletteConnection.getRequestBodyAsString' by @ljdelight in #78
- Allow integration tests to be ran by @ljdelight in #81
- Enable spotbugs scans and do not fail the build by @ljdelight in #80
- Configure and document the simplelogger.properties for easier debugging by @ljdelight in #79
- Avoid unnecessary http requests due to map getOrDefault by @ljdelight in #83
- Use a shared ObjectMapper instance by @ljdelight in #84
- Run CI integration tests for PRs and branches by @ljdelight in #85
- lower batch limit by @jschwarz2030 in #82
New Contributors
- @jschwarz2030 made their first contribution in #82
Full Changelog: 0.3.11...0.3.12