v0.35.0 #2105
steven-sheehy
started this conversation in
Releases
v0.35.0
#2105
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Most of the changes in this release were operational improvements around our Kubernetes deployment. These changes were necessary as we begin to convert more environments from virtual machines to Kubernetes-based. We added our acceptance tests to the Helm chart so that it can trigger automatically during upgrades and verify the deployment was successful. On the importer, we added a new health check to the probes that verifies that stream files are successfully being parsed. And we fixed the importer so that the probes are started before long running database migrations, allowing us to finally enable its liveness probe. There were a lot of smaller fixes to the charts, so please see the linked PRs for further details.
The monitor saw a brand new REST API that lists active subscriptions. This is used in our cluster to determine overall cluster health and route traffic via our load balancers. We added an OpenAPI spec and Swagger UI for this API as well.
Special thanks to @si618 for fixing the build on Windows and adding a GitHub workflow to make sure it stays fixed.
And also a thanks to @safinbot for addressing some errors in our REST API OpenAPI specification.
Breaking changes
The REST API maximum and default limit was lowered from 1000 to 500. If you explicitly send a number more than 500, your request will fail. Please update your client code appropriately.
Enhancements
Bug Fixes
Dependency Upgrades
@godaddy
/terminus from 4.7.2 to 4.8.0 in /hedera-mirror-rest #2010Contributors
We'd like to thank all the contributors who worked on this release!
This discussion was created from the release v0.35.0.
Beta Was this translation helpful? Give feedback.
All reactions