Skip to content

Update restheart.version to v9.4.1#9420

Merged
waghanza merged 2 commits into
developfrom
renovate/restheart.version
Jun 7, 2026
Merged

Update restheart.version to v9.4.1#9420
waghanza merged 2 commits into
developfrom
renovate/restheart.version

Conversation

@renovate

@renovate renovate Bot commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
org.restheart:restheart (source) 9.3.29.4.1 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

SoftInstigate/restheart (org.restheart:restheart)

v9.4.1

Compare Source

v9.4.0

Compare Source

RESTHeart 9.4.0

RESTHeart 9.4.0 introduces the new restheart-accounts module for application-level account management, along with Server-Sent Events (SSE) support, GridFS and OAuth improvements, and various dependency upgrades.

✨ Highlights

restheart-accounts: application-level account management (#​623)

A new module that adds a complete, ready-to-use identity and account layer on top of RESTHeart, so applications no longer have to build user management from scratch. It provides:

  • User registration and email verification: self-service sign-up with an email-confirmation flow before accounts become active
  • Password reset: secure self-service password recovery
  • OAuth social login: let users authenticate through external identity providers
  • Team invitations: invite users to join a team, with the surrounding membership flow
  • Multi-tenancy: built-in tenant model with the ability to switch between tenants, isolating each tenant's users and data

In short, it turns RESTHeart into a backend that ships with the kind of multi-tenant, team-based account management typically expected from a SaaS/BaaS platform, out of the box.

Server-Sent Events (SSE)
  • New SseService interface with full SSE support in ChangeStreamWorker and related handlers
  • Dedicated registry, factory, and bootstrapper for SSE services
  • Per-client change stream event filtering via notify_when (#​629)
  • "SSE clock" example plugin with integration tests
  • Expanded ChangeStreamSseIT tests: co-existence, worker lifecycle, Last-Event-ID, and authentication (#​628)
OAuth & security
  • OAuth 2.0 client credentials grant support
GridFS
  • Bulk delete handler for GridFS files
MongoDB
  • Estimated count functionality in MongoRequest and related components
  • MongoDB client metadata (#​614)

🔧 Improvements

  • Enhanced BsonUtils.get with path token parsing and improved null handling; removed document context caching with added memory-management tests
  • Upgraded Undertow to 2.4.0 with RFC 3986 compliance
  • Updated mongodb-driver-sync to 5.6.5
  • Updated graphql-java to 25.0
  • Helm chart support for RESTHeart 9.x (#​600)
  • Documentation: added CONTRIBUTING.md (#​613) and PLUGIN_EXCEPTION.md

🐛 Bug fixes

  • Fixed double-call in the setup-second-team helper
  • Restored GetTenantsService and SwitchTenantService (were accidentally gitignored)
  • Fixed CreateIndexesOnGqlApps creating an index on the obsolete descriptor.name field

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from waghanza as a code owner June 5, 2026 13:58
@renovate renovate Bot force-pushed the renovate/restheart.version branch from ab0a2a5 to f4b394c Compare June 5, 2026 22:35
@renovate renovate Bot changed the title Update restheart.version to v9.4.0 Update restheart.version to v9.4.1 Jun 5, 2026
@renovate

renovate Bot commented Jun 7, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@waghanza waghanza merged commit dd4686d into develop Jun 7, 2026
2 checks passed
@waghanza waghanza deleted the renovate/restheart.version branch June 7, 2026 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant