Skip to content

Commit ec457fa

Browse files
authored
Merge pull request #86 from ARMmaster17/v110-release-prep
Bumped changelog for v1.1.0 release
2 parents a58de4c + 3064d5b commit ec457fa

2 files changed

Lines changed: 17 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
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)
@@ -13,8 +27,6 @@
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

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = "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 ---------------------------------------------------

0 commit comments

Comments
 (0)