We have now added support for multiple datetime formats in our PHP SDKs. The following formats are supported:
- RFC1123 Datetime:
Mon, 15 Jun 2009 20:45:30 GMT
- RFC3339 Datetime:
2016-03-13T12:52:32.123Z
- Unix Timestamp:
1480809600
We have now added support for multiple datetime formats in our PHP SDKs. The following formats are supported:
Mon, 15 Jun 2009 20:45:30 GMT
2016-03-13T12:52:32.123Z
1480809600
There was a bug in Python SDKs which were using OAuth2.
int
and a string
.This bug has now been fixed. Please regenerate your Python SDKs if you're using OAuth 2 to get this fix.
There was a bug in Ruby SDKs which were using OAuth2.
int
and a string
.Besides this, there were a couple of edge cases that allowed Ruby SDKs to be generated, and even the gem to be built and installed, but the code would not execute because of the following reasons:
require
statements in the base file were not being split into multiple lines correctly. This splitting is done to ensure compliance with The Ruby Style Guidemodels/enums/exceptions
were not being dealt with, causing a comment to spill over into the next line.These bugs have now been fixed. Please regenerate your Ruby SDKs to get the fixes.
There was a bug where the Discriminator field was not being set by default.
When creating an instance of a model that inherited from another model, the discriminator field was not assigned a default value.
This behavior has now been fixed. Please regenerate your SDK to get the fix.
Multiple formats are now supported for Array serialisation in form and query parameters. Formats supported include UnIndexed
, Indexed
, Plain
, CSV
, PSV
, TSV
.
This settings can be set using our API Blueprint CodeGen setting extension named ARRAYSERIALIZATION
.
We have now added support for multiple datetime formats in our Java and Android SDKs. The following formats are supported:
Mon, 15 Jun 2009 20:45:30 GMT
2016-03-13T12:52:32.123Z
1480809600
We have recently revamped our support for XML schema. This includes bug fixes (array types and optional properties were not catered in some cases, issues with circular references, etc.) and addition of missing features (Union of simple types, redefinition of schema types, etc.).
Postman recently added a new export format i.e. Postman Collection Format v2.1. Along with this, they also improved and added new authentication mechanisms in the older versions (1.0, 2.0). Our parsers have been updated to accommodate all these changes.
APIMATIC's Ruby SDKs are now compliant with The Ruby Style Guide
Re-generate your Ruby SDKs now for the new changes.
APIMATIC's Python SDKs are now compliant with the PEP8 Coding Style Guide
Re-generate your Python SDKs now for the new changes.