⚠️This release contains breaking changes ⚠️
In your docker-compose.yml
change image for postgres:
dawarich_db:
- image: postgres:14.2-alpine
+ image: postgis/postgis:14-3.5-alpine
shm_size: 1G
container_name: dawarich_db
If you're on an ARM system and already updated your postgres to 17, use ghcr.io/baosystems/postgis:17-3.5
image instead of postgis/postgis:14-3.5-alpine
.
Added
- Enabled Postgis extension for PostgreSQL.
- Trips are now store their paths in the database independently of the points.
- Trips are now being rendered on the map using their precalculated paths instead of list of coordinates.
Changed
- Ruby version was updated to 3.4.1.
- Requesting photos on the Map page now uses the start and end dates from the URL params. #589
💙 This release is supported by Steven B., James Manolios, chenrik, aldumil, Arne Schwarck, derpderpington, Chippie, dint, jhalpern, Lex Fradski, Schlufo, cyberswan.at, craftyklaus, JMyrng and Jonah B. on Patreon 💙
What's Changed
- Add PostGIS adapter by @Freika in #718
- Bump tailwindcss-rails from 3.3.0 to 3.3.1 by @dependabot in #746
- Bump sidekiq from 7.3.7 to 7.3.8 by @dependabot in #745
- Bump database_consistency from 2.0.0 to 2.0.3 by @dependabot in #744
- Bump rubocop-rails from 2.29.0 to 2.29.1 by @dependabot in #743
- Paths for trips by @Freika in #724
- 0.23.6 by @Freika in #802
Full Changelog: 0.23.5...0.23.6