Skip to content

0.0.2

Latest
Compare
Choose a tag to compare
@ib-fsrnec ib-fsrnec released this 16 Mar 11:43

[ 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.