You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version 1.65.0
Libs/Python: Bring back the (deprecated) sync dashboard_access method, which was accidentally
removed in v1.64.1
Libs/Csharp: The options argument to the SvixClient initializer is now optional.
Libs/Csharp: The SvixOptions.BaseUrl field is deprecated in favor of SvixOptions.ServerUrl
Libs/(Ruby and Kotlin): Add doc comments to class attributes
Libs/Go: Added a new <Enum>From<UnderlyingType> map to all enums. For example BackgroundTaskStatusFromString["running"] will result in BACKGROUNDTASKSTATUS_RUNNING
Libs/Go: Fixed bug where the correct content-type was not set on PUT requests