@@ -6,9 +6,10 @@ in development
66
77Added
88~~~~~
9+ * Added notification support for err-stackstorm. (new feature) #5051
910* Added st2-auth-ldap pip requirements for LDAP auth integartion. (new feature) #5082
1011 Contributed by @hnanchahal
11-
12+
1213Changed
1314~~~~~~~~~
1415* Improve the st2-self-check script to echo to stderr and exit if it isn't run with a
1819~~~~~~~~~
1920* Fix nginx buffering long polling stream to client. Instead of waiting for closed connection
2021 wait for final event to be sent to client. (bug fix) #4842 #5042
21-
22+
2223 Contributed by @guzzijones
23-
24+
24253.3.0 - October 06, 2020
2526------------------------
2627
@@ -47,11 +48,10 @@ Added
4748 Python 2. (new feature) #5043
4849
4950 Contributed by @amanda11
50- * Added deprecation warning to st2ctl, if st2 python version is Python 2. (new feature) #5044
51+ * Added deprecation warning to st2ctl, if st2 python version is Python 2. (new feature) #5044
5152
5253 Contributed by @amanda11
5354
54-
5555Changed
5656~~~~~~~
5757* Switch to MongoDB ``4.0 `` as the default version starting with all supported OS's in st2
@@ -102,7 +102,7 @@ Fixed
102102 (bug fix) #4993
103103
104104* Fixed a bug where a python3 sensor using ssl needs to be monkey patched earlier. See also #4832, #4975 and gevent/gevent#1016 (bug fix) #4976
105-
105+
106106 Contributed by @punkrokk
107107* Fixed bug where action information in RuleDB object was not being parsed properly
108108 because mongoengine EmbeddedDocument objects were added to JSON_UNFRIENDLY_TYPES and skipped.
@@ -141,7 +141,7 @@ Removed
141141
142142 Contributed by Amanda McGuinness (@amanda11 Ammeon Solutions)
143143* Removed our fork of ``codecov-python `` for CI and have switched back to the upstream version (improvement) #5002
144-
144+
1451453.2.0 - April 27, 2020
146146----------------------
147147
0 commit comments