Releases: maproulette/maproulette-backend
Releases · maproulette/maproulette-backend
v4.2.7-prerelease1
Update to jackson 2.13.4 (#992) Update from jackson 2.11.4 to 2.13.4, fixing some CVEs found in the older version.
v4.2.6
[v4.2.6] - 2022-11-22
Fixes
- Challenge comments not sending notifications
System Updates
- Update to jackson 2.13.4
v4.2.6-prerelease1
retrieve challengeOwner id for challenge comments
v4.2.5
[v4.2.5] - 2022-11-08
Features
- store api key in OSM (API)
System Updates
- Update a few dependencies (API)
- Provide missing IDs to withOptionCaching (API)
- Fix warnings for "Auto-application to () is deprecated" (API)
v4.2.5-prerelease1
store api key in OSM (#990) * add apiKeyToOSM method * run formatter
v4.2.4-prerelease2
Add Challenge Comment Notifications for Owners (#975) * notify the challenge owners of challenge comments * run scalafmt * remove unused var * fix variable reference to email setting * run formatter again
v4.2.4
[v4.2.4] - 2022-10-11
Features
- Add Challenge Comment Notifications for Owners
- modify mappedOn date depending on task status
Fixes
- Fix typos in routes files
System Updates
- Update to swagger-ui 4.14.2 and tweak its config
- Update to sbt-scalafmt 2.4.6 and check *.sbt during CI
- scalastyle: Switch to com.beautiful-scala:sbt-scalastyle
- Use only sonatypeOss releases resolver
- Update: scala 2.13.9 and sbt-scalafix 0.10.3
- Create the CaffeineCache implementation
v4.2.4-prerelease1
move skipped status condition
v4.2.3-prerelease2
modify bulk task status update into a build flow (#971) * modify bulk task status update into build flow * run formatter * Add some logging and check if the Future completes (#972) Co-authored-by: Lucas Burson <[email protected]>
v4.2.3
[v4.2.3] - 2022-09-13
Fixes
- Modify bulk task status update into a build flow
System Updates
- Apply scalafmt and require scalafmtCheck during CI build
- Update sbt, joda, postgres dependencies