Releases: westerveltco/django-email-relay
Releases · westerveltco/django-email-relay
v0.1.0rc4
What's Changed
- fix serialization of bytes for attachments by @joshuadavidthomas in #83
- 🔖 bump version 0.1.0rc3 -> 0.1.0rc4 by @joshuadavidthomas in #84
Full Changelog: v0.1.0rc3...v0.1.0rc4
v0.1.0rc3
What's Changed
- fix service Docker image by @joshuadavidthomas in #80
- 🔖 bump version 0.1.0rc2 -> 0.1.0rc3 by @joshuadavidthomas in #81
Full Changelog: v0.1.0rc2...v0.1.0rc3
v0.1.0rc2
What's Changed
- add installation instructions for relay service by @joshuadavidthomas in #47
- update config docs with relay vs django app difference by @joshuadavidthomas in #48
- add more details to the why section of the docs by @joshuadavidthomas in #50
- add usage to README by @joshuadavidthomas in #52
- add notes on updating to README by @joshuadavidthomas in #53
- add documentation about contributing by @joshuadavidthomas in #54
- 🚜 Migrate Black and pyupgrade to Ruff by @jefftriplett in #58
- 🚜 Refactors relay + dj-database-url configuration by @jefftriplett in #59
- update package description to better reflect its use case by @joshuadavidthomas in #60
- move relay service docker files within dedicated folder by @joshuadavidthomas in #57
- 📝 Copy editing by @jefftriplett in #61
- add healthcheck ping in relay service by @joshuadavidthomas in #56
- add relay to dev optional dependencies by @joshuadavidthomas in #62
- update docs to include migration and other db related things by @joshuadavidthomas in #63
- add benefits section and adjust limitations heading level by @joshuadavidthomas in #64
- add details regarding relay service's database connection by @joshuadavidthomas in #66
- 🚜 Migrate to environs[django] by @jefftriplett in #68
- add initial documentation and setup by @joshuadavidthomas in #70
- move contributing to separate file and docs by @joshuadavidthomas in #71
- move updating from README to docs by @joshuadavidthomas in #72
- move configuration from README to docs by @joshuadavidthomas in #73
- move usage from README to docs by @joshuadavidthomas in #74
- move installation from README to docs by @joshuadavidthomas in #75
- move why from README to docs by @joshuadavidthomas in #76
- 🚜 Adds ruff formatter (replace black) by @jefftriplett in #77
- fix relation and migration methods in db router by @joshuadavidthomas in #78
- 🔖 bump version 0.1.0rc1 -> 0.1.0rc2 by @joshuadavidthomas in #79
Full Changelog: v0.1.0rc1...v0.1.0rc2
v0.1.0rc1
Candidate for the initial release!
What's Changed
- Bump actions/checkout from 3 to 4 by @dependabot in #1
- 📝 Updates Python versions to match nox/pyproject by @jefftriplett in #2
- Add intro to README by @joshuadavidthomas in #5
- add correct DATABASES settings for PgBouncer by @joshuadavidthomas in #7
- add default email settings to service by @joshuadavidthomas in #9
- change test workflow trigger by @joshuadavidthomas in #14
- move version back to package by @joshuadavidthomas in #13
- remove Django 4.0 by @joshuadavidthomas in #12
- add support for user settings from environ by @joshuadavidthomas in #15
- add additional logging to relay by @joshuadavidthomas in #19
- Bump docker/build-push-action from 4 to 5 by @dependabot in #16
- Bump docker/login-action from 2 to 3 by @dependabot in #17
- Bump docker/setup-buildx-action from 2 to 3 by @dependabot in #18
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #20
- ✨ Testsuite updates and some tests by @jefftriplett in #3
- remove manage.py by @joshuadavidthomas in #6
- 📝 Isolate when coverage runs by @jefftriplett in #23
- adjust service settings by @joshuadavidthomas in #21
- ✨ Adds pyupgrade and adjust coverage settings by @jefftriplett in #24
- add AUTHORS by @joshuadavidthomas in #22
- ✨ Use nox with GitHub Actions by @jefftriplett in #27
- ✨ Update readme by @jefftriplett in #28
- 🚜 Switch to GHA by @jefftriplett in #29
- alter manage Just command by @joshuadavidthomas in #35
- alter Status choices ordering by @joshuadavidthomas in #36
- add additional manager methods by @joshuadavidthomas in #30
- add
sent_at
field by @joshuadavidthomas in #38 - add manager tests by @joshuadavidthomas in #39
- add support for clearing out old messages by @joshuadavidthomas in #40
- add email backend tests by @joshuadavidthomas in #41
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #42
- remove EMAIL_BACKEND from app settings by @joshuadavidthomas in #43
- Add documentation for config of relay service and Django app by @joshuadavidthomas in #37
- adjust versions for release prep by @joshuadavidthomas in #45
New Contributors
- @dependabot made their first contribution in #1
- @jefftriplett made their first contribution in #2
- @joshuadavidthomas made their first contribution in #5
- @pre-commit-ci made their first contribution in #20
Full Changelog: https://github.com/westerveltco/django-email-relay/commits/v0.1.0rc1