Releases: soynatan/django-easy-audit
Releases · soynatan/django-easy-audit
v1.3.7
What's Changed
- Make REMOTE_ADDR optional in all cases by @mschoettle in #276
- Drop support for Django 3.2 by @mschoettle in #277
- Modernize package by @samamorgan in #267
- Revert "Modernize package" by @jheld in #279
- Replace index_together with indexes in CRUDEvent model by @mschoettle in #258
- Modernize package by @samamorgan in #280
- Fix semver by @samamorgan in #281
- chore: remove pytest-ruff by @mschoettle in #284
- Squash migrations to remove use of index_together by @mschoettle in #285
- Catch warnings as errors in pytest by @mschoettle in #283
- ci: add django versions to CI matrix by @mschoettle in #306
- Fix migrating db that isn't past squashed migration by @PaarthShah in #304
- Log correct signal names on CRUDEvent creation exception by @mschoettle in #309
- Properly handle post delete in transactions by @mschoettle in #308
New Contributors
- @PaarthShah made their first contribution in #304
Full Changelog: v1.3.6...v1.3.7
v1.3.7rc1 django [4.2, 6.0)
What's Changed
- Catch warnings as errors in pytest by @mschoettle in #283
- ci: add django versions to CI matrix by @mschoettle in #306
- Fix migrating db that isn't past squashed migration by @PaarthShah in #304
New Contributors
- @PaarthShah made their first contribution in #304
Full Changelog: v1.3.7.b3...v1.3.7.rc1
v1.3.7b3 django [4.2, 6.0)
Full Changelog: v1.3.7.b1...v1.3.7.b3
v1.3.7b1 project updates and migrations
What's Changed
- Make REMOTE_ADDR optional in all cases by @mschoettle in #276
- Drop support for Django 3.2 by @mschoettle in #277
- Modernize package by @samamorgan in #267
- Revert "Modernize package" by @jheld in #279
- Replace index_together with indexes in CRUDEvent model by @mschoettle in #258
- Modernize package by @samamorgan in #280
- Fix semver by @samamorgan in #281
- chore: remove pytest-ruff by @mschoettle in #284
- Squash migrations to remove use of index_together by @mschoettle in #285
Full Changelog: v1.3.6...v1.3.7.b1
v1.3.7a1 features and project updates
What's Changed
- Make REMOTE_ADDR optional in all cases by @mschoettle in #276
- Drop support for Django 3.2 by @mschoettle in #277
- Modernize package by @samamorgan in #267
- Revert "Modernize package" by @jheld in #279
- Replace index_together with indexes in CRUDEvent model by @mschoettle in #258
- Modernize package by @samamorgan in #280
Full Changelog: v1.3.6...v1.3.7.a1
v1.3.6
What's Changed
- Add support for Django 4.2. by @trauty-is-me in #259
- chore: add Django 5 to test matrix by @mschoettle in #265
- raise exceptions only when they should be propagated by @bernhardmiller in #266
- Make REMOTE_ADDR optional by @samamorgan in #272
- Modify request_started_handler to use SESSION_ENGINE by @oldmanstick in #271
New Contributors
- @trauty-is-me made their first contribution in #259
- @samamorgan made their first contribution in #272
- @oldmanstick made their first contribution in #271
Full Changelog: v1.3.5...v1.3.6
v1.3.6.a2
What's Changed
- chore: add Django 5 to test matrix by @mschoettle in #265
Full Changelog: v1.3.6.a1...v1.3.6.a2
v1.3.6.a1
What's Changed
- Add support for Django 4.2. by @trauty-is-me in #259
New Contributors
- @trauty-is-me made their first contribution in #259
Full Changelog: v1.3.5...v1.3.6.a1
v1.3.5
What's Changed
- Fix migration 0013 IrreversibleError by @Lukasdoe in #236
- Add helper to show CRUD history for particular object by @kirmalyshev in #193
- Allow to ignore request.user validation by @hugobranquinho in #233
- Avoid DB savepoints if no audit is going to be created by @hugobranquinho in #232
- Fixes issue #229 (ImproperlyConfigured error raised in auth_signals.p… by @LukaRiba in #231
- ASGI scope
client
value should be converted to the remote_ip by @nnseva in #205 - fix: fix potential slow query on huge requestevent table by @3cp in #240
- github actions on ubuntu 20.04 for build madness by @jheld in #245
- fix: replace timezone.utc with datetime.timezone.utc by @mschoettle in #246
- Implemented
DJANGO_EASY_AUDIT_PROPAGATE_EXCEPTIONS
setting by @dferens in #248 - Export audit events to CSV by @Tim-Bolhoeve in #254
- add german translations by @bernhardmiller in #253
New Contributors
- @Lukasdoe made their first contribution in #236
- @kirmalyshev made their first contribution in #193
- @hugobranquinho made their first contribution in #233
- @LukaRiba made their first contribution in #231
- @nnseva made their first contribution in #205
- @3cp made their first contribution in #240
- @dferens made their first contribution in #248
- @Tim-Bolhoeve made their first contribution in #254
- @bernhardmiller made their first contribution in #253
Full Changelog: v1.3.3...v1.3.5