Skip to content

Releases: UnownHash/Fletchling

Release v1.0.3

28 Jul 19:24
Compare
Choose a tag to compare
  • Fix issues when a query param is given with koji url
  • Fix overlap query for mysql8 (but please update to MariaDB. MySQL is not supported by unown stack)

Version v1.0.2

11 Jul 06:42
Compare
Choose a tag to compare
  • Fixes a rare panic.
  • Try to log panics to logfile, if a logfile is configured.
  • Add zoos to overpass query

v0.99.10: Bump version to 0.99.10

28 Mar 04:19
Compare
Choose a tag to compare
  • Fixes poracle webhooks (hopefully)
  • Unset pokemon when disabling nests due to overlap
  • Log a warning if an area name property is missing for import, etc.

This release contains a DB migration, so Fletchling will need to be restarted before using any of the tools.

v0.99.9: Bump version to 0.99.9

17 Mar 09:02
Compare
Choose a tag to compare
  • Fixes to exporter tool (comstud)

v0.99.8: Bump version to 0.99.8

16 Mar 09:40
Compare
Choose a tag to compare
  • Fix overlap query again? (comstud)

There's a DB migration, so a Fletchling restart will be required before using any of the tools.

v0.99.7: Bump version to 0.99.7

16 Mar 07:27
Compare
Choose a tag to compare
  • fix docker-compose healthcheck (Cronick)
  • add /api/debug/logging/{on,off} endpoints to twiddle debug logging (comstud)
  • fix configuration logging (min_spawnpoints, etc always said 0) (comstud)
  • add 'max_spawnpoint_age_days' config setting (comstud)
  • add db-exporter tool (comstud)
    • Export nest to geojson Feature or nests to FeatureCollection
  • add db-refresher tool (comstud)
    • Does the same thing as the refresh/all-spawnpoints config/reload api call, although doesn't reload. You do this after running.

v0.99.6: Release 0.99.6

15 Mar 04:11
Compare
Choose a tag to compare
  • add -new-areas option to importer (comstud; Len with the idea)
  • maybe fix the overlap query for mysql now (comstud)

v0.99.5: Release 0.99.5

14 Mar 04:02
Compare
Choose a tag to compare
  • Fix broken DB updates for importer/refresh API call. (comstud)
  • Return Fletchling version in /api/config API call. (comstud)

NOTE: It is possible that your DB is not in the correct state because of the bug above. It is highly recommended that you issue this API call after restarting with this new version:

curl http://localhost:9042/api/config/reload?spawnpoints=all (Change hostname and port if needed.)

v0.99.4: Bump version to 0.99.4

13 Mar 06:42
Compare
Choose a tag to compare
  • support newer docker in docker-osm-importer.sh (Naji)
  • add healthcheck endpoint (Len)
  • fix LINESTRING imports (comstud)

v0.99.3

11 Mar 08:31
Compare
Choose a tag to compare

No changes. Image for 0.99.2 might be bad because I did something goofy.