You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+8-1
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,12 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.1.1]
11
+
12
+
### Added
13
+
14
+
- Moved a handful of common `Message` queries and actions from the `runrelay` management command to methods on the `MessageManager` class.
15
+
10
16
### Fixed
11
17
12
18
- The relay service would crash if requests raised an `Exception` during the healthcheck ping. Now it will log the exception and continue processing the queue.
@@ -41,5 +47,6 @@ Initial release!
41
47
42
48
Big thank you to the original authors of [`django-mailer`](https://github.com/pinax/django-mailer) for the inspiration and for doing the hard work of figuring out a good way of queueing emails in a database in the first place.
0 commit comments