Skip to content

v2.7.0

Latest

Choose a tag to compare

@anton62k anton62k released this 12 May 04:32
· 6 commits to master since this release
085f8f4

Highlights

@revisium/admin 2.7.0 is a small polish release on top of 2.6.0. It fixes Apollo Sandbox auth under the JWT 2.0 cookie session, cleans up the Free-plan card on the Usage & Limits page, refreshes the favicon, and hardens the release-train workflow and CI dependencies.

Auth

  • Included browser cookies in Apollo Sandbox requests so the in-app sandbox works with the JWT 2.0 cookie-session model. #336

Billing And Limits UI

  • Hid the Downgrade button on the Free plan card. #342

UI Polish

  • Updated the favicon to the new design. #340

Build, Security, And Release

  • Overrode fast-uri to patch a CVE. #343
  • Pinned the npm publish workflow actions. #341
  • Migrated to revisium-actions v0.3.2 workflows and restored CI / deploy workflow definitions. #338 #339
  • Guarded the "latest release" tag selection in the release workflow. #335
  • Cleared the Sonar gate. #337

Compatibility Notes

  • No new admin env vars in this release. Billing/pricing rendering is still driven by core/payment responses and the payment-config plan rows.
  • Node.js engine requirement is unchanged (>=24.11.1 <25).
  • Release publication remains tag-driven; GitHub Releases are manual release documentation over an existing tag.

Full Changelog: v2.6.0...v2.7.0