File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 3
3
- " examples/ca_handler/certsrv.py"
4
4
- " examples/eab_handler/skeleton_eab_handler.py"
5
5
- " docs/__init__.py"
6
+ - " acme_srv/monkey_patches.py"
6
7
- " setup.py"
7
8
- " test" # wildcards accepted
Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ This is a high-level summary of the most important changes. For a full list of
5
5
changes, see the [ git commit log] ( https://github.com/grindsa/acme2certifier/commits )
6
6
and pick the appropriate release branch.
7
7
8
+ ## Changes in 0.19
9
+
10
+ ** Bugfixes** :
11
+
12
+ - [ Authorization polling does not trigger challenge validation anymore] ( https://github.com/grindsa/acme2certifier/issues/76 )
13
+ - Overcome database locking situations in django environments using sqlite3 backends
14
+
15
+ ** Features and Improvements** :
16
+
17
+ - [ RFC compliant Wildcard handling] ( https://github.com/grindsa/acme2certifier/issues/76 )
18
+
8
19
## Changes in 0.18.2
9
20
10
21
** Bugfixes** :
You can’t perform that action at this time.
0 commit comments