We’re happy to announce the release of RESTHeart 9.5.2. Here are the highlights.
Bug Fixes
- Email verification: added fragment delivery to verification links Email verification should support token delivery via URL fragment (in addition to cookie) · Issue #635 · SoftInstigate/restheart · GitHub
- CI: MongoDB connection wait now uses TCP instead of HTTP
Maintenance
- Updated MongoDB to 8.3 in workflows and POM
- Updated GitHub Actions and dependencies to latest versions
- Fixed
setversion.shto handle Helm chart versioning
About
RESTHeart is an open source API server for MongoDB. Point it at a database and it exposes REST, GraphQL, and WebSocket APIs immediately, with authentication, authorization, and a plugin system for custom logic, without writing backend code.
It runs as a Docker image or a GraalVM native binary, built on Java 25, Undertow, and virtual threads.