Releases: flownative/flow-prometheus
Releases · flownative/flow-prometheus
v1.2.0
What's Changed
- Add a clear warning in InMemoryStorage by @kaystrobach in #6
- Code cleanup by @kdambekalns in #8
- Declare compatibility with Flow 8 and predis 2 by @robertlemke in #10
New Contributors
- @kaystrobach made their first contribution in #6
Full Changelog: v1.1.0...v1.2.0
v1.1.0
v1.0.1
Flow 7.0 Compatibility
This major release provides compatibility with Flow 7.0. It is not compatible with earlier versions of Flow (please refer to the 0.x branch of this plugin for Flow 5.x and 6.x support).
In order to upgrade you need to adjust your configuration. It's basically a switch from putting configuration into Settings.yaml to providing them via Objects.yaml. See the updated README for details.
Introduce "ignoreConnectionErrors" flag for Redis Storage
PHP 7.2 compatibility
0.5.2