We've just released v1.1.0-alpha.18
of the apimatic-cli
, introducing the new API Copilot command and bringing improvements to existing portal, SDK generation, and authentication commands.
Removed javax.* Dependencies in Java Core Package
We have eliminated transitive javax.*
dependencies from apimatic/core for better compatibility across Java versions.
Introducing Proxy Configuration Support in Java and Ruby SDKs
We’ve added support for configuring proxy servers in the generated Java and Ruby SDKs.
Improved SDK Client Initialization Code Samples
To improve clarity and onboarding, all client initialization code samples now include relevant code blocks along with import statements. This update makes it easier for developers to understand and use the SDKs, eliminating guesswork around class and function origins in docs and READMEs.
Adding Nullable Support in Developer Portal for All Languages
We are excited to introduce support for explicitly marking nullable properties as NULL in the developer portal. This enhancement provides greater flexibility when trying out the API from the API Playground for all languages.
Added Filepath Workflow to GitHub App
Introducing a more flexible and efficient way to validate your OpenAPI definitions with our GitHub App! The new Filepath Workflow allows you to specify the exact path to your main OpenAPI file, making it easier to manage and validate complex or modular API projects. This update streamlines the validation process, reduces unnecessary checks, and ensures your API definitions are always up to standard.
Added support for custom components in the API Developer Portal
Previously, building UI elements like cards, accordions, or tabs in the API Developer Portal required writing raw HTML, which was not ideal for maintainability and lacked support for built-in theming (e.g., Light, Dark, and Cosmos themes).
With this release, we’ve introduced native support for custom components, allowing you to create richer, more structured, and theme-consistent documentation without relying on raw HTML.
Introducing Proxy Configuration Support in TypeScript SDKs
We’ve added support for configuring proxy servers in the generated TypeScript SDKs.
This new feature allows developers to route API requests through designated proxy servers, improving compatibility with enterprise networks, secure environments, or setups where traffic must pass through a proxy.
Improved SDK Client Initialization Samples with Imports
To improve clarity and onboarding, all client initialization code samples now include relevant import statements. This update makes it easier for developers to understand and use the SDKs, eliminating guesswork around class and function origins in docs and READMEs.
Adding Support for Pagination in TypeScript SDKs
APIMatic now supports four widely-used pagination strategies in TypeScript 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.