v3.8.0-rc.1
Breaking Changes📦 prometheus
⚠ 1 breaking✨ 1 features🔧 1 symbols
Summary
This release updates the Remote-write 2 receiving specification, renaming the 'created timestamp' to 'start timestamp', and introduces support for the OAuth2 jwt-bearer grant-type.
⚠️ Breaking Changes
- The term "created timestamp" (CT) in the Remote-write 2 receiving specification has been renamed to "start timestamp" (ST). If you rely on the exact string "created timestamp" in your remote-write receiver configuration or logic, you must update it to "start timestamp".
Migration Steps
- If using Remote-write 2 receiving, update any configuration or code referencing "created timestamp" (CT) to use "start timestamp" (ST) instead.
✨ New Features
- Added support for OAuth2 jwt-bearer grant-type as defined in RFC7523 section 3.1.
🔧 Affected Symbols
Remote-write 2 receiving specification