We're changing the way we export modules in our TypeScript SDK to align with modern Typescript best practices and improve compatibility across different environments.
CLI: First Beta Release + Improved Messaging & Command Format Update
We’re excited to announce the first beta release of the @apimatic/cli
— v1.0.0-beta.1
! This milestone introduces a more intuitive command experience and sets the stage for future enhancements.
Introducing Proxy Configuration Support in Python SDKs
We’ve added support for configuring proxy servers in the generated Python SDKs.
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.
CLI: New copilot command + enhanced portal & sdk commands
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.