Releases: maproulette/maproulette-backend
Releases · maproulette/maproulette-backend
v4.3.3
[v4.3.3] - 2023-3-21
Release with maproulette3_v3.11.9
System Updates
- Remove Concurrently from 48.sql
v4.3.2
[v4.3.2] - 2023-3-1
Release with maproulette3_v3.11.9
Features
- Apply review_started_at to all tasks in a bundle
- Remove mandatory valid session requirement when fetching task history
Fixes
- Prevent duplicate notifications of challenge ccompletion
v4.3.2-prerelease1
remove mandatory valid session requirement when fetching task history…
v4.3.1
[v4.3.1] - 2023-1-24
Released with maproulette3 v3.11.7
Features
- Create API endpoint /api/v2/service/info
- Generate BuildInfo.scala with useful build-time data
Fixes
- Require authN for routes in DataController.scala
- Enforce max task count for POST /api/v2/tasks
- use reviewStartedAt when there's no reviewClaimedAt
System Updates
- Remove old files
- Update scalac opts to see more possible code issue
- Improve the sbt swagger routes file generation
- More logging when storing user API key in OSM
- Simplify the application.conf and dev.conf.example
- Support conf overrides of max tasks per challenge
- README show to use postgis:13-3.3
- Set caffeine as the default cache type
v4.3.0
[v4,3,0] - 2023-1-10
Features
- Remove changesetUrl configs and make mandatory
- Use reviewStartedAt when there's no reviewClaimedAt
System Updates
- update maproulette3 github location
v4.3.0-prerelease1
update repository names (#1000)
v4.2.8
move notificationIds to json in services (#997) * move notificationIds to json in services * run scala fix all
v4.2.7
[v4.2.7] - 2022-12-13
Features
- create users findAll service for superusers
Fixes
- prevent duplicate notifications in task bundles
System Updates
- Update docs to show how to import the project
v4.2.7-prerelease3
create users findAll service for superusers (#996)
v4.2.7-prerelease2
prevent duplicate notifications in task bundles (#994) * prevent duplicate notifications in task bundles * run formatter