Skip to content

Releases: maproulette/maproulette-backend

v4.6.0

15 Oct 23:05
6ab3acd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.5.6...v4.6.0

v4.5.6

17 Aug 04:05
ba1f32e
Compare
Choose a tag to compare

What's Changed

Addresses maproulette/maproulette3#2414

Full Changelog: v4.5.4...v4.5.6

v4.5.4

14 Aug 00:26
2a2e18c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.5.3...v4.5.4

v4.5.3

11 Jun 19:26
5949dc0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.5.2...v4.5.3

v4.5.2

09 Jun 03:07
60fbbd8
Compare
Choose a tag to compare

What's Changed

An issue was identified where the maproulette.secret.key failed to override correctly when using the MAPROULETTE_SECRET_KEY environment variable. This was due to the HOCON substitution of the environment variable being quoted, which prevented the substitution from occurring. The issue does not occur when the configuration variable was directly overridden in the conf, for instance, maproulette.secret.key = "asdf1234".

Full Changelog: v4.5.1...v4.5.2

v4.5.1

02 Jun 02:27
f1e9b83
Compare
Choose a tag to compare

What's Changed

  • Store new API key instead of old API key on API key reset by @tsmock in #1127
  • Introduce maproulette.secret.key conf and MAPROULETTE_SECRET_KEY env by @ljdelight in #1128
  • update task caching for task bundling endpoints by @CollinBeczak in #1126

The above resolves issue #1129.

Full Changelog: v4.5.0...v4.5.1

v4.5.0

29 May 02:01
9026e61
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.4.16...v4.5.0

v4.4.16

15 May 02:39
f15d233
Compare
Choose a tag to compare

[v4.4.16] - 2024-5-14

Released with maproulette3_v3.15.1

What Changed

Full Changelog: v4.4.15...v4.4.16

v4.4.15

23 Feb 22:01
49bffd1
Compare
Choose a tag to compare

What's Changed

  • Improve stability by disabling dynamic leaderboard queries by @ljdelight in #1105

Investigation over several outages has found that some leaderboards in specific cases will run dynamic queries instead of using the pre-computed data, and those dynamic queries cause significant overhead issues and negatively impacts maproulette stability. The below leaderboards will not function (backend will return http 400) until a workaround or alternative solution is determined:

  • Project-specific leaderboards
  • Challenge-specific leaderboards
  • Leaderboards featuring items not currently enabled
  • Country-specific leaderboards, excluding the global leaderboard, when multiple countries are selected
  • Any use of custom date ranges outside the predefined set of durations

Full Changelog: v4.4.14...v4.4.15

v4.4.14

15 Feb 02:28
883dc01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.4.13...v4.4.14