Skip to content

9.5.0

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Jul 11:40
68d6e62

RESTHeart 9.5.0

Breaking Changes

  • restheart-accounts: rename tenantteam throughout the module (c4b9d392e).
    If you reference tenant in config or code, update to team.

New Features

  • OAuth login now hands off the token to the frontend for cross-origin SPA sessions (484530356).
  • New GET /token/redirect endpoint for token handoff via URL fragment (2dd86f9f9).
  • Support per-request origin whitelist override in OriginVetoer (9ecf8c2a3).

Bug Fixes

  • Fixed override of default-role in restheart-accounts (85f1877a6).
  • Fixed overrides in restheart-accounts email services (6cc1b994f).
  • Pass signup|signin flow to frontend via redirect query param (7cd133af5).
  • Add X-OAuth-Flow header to OAuth callback to distinguish signup from signin (d62d4c020).

Build & Dependency Improvements

  • Pin transitive dependencies to achieve 100% dependency convergence (571d163c1).
  • Pin maven-site-plugin:4.0.0-M16 and maven-project-info-reports-plugin:3.7.0 for Doxia 2.x compatibility (a5d23ea73).

License Metadata

  • Add dual license metadata (AGPL v3 + Commercial) to all core modules (54546500e, 59b7ccfd3).