Releases: APSL/django-yubin
Releases · APSL/django-yubin
2.0.6
11 Jul 11:33
Compare
Sorry, something went wrong.
No results found
Fixed:
Reduce memory when deleting a huge number of old messages (#78 )
2.0.5
21 Jun 09:32
Compare
Sorry, something went wrong.
No results found
Fixed:
Use BigAutoField and migrate all existing auto fields to it. This avoids generating a new migration in projects that use settings.DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField".
2.0.4
02 May 16:33
Compare
Sorry, something went wrong.
No results found
Changed:
<6 upper bound to celery dependency.
2.0.3
09 Jan 16:04
Compare
Sorry, something went wrong.
No results found
Fixed:
Race condition between Celery and database transactions (#74 )
2.0.2
30 Oct 08:52
Compare
Sorry, something went wrong.
No results found
Changed:
Improve performance of data migration when migrating from versions < 2.0 (#69 )
Fixed:
Perform unfolding of headers when parsing messages (#71 )
2.0.1
10 Aug 07:57
Compare
Sorry, something went wrong.
No results found
Ensure parsed e-mail message doesn't discard information (#67 ).
2.0.0
29 Jun 16:11
Compare
Sorry, something went wrong.
No results found
Send and queue emails with Celery instead of with Cron.
Drop priority headers (useless with queues).
Storage backends to save emails in databases, file storages, etc.
Cc and Bcc support.
Supported versions: Python 3.83.11, Django 3.24.2, Celery 5.0~5.2.
Migrate CI/CD from Travis to Github Actions.
Docker Compose for external dependencies in development environment.
Get django_yubin version programmatically.
Update docs.
1.7.1
17 Jan 15:00
Compare
Sorry, something went wrong.
No results found
Remove abandoned pyzmail36 dependency with mail-parser
1.7.0
19 Jul 09:05
Compare
Sorry, something went wrong.
No results found
Add optional MAILER_MESSAGE_SEARCH_FIELDS setting. It's a tuple of strings with the fields to use in admin.Message.search_fields attribute.
1.6.0
27 Jan 11:07
Compare
Sorry, something went wrong.
No results found