Skip to content

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_detailed and symbol_simple for 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

  • Use correct utc timestamp for docker builds (#74)
  • Docker build fail fast (#68)

0.1.11 - 2026-01-06

๐Ÿš€ Features

  • Add search endpoint (#60)
  • Add staging environment with staging email backend. (#59)
  • Add version endpoint (#55)
  • Add has_availablity, modified, and created field to hut details. Add etags for hut endpoints. (#54)
  • Improve get_hut_geosjon: optimize db query (#49)
  • Add new huts/availability.geojson endpoint 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.

๐Ÿš€ Features

  • Ignore connection error oicd (#16)
  • Open monthly formfield and green for empty huts (#10)

๐Ÿ› Fixes

  • Fix frontend hut link (#11)
  • Fix hut location field missing (#8)

๐Ÿงช Dependencies

๐ŸŒ€ Others

  • Include git hash in docker build (#19)
  • Use READ_DOCKER_TOKEN and READ_DOCKER_USER for private repo access during docker build. (#5)
  • Add docker invoke scripts (#4)
  • Switch from poetry to uv (#1)