Releases: omise/omise-python
Version 0.6.0
This version adds support for Forex API, and Search API, Schedule API and Occurrence API and drop and add support Python new version.
- [Added] Add Forex API.
- [Added] Add Search API.
- [Added] Add Schedule API.
- [Added] Add Occurrence API.
- [Changed] Drop support Python 2.6 and add support Python 3.6.
Version 0.5.0
This version add support for Link API for creating a hosted payment page.
- Add Link API support.
Version 0.4.1
This version is a maintenance release which fixes compatibility with Requests library version 2.12.1 and above. There is no added APIs or behavior changes in this release.
- Fix compatibility with Requests 2.12.1 and above.
Version 0.4.0
This version add support for Event API and authorization reversal via the Charge API. You can now cancel a charge by calling reverse on applicable Charge objects. This version also add official support for Python 3.4, Python 3.5, and dropped official support for Python 3.1 and Python 3.2.
- Add Event API support.
- Add reversal support in Charge API.
- Add Python 3.4 and Python 3.5 to test matrix.
- Remove Python 3.1 and Python 3.2 from test matrix.
Version 0.3.0
This version add support for specifying Omise API version by setting omise.api_version
. The version specified in the library will override the version set in user dashboard within Omise.
This is especially useful if you have multiple environments running in different version (e.g. production running on older one, with staging on newer one during upgrade.) It is highly recommended to set this version to the one you are using.
- Add API versioning support.
Version 0.2.1
This version is a maintenance release which updates the bundled CA certificate file to latest version. The old CA certificate will no longer be able to connect with Omise API as of August 18th, 2015. There is no added APIs or behavior changes in this release.
- Update CA certificate in the package.
Version 0.2.0
This version add support for Dispute and Recipient API as well as changing the request to be made with application/json
content-type instead of x-www-form-urlencoded
by default. This update should result in a more consistent behavior across all APIs as data transformation is no longer being done.
- Add Dispute API support.
- Add Recipient API support.
- Use JSON for POST body instead of URL-encoded form.
Version 0.1.0
This version is an initial public release which supported all API functionalities as of January 1, 2015. Including:
- Add Account API support.
- Add Balance API support.
- Add Card API support.
- Add Charge API support.
- Add Customer API support.
- Add Refund API support.
- Add Token API support.
- Add Transaction API support.
- Add Transfer API support.