Orchestrator build release notes
For older release notes, see the release notes archive.
v0.96.0
2025-02-21
Added support for multiple secret paths in HashiCorp Vault secret provider
The orchestrator integration with HashiCorp Vault now supports multiple secret paths from the same secrets engine. If needed as part of your user flows, you can define secret paths for multiple secrets in the orchestrator configuration. For more details, see Secrets Management: HashiCorp Vault.
As part of this update, secret names cannot contain any forward slashes (/
).
If you are currently using HashiCorp Vault as a secrets provider and your secret names include slashes, Strata advises you to remove the slashes or change the secret name before upgrading your orchestrator to v0.96.0.
Failing to do so might result in a connection failure to your Vault instance. To remediate this, change your secret name to remove slashes then restart orchestrator.
v0.94.0
2025-02-13
Orchestrator has been upgraded to Go v1.23.
Noteworthy changes include:
- 3DES cipher suites are removed from the default list of secure ciphers that the Orchestrator uses. If required, these ciphers can be reenabled by using the
enabledCiphers
TLS config. net/http
Cookie implementation no longer strips double quotes from cookies when storing. This should not impact existing service extensions, but Strata is performing a further investigation to verify behaviours remain consistent.
For more information, see Go 1.23 Release Notes.
v0.93.0
2025-02-13
- Browser based client apps now have access to
DPoP-Nonce
response headers.
v0.91.0
2025-02-10
- The OIDC Provider now requires DPoP nonce validation.
v0.90.0
2025-01-31
- When a previously issued access token is DPoP bound, DPoP proof and its corresponding access token are now validated at the userinfo endpoint.
v0.89.0
2025-01-31
- Internal enhancements and improvements.
- Maverics now supports DPoP bound refresh tokens.
v0.88.2
2025-01-29
- A bug causing attribute providers to break in proxy apps was fixed.
v0.88.1
2025-01-29
- Internal Only release: enhancements and improvements.
v0.88.0
2025-01-28
- Maverics now supports opaque access tokens when using DPoP.
v0.80.0
2025-01-22
- We have updated the metadata endpoint to return DPoP signing algorithms for OIDC providers.
v0.79.0
2025-01-22
- Maverics now supports DPoP sender-bound access tokens for OIDC providers.