Releases: UnownHash/Fletchling
Releases · UnownHash/Fletchling
Release v1.0.3
Version v1.0.2
- 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
- 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
- Fixes to exporter tool (comstud)
v0.99.8: Bump version to 0.99.8
- 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
- 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
- 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
- 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
- support newer docker in docker-osm-importer.sh (Naji)
- add healthcheck endpoint (Len)
- fix LINESTRING imports (comstud)