Releases: edgelaboratories/cassandra-exporter
Releases · edgelaboratories/cassandra-exporter
v0.9.12
What's Changed
- Chore/bump from master by @ducretje-evooq in #6
New Contributors
- @ducretje-evooq made their first contribution in #6
Full Changelog: v0.9.11.3...v0.9.12
v0.9.11.3
Changelog
e9bfe6e chore: bump Cassandra driver from 3.4 to 3.11.2 (#5)
dc9c691 Bump cassandra-all from 3.11.10 to 3.11.12 (#4)
35246fa Bump netty-all from 4.0.47.Final to 4.1.42.Final in /standalone (#2)
9a94549 Bump netty-all from 4.0.53.Final to 4.1.42.Final in /common (#3)
2dbb7a5 Bump cassandra-all from 3.11.2 to 3.11.10 (#1)
v0.9.11.1
- Fix instaclustr#83 via instaclustr#84
v0.9.11 - internal release
Internal release, manually released, with:
New Features
-
instaclustr#100: exclude keyspaces matching a regex
This is not entirely backward compatible:
--exclude-keyspaces=foobar
will excludefoobar
, but will now also excludesome_foobar_keyspace
.
Bug fixes
- instaclustr#99: fix compilation issue with
sun.security.ssl