Releases: ARMmaster17/watergrid-python
Releases · ARMmaster17/watergrid-python
v1.1.1 - 2022-05-05
1.1.0 - 2022-05-01
Added
ConsoleMetricsExporterfor locally debugging pipelines without an APM service. (#46)- Built-in Elastic APM metrics exporter. (#47)
Sequenceclass for logical groupings of steps. (#53)
Changed
Removed
- Dependencies for
MetricsExporterandPipelineLockmodules are no longer included in the base package and must
now be installed separately throughwatergrid[...]metapackages. (#54) - Documentation from Readme. Docs now located at
https://armmaster17.github.io/watergrid-python/. (#65)
Fixed
1.0.1 - 2022-04-01
Fixed
- Broken release pipeline to PyPI.
1.0.0 - 2022-04-01
Added
- Core library functionality.
- High availability pipeline using the
HAPipelineclass. RedisLockfor high availability mode using Redis.- Package distribution on PyPI.
- Shared step contexts.
- Context manipulation through the
OutputModeenum. - Base class for building a metric exporter to an external APM solution.
Fixed
- Staggered node startup no longer causes mid-interval pipeline runs on other nodes in HA mode.