OIDC profile can now be read from the userinfo endpoint
Users with custom OIDC configurations can have their profile information automatically read from the userinfo endpoint, improving authentication flexibility.
Evidence
+feat(auth): read custom OIDC profile from the userinfo endpoint
Fixed surrogate pair splitting in truncate() function
Text truncation now correctly preserves Unicode surrogate pairs, preventing character corruption when truncating strings with emoji or other multi-byte characters.
Evidence
+fix(shared): truncate() no longer splits surrogate pairs
Renamed 'Monitors and Alerts' feature to 'Alerts' across all pricing tiers
Users and customers will see the feature referred to as 'Alerts' instead of 'Monitors and Alerts', potentially affecting how they understand the feature offering and documentation references.
Evidence
−Monitors and Alerts
2 monitors
Monitors and Alerts
20 monitors
Monitors and Alerts
50 monitors
Monitors and Alerts
100 monitors
Added Observations API v2 as a new rate-limited API endpoint across all pricing tiers
Developers now have explicit rate limits for the new Observations API v2 (30-1000 requests/min depending on tier), providing clarity on API usage constraints for this new endpoint.