Release v3.0.1 — Hotfix
This is a minor point release addressing two critical regressions discovered shortly after the launch of version 3.0.0.
🔧 Fixes
- Shared Instance Visit Loading (#569): Resolved an issue where shared instances failed to fetch visits correctly.
- Tile Proxy Stability (#574): Fixed a bug where the
TileProxyControllerwould fail if no local tile cache was configured (e.g., whenTILES_CACHEwas set to an empty value). This is now resolved and theTileProxyControlleris bypassed in this constellation.
⚠️ Upgrading from v2.5.0 or earlier?
If you are bypassing v3.0.0 and upgrading directly to this version, please be aware that version 3.0.0 introduced significant breaking changes, including a new tile-cache service in your docker-compose.yml and a new ingestion pipeline architecture.
Please review the v3.0.0 Release Notes thoroughly before proceeding with the update to ensure your configuration is compatible.
Full Changelog: v3.0.0...v3.0.1