We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e982fa1 commit a421a4aCopy full SHA for a421a4a
CHANGELOG.md
@@ -0,0 +1,24 @@
1
+# Changelog
2
+
3
+## [Unreleased]
4
5
+## [1.1.0] - 2021-09-01
6
7
+### Improvements
8
+- Docker `HEALTHCHECK`
9
+ [#129](https://github.com/mormahr/pdf-service/pull/129)
10
+- Updated Python to v3.9.7
11
+ [#107](https://github.com/mormahr/pdf-service/pull/107)
12
13
+### Bug Fixes
14
+- Fix container shutdown by using `exec` to forward signals
15
+ [#125](https://github.com/mormahr/pdf-service/pull/125)
16
+ ([jpxd](https://github.com/jpxd))
17
+- Fix worker timing out regularly
18
+ [#124](https://github.com/mormahr/pdf-service/issues/124)
19
+ [#126](https://github.com/mormahr/pdf-service/pull/126)
20
21
22
+## [1.0.0] - 2021-08-19
23
24
+Initial public release 🎉
0 commit comments