Skip to content

Releases: maproulette/maproulette-backend

v4.2.7-prerelease1

27 Nov 20:16
0b8a894
Compare
Choose a tag to compare
v4.2.7-prerelease1 Pre-release
Pre-release
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

23 Nov 03:51
0b8a894
Compare
Choose a tag to compare

[v4.2.6] - 2022-11-22

Fixes

  • Challenge comments not sending notifications

System Updates

  • Update to jackson 2.13.4

v4.2.6-prerelease1

16 Nov 23:56
Compare
Choose a tag to compare
v4.2.6-prerelease1 Pre-release
Pre-release
retrieve challengeOwner id for challenge comments

v4.2.5

09 Nov 00:31
46120e4
Compare
Choose a tag to compare

[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

30 Oct 18:53
46120e4
Compare
Choose a tag to compare
v4.2.5-prerelease1 Pre-release
Pre-release
store api key in OSM (#990)

* add apiKeyToOSM method

* run formatter

v4.2.4-prerelease2

11 Oct 18:43
9fb96d0
Compare
Choose a tag to compare
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

11 Oct 22:00
9fb96d0
Compare
Choose a tag to compare

[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

28 Sep 20:40
Compare
Choose a tag to compare
move skipped status condition

v4.2.3-prerelease2

13 Sep 00:25
5ea3a1e
Compare
Choose a tag to compare
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

13 Sep 23:01
5ea3a1e
Compare
Choose a tag to compare

[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