File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ in development
66
77Python 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+
911Several st2.conf database options have been renamed or deprecated. Most of the options will continue to work using their old name.
1012However, if you use `[database].ssl_keyfile ` and/or `[database].ssl_certfile `, you MUST migrate to `[database].tls_certificate_key_file `.
1113This 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+
5762Added
5863~~~~~
5964* Continue introducing `pants <https://www.pantsbuild.org/docs >`_ to improve DX (Developer Experience)
You can’t perform that action at this time.
0 commit comments