You can now configure layout within the theme
object of your portal. This gives you precise, declarative control over container alignment and maximum width—enabling cleaner, more responsive layouts with minimal effort.
Added Support for Customizing the Left Navigation Bar
You can now customize the behavior and appearance of the Left Navigation Bar in your developer portal. The new options include two navigation modes and three layout variations that give you more control over how navigation is structured and displayed.
Adding Support for Pagination in Python SDKs
APIMatic now supports four widely-used pagination strategies in Python SDKs: Offset, Page, Cursor, and Link based pagination. This enhancement provides a seamless and unified way to consume paginated API responses, regardless of the underlying mechanism.
Source Code publishing without tags
The latest update allows publishing source code without tags using an existing profile, with improved log visibility. It also enables source code publishing alongside language configurations without requiring changes to package publishing settings, streamlining the process. Additionally, the retention period for logs and generated SDKs has been significantly extended.
Docs as Code Updates: LF Line Endings, Better Errors
We’ve upgraded the underlying infrastructure of our Docs as Code API to improve its performance. We've also shipped several improvements related to error messages to streamline your CI/CD pipelines and make troubleshooting easier. Below you’ll find a quick overview of what’s changed and how to adapt your integrations.
Introducing Proxy Configuration Support in .NET SDKs
We’ve added support for configuring proxy servers in the generated .NET SDKs.
This enhancement enables API requests to be routed through custom proxy servers, making it easier to work within corporate networks, behind firewalls, or in environments where outbound connections must go through a proxy.
Introducing Proxy Configuration Support in PHP SDKs
We've added support for configuring proxy servers in the generated PHP SDKs.
This update allows API requests to be routed through custom proxy servers, enhancing compatibility with corporate network environments, firewalls, or any setup requiring outbound traffic to pass through a proxy.
Added Support for New SDK Documentation on Developer Portal
We've introduced a new section in our Developer Portal to document various SDK components including helper methods and utility classes. This update helps keep the Developer Portal documentation more in sync with SDKs.
Enforce Required Properties in Your OpenAPI Definition Using Custom Validation Rules
Until now, our custom validation rules supported Pattern, Order, and Length verification methods. This allowed us to enforce specific patterns for property values, restrict property lengths, and validate alphabetical ordering within OpenAPI definitions.
We're excited to introduce a new verification method: "Required."
With this update, you can now mark a property as required - even if OpenAPI standards don't enforce it. This means greater flexibility in defining custom validation rules, including support for vendor extensions.
Comprehensive Search Upgrade on Developer Portal
We've significantly enhanced the search functionality on our Developer Portal! Previously, searches were limited to document titles, making it challenging to locate specific information within our extensive API documentation. Now, our upgraded search system indexes the full content of guides, API endpoints, parameters, and model documentation, enabling you to find exactly what you need more efficiently.