Skip to content

Releases: messente/messente-api-python

2.4.0

25 Mar 15:01
ad3763e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3.0...2.4.0

2.3.0

20 Jan 14:55
c6b2adf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2.0...2.3.0

2.2.0

16 Sep 14:55
c274a03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.0...2.2.0

2.1.0

19 Jul 12:50
9da3b30
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.1.0

2.0.0

08 Jul 07:35
35cba0c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.0...2.0.0

1.5.0

09 Mar 12:51
10dfcf1
Compare
Choose a tag to compare

What's Changed

  • Add error 401 to Omnimessage API

Full Changelog: 1.4.2...1.5.0

1.4.2

19 Jan 16:45
b315aa3
Compare
Choose a tag to compare

What's Changed

  • Add parameter ttl to Omnichannel API message sending request. This allows the users to specify the validity period of a message in the unit of seconds (as opposed to minutes for the validity field). Preserves backward compatibility with validity.

1.4.1

18 Jan 18:01
154abca
Compare
Choose a tag to compare

https://pypi.org/project/messente-api/1.4.1

Generated code with https://www.npmjs.com/package/@openapitools/openapi-generator-cli/v/2.1.17's python-legacy v5.0.0 generator:

  • Docs changed

  • ApiException subclasses were added:

    Screenshot 2021-01-18 at 19 46 25
  • Models' to_dict changed:

    Screenshot 2021-01-18 at 19 56 12

1.4.0

12 Oct 07:23
623c5c0
Compare
Choose a tag to compare

https://pypi.org/project/messente-api/1.4.0

Add an optional priority field to Omnichannel API message sending request. This field sets the priority of the message. Messages are processed starting with in highest priority queue first and lowest priority queue last. This for example allows to prioritize OTP messages over marketing traffic.

The new field has three possible values:

  • low,
  • regular,
  • high.

1.3.1

25 Aug 09:12
f68698b
Compare
Choose a tag to compare

https://pypi.org/project/messente-api/1.3.1

Bug Fix

[phonebook-api][contacts] Make sure scheduled deletion date field is only in responses, not in requests