Changelog¶
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.13 - 2026-01-22¶
๐ Fixes¶
- Fix geoplace import for wodore (#86)
0.1.12 - 2026-01-22¶
๐๏ธ Breaking changes¶
- Update symbol references (#66)
๐ Features¶
- Add meteo app (#83)
- Improve search performance and import geonames command (#78, #77)
- Include long git hash in version information (#76)
- Add symbols table (#65)
- Add hut type
symbol_detailedandsymbol_simplefor hut search (#62)
๐ Fixes¶
- Migrations for hut and category failed due to country contstains (#75)
- Fix availability script. Add GeoNames organization. (#73)
- Fix add symbols migration (#72)
- Fix geometries.0002 migration to run after symbol migration completes (#71)
- Fix external_geonames.0002 migration to use migration-safe model access (#70)
- Fix migration ordering to ensure HutTypes are copied before FK constraints (#69)
๐ Others¶
0.1.11 - 2026-01-06¶
๐ Features¶
- Add search endpoint (#60)
- Add staging environment with staging email backend. (#59)
- Add
versionendpoint (#55) - Add
has_availablity,modified, andcreatedfield to hut details. Add etags for hut endpoints. (#54) - Improve
get_hut_geosjon: optimize db query (#49) - Add new
huts/availability.geojsonendpoint with improved performance (#46) - Add parameter env variables for update_availability script (#45)
๐ Fixes¶
- Copy pyproject.toml in Dockerfile to have the correct version. (#57)
- Fix availability query issues (#51)
- Include source_id for hut details (#48)
- Improve 'modified' field with postgres native trigger. Add django-pgtrigger. (#44)
๐ญ Refactor¶
- Improve availability endpoints. Use date in path. (#47)
๐ Others¶
- Speed up quality workflow (#53)
- Add timestamp to hash tag (sortable) (#52)
- Improve docker build pipeline (#50)
0.1.10 - 2026-01-01¶
๐๏ธ Breaking changes¶
- Add availability tables, commands and admin views. Uddate get_booking api endpoint. (#36)
๐ Features¶
- Update oidc header for auth calls. Extend session login time to 7 days. (#38)
- Add internal oidc url with external url as header (optional) (#37)
- No error on missing images, add S3 storage (#30)
๐ Fixes¶
- Improve parameter updates during oidc flow (#40)
- Fix oidc issues (#39)
- Follow redirects. Improve imagor hashes. (#32)
- Fix imagor signing issue and redirect urls (#29)
๐ญ Refactor¶
- Fix hrs booking, use default request_intervall parameter (#33)
- Replace wodore.com with wodo.re (#28)
๐ Documentation¶
- Add informations (links) to documentation: https://wodore.github.io/wodore-backend/infos/ (#31)
- Add OpenApi documentation (#27)
0.1.9 - 2025-08-21¶
Initial release.