Releases: messente/messente-api-csharp
Releases · messente/messente-api-csharp
4.1.1
What's Changed
- release version 4.1.1 by @KWojakiew in #16
- switch to github actions for publishing by @KWojakiew in #17
- fix nuget push command by @KWojakiew in #18
- switch to ubuntu runner by @KWojakiew in #19
Full Changelog: 4.1.0...4.1.1
4.1.0
4.0.0
3.3.0
What's Changed
- Release 3.3.0 by @UkuLoskit in #13
New Contributors
- @UkuLoskit made their first contribution in #13
Full Changelog: 3.2.0...3.3.0
3.2.0
What's Changed
- release version 3.2.0 by @KWojakiew in #12
New Contributors
- @KWojakiew made their first contribution in #12
Full Changelog: 3.1.0...3.2.0
3.1.0
3.0.0
What's Changed
- Release version 3.0.0 by @krystian-wojakiewicz in #9
New Contributors
- @krystian-wojakiewicz made their first contribution in #9
Full Changelog: 2.1.0...3.0.0
2.1.0
https://www.nuget.org/packages/com.Messente.Api/2.1.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.
2.0.0
https://www.nuget.org/packages/com.Messente.Api/2.0.0
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
#6:
https://www.nuget.org/packages/com.Messente.Api/1.3.0
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