Releases: maproulette/maproulette-backend
Releases · maproulette/maproulette-backend
v4.4.5
v4.4.5-prerelease2
change redirect to return json
v4.4.5-prerelease1
change redirect to return json
v4.4.4
[v4.4.4] - 2023-7-11
Release with maproulette3_v3.12.1
Features
- Add Review Table CSV Extract option - @CollinBeczak
v4.4.3
What's Changed
- Add missing string interpolation by @ljdelight in #1049
Full Changelog: v4.4.2...v4.4.3
v4.4.2
What's Changed
- Use a start-time delay to all scheduled jobs by @ljdelight in #1045
- Standardize scheduled task start and end log messages by @ljdelight in #1046
- Add more logging to 'challenge leaderboard' task by @ljdelight in #1048
Full Changelog: v4.4.1...v4.4.2
v4.4.1
What's Changed
- Publish OpenAPI 3.0 by @hiddewie in #1039
- Generate routes file dynamically based on file modification by @ljdelight in #1040
- Log NotAuthorized at the debug level instead of Error by @ljdelight in #1041
- Improve performance of calculating completion percentage in challenges by @ljdelight in #1044
Full Changelog: v4.4.0-rev2...v4.4.1
v4.4.0-rev2
Revert "filter out deleted/undiscoverable parents (#1030)" (#1034) This reverts commit 26e9ddd6ea9fdfdd5953f0a7417046ca0d808807.
v4.4.0-rev1
revise comment api to use prepared queries
v4.4.0
[v4.4.0] - 2023-4-11
Release with maproulette3_v3.12.0
Features
- Add Challenge Editor Review Setting
- Sent comments
Fixes
- fix sql to account for commas in c.name
- check class type in internalCreate before checking task count
- filter out deleted/undiscoverable parents
System Updates
- Fix links to Postman collection