Skip to content

Commit 69bb0a4

Browse files
committed
add changelog entry
1 parent d6ddfd3 commit 69bb0a4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ in development
66

77
Python 3.6 is no longer supported; Stackstorm requires at least Python 3.8.
88

9+
Newer MongoDB versions are now supported. CI uses MongoDB 7.0.
10+
911
Several st2.conf database options have been renamed or deprecated. Most of the options will continue to work using their old name.
1012
However, if you use `[database].ssl_keyfile` and/or `[database].ssl_certfile`, you MUST migrate to `[database].tls_certificate_key_file`.
1113
This new option expects the key and certificate in the same file. Use something like the following to create that file from your old files:
@@ -54,6 +56,9 @@ Changed
5456
* Update mongoengine to 0.29 and pymongo to 4.6.3. The pymongo bump (from 3.x to 4.x) is a major update. #6252
5557
Contributed by @cognifloyd
5658

59+
* Update CI from testing with mongo 4.4 to testing with MongoDB 7.0. #6246
60+
Contributed by @guzzijones
61+
5762
Added
5863
~~~~~
5964
* Continue introducing `pants <https://www.pantsbuild.org/docs>`_ to improve DX (Developer Experience)

0 commit comments

Comments
 (0)