LogoLogo
Slack communityBook a demo
HomeAPI DefinitionSDKsDocsCLI & API Reference
HomeAPI DefinitionSDKsDocsCLI & API Reference
  • Introduction
    • Overview
    • Language Support
    • SDK Customer Showcase
  • Capabilities
    • Strongly Typed
    • Idiomatic Method Names
    • Schema Validation
    • Discriminated Unions
    • Multipart Form Data
    • Forward Compatibility
    • Registry Publishing
    • Auto-Pagination
    • OAuth Token Refresh
    • Retries with Backoff
    • Webhook Signature Verification
    • Idempotency Headers
    • Server-Sent Events
    • Integration Tests
    • Code Snippets
    • Augment with Custom Code
    • Merging Multiple APIs
    • WebSockets
  • Reference
    • Configuration
  • Guides
    • Generate your First SDK
    • Preview your SDK Locally
    • Publish a Public-Facing SDK
Slack communityBook a demo
IntroductionChangelogs

Go

August 7, 2024
August 7, 2024

0.23.0

(feat): Add support for always sending required properties.

What’s new

  • Added the alwaysSendRequiredProperties configuration option. When alwaysSendRequiredProperties is enabled, required properties are never omitted in the type’s wire representation. Any required property that is not explicitly set will send the default value for that type.
Was this page helpful?
Edit this page
Previous

July 22, 2024

Next
Built with