Information about array responses or primitive type responses was being incorrectly represented or entirely missed. We have released some fixes to improve on this.
42 posts tagged with "Improvement"
View All TagsSome Improvements to Postman Import/Export to be Released Soon
Improvements have been made to Postman import/export of versions 1.0
, 2.0
that are expected to be released in the coming few days.
Improvements in Blocking API Calls in Java
We've made several improvements to our Java SDK, resulting in considerable resource savings and speed-up, in case of blocking API calls. To benefit from these improvements, please generate your SDKs again.
Token Refresh on Expiry in OAuth 2 Client Credential Flow
We've updated our SDKs that use OAuth 2 Client Credential Flow to enable automatic re-authorization of the client when the OAuth token is expired.
Configurable Logging in NodeJS
We've added the ability to programmatically configure the logger used in the NodeJS SDK. You can now disable logging or add a custom log handler during runtime.
Major Improvements Released for Better RAML Resource Types and Traits Support
Resource types and traits are an integral part of RAML. We have been working hard in improving our support for them in order to improve your RAML conversion experience on API Transformer. Majority of the improvements target RAML v1.0 while some of them also target v0.8.
Changes in Naming Scheme, URLs and Other Improvements in Developer Experience Portal
We're releasing a new version of our Developer Experience Portal which improves docs generation for all SDKs. This is a breaking change and requires manual migration. Check out all the changes below.
Improvements in Multi-Threaded Code in Java and Android
We have made some minor improvements to synchronization in our Java and Android SDKs. To benefit from these improvements, please generate your SDKs again.
Improvements to OpenAPI and Postman Import/Export
Support in Transformer for features of OpenAPI like API contact information and global tags has been added. In addition to this, improvements have been made to our Postman parsers including preservation of order of requests, support for folder descriptions and not nesting ungrouped endpoints into folders.
Switching Http Client in Android and Java to OkHttp
We are happy to announce that our Android and Java SDKs now use the better and faster OkHttp client.