@@ -6,17 +6,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
88## [ current]
9+
10+
11+ ## [ 0.9.7] - 2020-02-28
912### Changed
10- - Semantics of message delivery got different : agents now process a single
13+ - The semantics of message delivery got improved : agents now process a single
1114 message at a time, thus matching transactional boundaries.
1215- BREAKING: CSV Agent in 'serialize' mode handles only a single message at a
1316 time and can't aggregate multiple 'row' messages into a single CSV. Old
14- behaviour wasn't exactly deterministic, suggested way would be to use
17+ behavior wasn't exactly deterministic, a suggested way would be to use
1518 ` Digest Agent ` to aggregate messages and then serialize them with
1619 ` CSV Agent ` .
1720
1821### Fixed
19- - Update nokogiri (CVE-2020 -7595)
22+ - Update nokogiri (CVE-2020 -7595).
23+ - Update rack (CVE-2019 -16782).
24+ - Update puma (CVE-2019 -16770).
25+ - Fix regression for 'Delete Messages' button.
2026
2127
2228## [ 0.9.6] - 2019-12-09
@@ -99,7 +105,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99105### Added
100106- Initial public release
101107
102- [ current ] : https://github.com/automaticmode/active_workflow/compare/v0.9.6...HEAD
108+ [ current ] : https://github.com/automaticmode/active_workflow/compare/v0.9.7...HEAD
109+ [ 0.9.7 ] : https://github.com/automaticmode/active_workflow/releases/tag/v0.9.7
103110[ 0.9.6 ] : https://github.com/automaticmode/active_workflow/releases/tag/v0.9.6
104111[ 0.9.5.1 ] : https://github.com/automaticmode/active_workflow/releases/tag/v0.9.5.1
105112[ 0.9.5 ] : https://github.com/automaticmode/active_workflow/releases/tag/v0.9.5
0 commit comments