Skip to content

Releases: maproulette/maproulette-backend

v4.9.5

Choose a tag to compare

@jake-low jake-low released this 16 Jul 22:04
3a61beb

What's Changed

  • Return MR tags with the review-task fetch to fix delayed display by @CollinBeczak in #1249
  • fix virtual challenge set by bounds by @CollinBeczak in #1234
  • Add 'paused' state to challenges to prevent task completion and review by @CollinBeczak in #1254
  • Refactor task retrieval logic in TaskDAL to improve performance by @CollinBeczak in #1255
  • Add liveness, readiness, and health endpoints by @jake-low in #1253
  • Add meta-review notification types and update NotificationService logic by @CollinBeczak in #1256
  • Use a separate DB connection pool and execution context for task rebuilding by @jake-low in #1252

Full Changelog: v4.9.4...v4.9.5

v4.9.3

Choose a tag to compare

@jake-low jake-low released this 06 Jun 02:48
b520724

What's Changed

Full Changelog: v4.9.2...v4.9.3

v4.9.2

Choose a tag to compare

@jake-low jake-low released this 04 Jun 22:37

What's Changed

  • Fix "Unsupported scalar value" error on Task JSON fields by @CollinBeczak in #1244
  • Ensure that challenge.bounding is always a Polygon by @jake-low in #1245
  • Remove updateChallengeCompletionMetrics scheduled job by @jake-low in #1246

Full Changelog: v4.9.1...v4.9.2

v4.9.1

Choose a tag to compare

@jake-low jake-low released this 03 Jun 17:09
433a804

What's Changed

  • Fix JsArray value type handling in TaskDAL to prevent ClassCastException by @CollinBeczak in #1243
  • Improve error logging when a task fails to be created by @jake-low in #1242

Full Changelog: v4.9.0...v4.9.1

v4.9.0

Choose a tag to compare

@jake-low jake-low released this 02 Jun 18:41

What's Changed

Full Changelog: v4.8.8...v4.9.0

v4.8.8

Choose a tag to compare

@CollinBeczak CollinBeczak released this 07 May 14:14
6a821a5

What's Changed

  • Remove staging deploy hook from CI workflow by @jake-low in #1225
  • Bypass challenge cache when recalculating task priorities to ensure updated rules and bounds are always applied. by @CollinBeczak in #1227

Full Changelog: v4.8.7...v4.8.8

v4.8.7

Choose a tag to compare

@CollinBeczak CollinBeczak released this 08 Apr 17:13
98fd705

What's Changed

  • Add boundingGeometries parsing from request body by @CollinBeczak in #1219
  • Fix leaderboard builder to include points for actions on deleted tasks by @CollinBeczak in #1221
  • Skip priority cascade when proximity is requested in task selection by @CollinBeczak in #1224
  • Include commenter username and conversation link in challenge comment notification emails by @CollinBeczak in #1222

Full Changelog: v4.8.6...v4.8.7

v4.8.6

Choose a tag to compare

@CollinBeczak CollinBeczak released this 19 Mar 18:37
e21fd60

What's Changed

  • Improve error handling and coordinate validation in Challenge and VirtualChallenge DALs by @CollinBeczak in #1218

Full Changelog: v4.8.5...v4.8.6

v4.8.5

Choose a tag to compare

@CollinBeczak CollinBeczak released this 19 Mar 01:58
b7bfbb6

What's Changed

Full Changelog: v4.8.4...v4.8.5

v4.8.4

Choose a tag to compare

@jake-low jake-low released this 09 Feb 22:53
bb19db5

What's Changed

  • Fix memory leak in HttpLoggingFilter by @jake-low in #1206
  • Add env vars for overriding some additional config parameters by @jake-low in #1209

Full Changelog: v4.8.3...v4.8.4