Skip to content

Commit e77718d

Browse files
committed
Bump version
1 parent 176ae85 commit e77718d

File tree

1 file changed

+39
-1
lines changed

1 file changed

+39
-1
lines changed

CHANGELOG.rst

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,45 @@ Changelog
33

44
Unreleased
55
~~~~~~~~~~~~~~~~~~~~
6+
7+
8+
1.4.0 - `2023-04-04`
9+
~~~~~~~~~~~~~~~~~~~~
10+
Added support for Python 3.10, Postgres 15, and Ubuntu 22.04.
11+
Removed support for Postgres 10 and Ubuntu 18.04.
12+
13+
Python 3.11 is known not to work with the current version of Flask.
14+
15+
All combinations tested via GitHub Actions are listed below:
16+
17+
.. list-table:: Version Support Matrix
18+
:header-rows: 1
19+
20+
* - Python
21+
- Postgres
22+
- Ubuntu
23+
* - 3.8
24+
- 12
25+
- 20.04
26+
* - 3.8
27+
- 15
28+
- 20.04
29+
* - 3.9
30+
- 12
31+
- 20.04
32+
* - 3.9
33+
- 15
34+
- 20.04
35+
* - 3.9
36+
- 15
37+
- 20.04
38+
* - 3.10
39+
- 12
40+
- 22.04
41+
* - 3.10
42+
- 15
43+
- 22.04
44+
645
Added additional validation and logging for destinations.
746
Destination labels are now limited to 32 characters, and s3
847
prefixes can no longer begin with /.
@@ -12,7 +51,6 @@ Enforce case consistency in authority signing algorithms. Specifically, this ren
1251
and SHA512withECDSA -> sha512WithECDSA. Notably, the backend schema will still accept the uppercase equivalents to
1352
maintain backwards compatibility.
1453

15-
1654
1.3.2 - `2023-02-24`
1755
~~~~~~~~~~~~~~~~~~~~
1856
This release contains a fix for a security vulnerability.

0 commit comments

Comments
 (0)