Speakeasy Logo
Skip to Content

Product Updates

UI Enhancements & deepObject Query Support for Terraform

Emre Tezisci

Emre Tezisci

February 20, 2025 - 3 min read

Product Updates

📝 Speakeasy Studio: Navigate OpenAPI Specs with Ease

Speakeasy Studio now provides a structured, interactive outline for OpenAPI specs and SDK README files, significantly improving the navigation and editing experience.

📌 API Registry: Smarter Tracking, Seamless Organization

We’ve redesigned the API Registry to make it even more powerful: from tracking changes at-a-glance, to sharing any API revision with a click.

🏗️ DeepObject Query Parameter Support for Terraform Providers
Terraform provider generation now supports style: deepObject. This improves usability and reduces complexity for consumers by allowing them to define structured attributes in Terraform configurations, instead of needing to manually construct key-value query strings.


📝 Speakeasy Studio: Navigate OpenAPI Specs with Ease

OpenAPI specs are powerful but often overwhelming—long, complex, and difficult to navigate. Finding key details like authentication methods, endpoints, or dependencies can be time-consuming and frustrating.

What’s New?

Speakeasy Studio now provides a structured, interactive outline for OpenAPI specs and SDK README files, making it effortless to:
Jump to key sections like servers, security settings, and endpoints.
Quickly locate dependencies without endless scrolling.
Improve accuracy by reducing the risk of missing critical spec details.

This update eliminates the pain of manually searching through massive API definitions. Everything you need is now neatly organized and just a click away.


📌 API Registry: Smarter Tracking, Seamless Organization

The API Registry page is the central hub for tracking OpenAPI document revisions, SDK dependencies, and API history—all in one place.

What’s New?

We’ve redesigned the API Registry to make it even more powerful:
Improved artifact grouping for better organization and clarity.
More structured spec representation, making it easier to track changes at a glance.
One-click API sharing, allowing any revision to be turned into a public URL instantly.
Namespace archiving, helping teams manage deprecated or inactive APIs effortlessly.

Whether you’re maintaining API history, sharing specs, or tracking dependencies, the new API Registry page makes API management more intuitive and efficient.


🏗️ DeepObject Query Parameter Support for Terraform Providers

Some APIs accept structured objects as query parameters. For example, an API might support filtering on multiple fields (status and type):

Before DeepObject Support

Without deepObject support, consumers of a Terraform provider for this API would need to construct query strings manually. This means defining query parameters as flat key-value pairs or concatenating them into a string:

This approach is unintuitive, error prone, and hard to maintain.

With DeepObject Support

Now, Speakeasy supports style: deepObject in OpenAPI specifications. For example:

With deepObject support, Terraform provider consumers can now define query parameters as structured attributes — eliminating the need to construct manual query strings:

Key Benefits

This has a significant impact on consumer ergonomics: ✅ Eliminates manual query string construction
✅ Supports complex filtering and nested input
✅ Ensures Terraform provider behavior matches API expectations


🛠️ New Features and Bug Fixes 🐛

Platform

  • 🐛 Fix: Prevented compilation errors caused by special characters in operationId.
  • 🐛 Fix: Fixed handling of null values in maps and arrays for better representation.

PHP

  • 🐝 Feat: Added support for deepObject query parameters.
  • 🐛 Fix: Improved query and path parameter handling.

Go

  • 🐛 Fix: Resolved issues with circular references in Go usage snippets.
  • 🐛 Fix: Prevented Go panics related to const query parameters.

TypeScript

  • 🐛 Fix: Reordered standalone function code for better readability.
  • 🐝 Feat: Introduced APIPromise, a custom thenable type that exposes $inspect() for SDK functions.

Terraform

  • 🐝 Feat: Improved float/int32 number format handling.
  • 🐝 Feat: Enabled custom HTTP headers via provider configuration.
  • 🐛 Fix: Added support for nullable array types in Terraform SDKs.

Java

  • 🐝 Feat: Removed Apache httpclient as a dependency, reducing SDK size and improving maintainability.

Last updated on

Organize your
dev universe,

faster and easier.

Try Speakeasy Now