What's New in Homechart: v2024.09
Release notes for Homechart v2024.09.
Features
OIDC Client
Homechart now supports using most standards-compliant OpenID Connect (OIDC) issuers for single-sign on (SSO). Self-hosted users should visit Setup Homecahrt SSO for more information.
Enhancements
- Added Refresh Subscription button to Subscriptions for self-hosted users.
- Added
Authorization: Bearer
support for API request authorization (see API docs for more details).
Removals
x-homechart-id
andx-homechart-key
API request authorization has been deprecated. Please rewrite your custom Homechart API calls to useAuthorization: Bearer <old x-homechart-key value>
instead.