File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55### Added
66
7+ ### Changed
8+
9+ ### Deprecated
10+
11+ ### Removed
12+
13+ ### Fixed
14+
15+ ### Security
16+
17+ ## [ 1.1.0] - 2022-05-01
18+
19+ ### Added
20+
721- ` ConsoleMetricsExporter ` for locally debugging pipelines without an APM service. (#46 )
822- Built-in Elastic APM metrics exporter. (#47 )
923- ` Sequence ` class for logical groupings of steps. (#53 )
1327- Bumped ` redis ` dependency to 4.2.2. (#50 )
1428- Bumped ` elastic-apm ` to 6.9.1. (#56 )
1529
16- ### Deprecated
17-
1830### Removed
1931
2032- Dependencies for ` MetricsExporter ` and ` PipelineLock ` modules are no longer included in the base package and must
@@ -28,8 +40,6 @@ now be installed separately through `watergrid[...]` metapackages. (#54)
2840 output mode of a step is set to ` SPLIT ` . (#6 )
2941- Pipeline now stops running if there are no more contexts to process in a new step. (#78 )
3042
31- ### Security
32-
3343## [ 1.0.1] - 2022-04-01
3444### Fixed
3545
@@ -51,6 +61,7 @@ now be installed separately through `watergrid[...]` metapackages. (#54)
5161- Staggered node startup no longer causes mid-interval pipeline runs on other nodes in HA mode.
5262
5363
54- [ Unreleased ] : https://github.com/ARMmaster17/watergrid-python/compare/1.0.1...HEAD
64+ [ Unreleased ] : https://github.com/ARMmaster17/watergrid-python/compare/1.1.0...HEAD
65+ [ 1.1.0 ] : https://github.com/ARMmaster17/watergrid-python/compare/1.0.1...1.1.0
5566[ 1.0.1 ] : https://github.com/ARMmaster17/watergrid-python/compare/1.0.0...1.0.1
5667[ 1.0.0 ] : https://github.com/ARMmaster17/watergrid-python/releases/tag/1.0.0
Original file line number Diff line number Diff line change 2222author = "Joshua Zenn (ARMmaster17)"
2323
2424# The full version, including alpha/beta/rc tags
25- release = "1.0.1 "
25+ release = "1.1.0 "
2626
2727
2828# -- General configuration ---------------------------------------------------
You can’t perform that action at this time.
0 commit comments