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: UPGRADING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ Updated `sms.Delete` method so now in return only error or nil as result.
112
112
## `v8.0.0` -> `v9.0.0`
113
113
### General
114
114
* New `PaginationRequest` instead of many in APIs.
115
-
*Interface `messagebird.MessageBirdClient`instead of `messagebird.Client` and new `MockClient` for better testing.
115
+
*New interface `messagebird.Client` and `messagebird.DefaultClient`instead of old implementation`messagebird.Client` and new `MockClient` for better testing.
116
116
* List structures now have a plural ending instead of using word "List". Example: `ContactList` -> `Contacts`.
117
117
*`conversations.ConversationStatus` replaced by `conversations.Status`.
118
118
*`number.NumberPattern` replaced by `number.SearchPattern`.
0 commit comments