Releases: Amsterdam/signals
Releases · Amsterdam/signals
2.46.0
What's Changed
- feature: trigger updated_at on Signal when data related to a Signal changes by @ramonavic in #1533
Full Changelog: 2.45.0...2.46.0
2.45.0
2.44.1
What's Changed
- Bump django from 4.2.23 to 4.2.24 in /app/requirements by @dependabot[bot] in #1532
Full Changelog: 2.44.0...2.44.1
2.44.0
What's Changed
- Update postgis to 13 by @ramonavic in #1531
Warning This is a breaking change for your local development because without doing a pg_upgrade
the database will fail to start
when you do docker compose up
:
dependency failed to start: container signals-database-1 exited (1)
Another option is to remove your volumes with:
docker compose down -v
or more specific:
docker compose down
and docker volume rm signals_postgres-data
Full Changelog: 2.43.12...2.44.0
2.43.12
What's Changed
- check stricter is returned user is not None by @ramonavic in #1530
Full Changelog: 2.43.11...2.43.12
2.43.11
What's Changed
- fixes login flow by checking if returned user is_active by @ramonavic in #1529
Full Changelog: 2.43.10...2.43.11
2.43.10
What's Changed
- make sure that authenticate function filters on is_active column by @ramonavic in #1528
Full Changelog: 2.43.9...2.43.10
2.43.9
2.43.8
What's Changed
- Bump pillow from 11.2.1 to 11.3.0 in /app/requirements by @dependabot[bot] in #1522
- Update dependencies by @4c0n in #1524
Full Changelog: 2.43.7...2.43.8