Releases: k8ssandra/management-api-for-apache-cassandra
Releases · k8ssandra/management-api-for-apache-cassandra
Release v0.1.71
* [CHANGE] [#425](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/425) Shade Jackson libraries in agents * [BUGFIX] [#413](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/413) UBI8 images do not terminate correctly * [BUGFIX] [#360](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/360) Support Cassandra 5.0-alpha1 * [BUGFIX] [#415](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/415) Some jvm_* metrics aren't labelled correctly * [BUGFIX] [#422](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/422) Metrics endpoint fails to start for some DSE images * [FEATURE] [#398](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/398) Make Management API port configurable * [FEATURE] [#419](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/419) Add DSE 6.8.40 to the build matrix * [FEATURE] [#397](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/397) Add Cassandra 4.0.11, 4.1.3 5.0-alpha2
Release v0.1.70
Serialize long types as Strings to avoid float64 conversion (#411)
Release v0.1.69
* [CHANGE] [#400](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/400) Ensure curl and wget are installed in images * [FEATURE] [#326](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/326) Provide topology endpoints in OpenAPI client * [FEATURE] [#345](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/345) Implement host related methods * [FEATURE] [#361](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/361) Add new listTables operation with more detailed response * [FEATURE] [#342](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/342) New mechanism to allow status tracking of repairs via repair ID. Both v1 and v2 endpoints now return a repair ID for this purpose. * [FEATURE] [#405](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/405) New v2 Repairs endpoint which takes more parameters, new endpoint to force terminate all repairs. * [FEATURE] [#374](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/374) New endpoint to provide a token range to endpoint mapping. * [FEATURE] [#372](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/372) Add IS_LOCAL field to /metadata/endpoints response. * [FEATURE] [#403](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/403) Add async versions of /flush and /garbagecollect endpoints under /api/v1 * [FEATURE] [#401](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/401) Add DSE 6.8.39
Release v0.1.68
Detailed tasks information as metrics (#371) * Add compaction stats, add metrics to the JobExecutor (but not exposed yet) and modify some methods to be more reusable * Add parameter to allow disabling gather of extended metrics * Add StreamInfo metrics * Fix NPE * Improve backwards compatibility * Fix formatting * Fix labelValues adder (defaultLabelValuse were overwritten), add tests to verify the methods do not error and have correct labelValues and labelNames sizes in the end results also. * Add missing license header * Fix naming of _total metric * Add more defensives
Release v0.1.67
* [CHANGE] [#323](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/323) Rename Maven artifact groupId from com.datastax to io.k8ssandra * [FEATURE] [#323](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/323) Add OpenAPI Java client generation * [FEATURE] [#337](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/337) Publish Maven artifacts to Cloudsmith.io * [FEATURE] [#375](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/375) Add SSL/TLS hot reloading and allow TLS v1.3 * [FEATURE] [#349](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/349) Metrics endpoint should allow querying a subset * [FEATURE] [#395](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/395) Add Cassandra version 3.11.16 * [FEATURE] [#380](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/380) Add DSE 6.8.38 * [BUGFIX] [#339](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/339) OpenAPI client publish does not also publish other artifacts
Release v0.1.66
Add UBI base Cassandra images
Release v0.1.65
Upgrade DSE UBI base image to 8.8 for ARM support
Release v0.1.64
Add ARM builds for all DSE images
Release v0.1.63
Fix image permissions
Release v0.1.62
Add Cassandra 4.0.10, 4.1.2 Add DSE 6.8.36 Add DSE7 Agent