Releases: snok/django-guid
Releases · snok/django-guid
3.5.0 - Pptionally override the record field name where the guid is stored
What's Changed
- Add the ability to customize the log record field name for correlation ids. by @NiklasBeierl in #115
Usage:
'filters': {
'correlation_id': {
'()': 'django_guid.log_filters.CorrelationId',
# You can optionally override the record field name where the guid is stored
'correlation_id_field': 'my_custom_correlation_id'
}
}
New Contributors
- @NiklasBeierl made their first contribution in #115
Full Changelog: 3.4.1...3.5.0
3.4.0 - Django 5 Support
Breaking Changes
- Dropped support for Python 3.7
- Dropped support for Django versions lower than 3.2
What's Changed
- Fix documentation for UUID_FORMAT setting by @nschlemm in #110
- Django 5 Support by @ingvaldlorentzen in #113
New Contributors
Full Changelog: 3.3.1...3.4.0
3.3.1 - Change ot MIT license
What's Changed
- Django-GUID is now under a MIT license
Other
- Update workflows by @sondrelg in #85
- Add Python 3.11 and Django 4.1 to supported versions by @sondrelg in #87
- tests: make tests pass in pipelines by @JonasKs in #93
- chore: Update license by @sondrelg in #89
- chore(deps): Bump certifi from 2022.9.24 to 2022.12.7 by @dependabot in #94
Full Changelog: 3.3.0...3.3.1
3.3.0 - Add UUID_FORMAT format config
3.2.2 - Fix deprecation warning
Fixes
- Conditionally use deprecated
default_app_config
( #77 @dustinchilson )
3.2.1
(Backport) 2.2.1 - Fixes tar.gz package
3.2.0 - Celery integration can now set `transaction_id` in Sentry
Features
- Added a new setting,
sentry_integration
to the Celery integration, which setstransaction_id
for Celery workers.
3.1.0 - Celery Integration
Features
- Added a new setting,
UUID_LENGTH
, which lets you crop the UUIDs generated for log filters. - Added a new integration for tracing with
Celery
3.1.0-rc1 - Celery Integration
Features
- Added a new setting,
UUID_LENGTH
, which lets you crop the UUIDs generated for log filters. - Added a new integration for tracing with
Celery