You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ If you find out that something was not addressed properly, please submit an issu
25
25
- Removed `Email IP` and `Email Domain IPs` endpoints as they are now deprecated and are no longer supported.
26
26
- Added `[JsonObject]` and `[JsonProperty]` annotations to models for improved JSON Serialization/Deserialization for Newtonsoft.Json based consumers.
27
27
- Added System.Text.Json support for consumers using .NET Core 3.0 or later.
28
+
- Added `IDisposable` for all `IApiAccessor` implementations.
28
29
29
30
### Changed
30
31
⚠️ In addition to the changes listed below some products might also contain breaking changes as some of the API endpoints have changed since last major release.
@@ -38,7 +39,8 @@ If you have issues when migrating the existing implementation, please check the
38
39
- Introduced unified `IysRecipientType` class which replaces `SmsIysRecipientType`.
39
40
- Introduced unified `UrlOptions` class which replaces `SmsUrlOptions`.
40
41
-`ErrorContent` and `Headers` fields in `ApiException` now have private setters.
41
-
-[Polly](https://github.com/App-vNext/Polly) dependency was bumped to version 7.2.4.
42
+
- Bumped `Polly` dependency to version `7.2.4`
43
+
- Bumped `RestSharp` dependency to version `106.12.0`
42
44
43
45
### Fixed
44
46
- bug: 400 error when receiving forwarding SMS message (https://github.com/infobip/infobip-api-csharp-client/issues/44)
0 commit comments