Skip to content

Releases: messente/messente-api-java

4.3.0

16 Sep 14:56
43a59c9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.2.1...4.3.0

4.2.1

20 Aug 11:29
46b7489
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.2.0...4.2.1

4.2.0

22 Jul 14:48
de7e0db
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.0...4.2.0

4.1.0

19 Jul 12:55
99e16ff
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.0...4.1.0

4.0.0

08 Jul 08:47
ba9c06f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.0...4.0.0

3.1.0

09 Mar 13:13
b889964
Compare
Choose a tag to compare

What's Changed

  • Add error 401 to Omnimessage API

Full Changelog: 3.0.1...3.1.0

3.0.1

20 Jan 10:00
e285835
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.

2.1.0

12 Oct 07:53
2ddb606
Compare
Choose a tag to compare

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.

https://bintray.com/beta/#/messente/messente-api/messente-api/com.jfrog.bintray.gradle.BintrayExtension$VersionConfig@2b170932

2.0.0

25 Aug 09:48
10c8dd8
Compare
Choose a tag to compare

Bug Fix

  • [phonebook-api][contacts] Make sure scheduled deletion date field is only in responses, not in requests
    • The contact class in contact and contact list envelopes changed

1.3.0

24 Aug 11:47
3c9afb7
Compare
Choose a tag to compare

#7:

Added Functionality

  • [phonebook-api][contacts] Add scheduled deletion date to response
    • The date (in ISO 8601 format, YYYY-MM-DD) on which the contact is going to be deleted because it has not belonged to a group for 30 days
  • [statistics-api] Allow fetching Telegram statistics

Bug Fixes

  • [omnichannel-api] Declare error item source nullable
  • [omnichannel-api] Make cancelling a message return an empty object