1.8.0-beta.2 (2023-08-14)
Features Added
- Added function
SanitizePagerPollerPath
to theserver
package to centralize sanitization and formalize the contract. - Added
TokenRequestOptions.EnableCAE
to indicate whether to request a CAE token.
Breaking Changes
This change affects only code written against beta version
v1.8.0-beta.1
.
messaging.CloudEvent
deserializes JSON objects as[]byte
, instead ofjson.RawMessage
. See the documentation for CloudEvent.Data for more information.
This change affects only code written against beta versions
v1.7.0-beta.2
andv1.8.0-beta.1
.
- Removed parameter from method
Span.End()
and its typetracing.SpanEndOptions
. This API GA'ed inv1.2.0
so we cannot change it.
Bugs Fixed
- Propagate any query parameters when constructing a fake poller and/or injecting next links.