Releases: maproulette/maproulette-backend
Releases · maproulette/maproulette-backend
v4.2.3-prerelease1
run formatter
v4.2.2
[v4.2.2] - 2022-08-09
Features
- Add endpoint to move challenges to other project in bulk
System Updates
- Set thread pool sizes for akka default-dispatcher and hikaricp db
v4.2.1
[v3.9.1] - 2022-07-12
Features
- create retention for last selected layout
- Added 1 hour leaderboard caching
Fixes
- prevent negative review time values (API)
System Updates
- Document build/run approach using docker
- Update browserslist
- Remove references to end-of-life'd node 12
- add codecov to CI
- Auto-fix unused imports using 'sbt scalafixAll' (API)
- Fail the build if there are unused imports (API)
- Update many runtime dependencies (API)
- Jacoco analysis of unit tests (API)
- Run sbt tests and dependencyTree during CI (API)
v4.2.0
[v4.2.0] - 2022-06-14
Added
- Removed API_HOST from swagger.yml
- task_refresh_date is now changed when tasks are uploaded/added to challenge
Fixed
- filter out deleted tasks in taskCluster
Released with https://github.com/osmlab/maproulette3/releases/tag/v3.9.0
v4.1.2-prerelease1
add error tags to task history models
v4.1.1
[v4.1.1] - 2022-05-10
Added
- default completed_time_spent on completed tasks
- Add API version to swagger page
v4.1.1-prerelease1
add condition to fill completedTime if one isn't provided
v4.1.0-rev2
[v4.1.0-rev2] - 2022-04-19
Fixed
- Challenge creation with remoteJSON wasn't honoring priority rules
v4.1.0-prerelease2
Merge branch 'dev' of github.com:maproulette/maproulette2 into remote…
v4.1.0-rev1
disable httploggingfilter (#947)