Skip to content

Releases: infobip/infobip-cpaasx-python-client

0.0.2

16 Mar 11:43
Compare
Choose a tag to compare

[ 0.0.2 ] - 2021-03-16

Added

  • Additional test cases.
  • Application ID and entity ID to SMS and MMS report models.
  • Snyk badge.

Fixed

  • MMS binary content upload body type. Now, the body is processed as StrictBytes.
  • Response body type mapping when pulling inbound SMS messages.
  • Response body type mapping when pulling outbound SMS message logs.
  • MMS inbound message segments deserialization.
  • Query parameter URL encoding.

Changed

  • Adjust User-Agent header value to be aligned with other Infobip API client libraries.
  • Process MMS report date-time fields as datetime.
  • Update README.md.
  • Update setup.py to specify README.md as a package long description.
  • MMS comments to match the current API documentation.

Removed

  • Unused error model classes.
  • Unused test requirements.

0.0.1

08 Mar 16:29
Compare
Choose a tag to compare

[ 0.0.1 ] - 2021-03-08

🎉 The first release!

The package is built on top of OpenAPI Specification, generated by Infobip OSCAR service powered by OpenAPI Generator.

Added