|
2 | 2 |
|
3 | 3 | ## 1.2.0-beta.2 (Unreleased) |
4 | 4 |
|
| 5 | +### Breaking Changes |
| 6 | + |
| 7 | +#### `implementation.NotificationMessagesClientImpl` was modified |
| 8 | + |
| 9 | +* `MessagesServiceVersion getServiceVersion()` -> `NotificationMessagesServiceVersion getServiceVersion()` |
| 10 | + |
| 11 | +#### `implementation.MessageTemplateClientImpl` was modified |
| 12 | + |
| 13 | +* `MessagesServiceVersion getServiceVersion()` -> `MessageTemplateServiceVersion getServiceVersion()` |
| 14 | + |
| 15 | +#### `MessageTemplateClientBuilder` was modified |
| 16 | + |
| 17 | +* `serviceVersion(MessagesServiceVersion)` was removed |
| 18 | + |
| 19 | +#### `NotificationMessagesClientBuilder` was modified |
| 20 | + |
| 21 | +* `serviceVersion(MessagesServiceVersion)` was removed |
| 22 | + |
5 | 23 | ### Features Added |
6 | 24 |
|
7 | | -### Breaking Changes |
| 25 | +* `models.ConversationMessageItem` was added |
8 | 26 |
|
9 | | -### Bugs Fixed |
| 27 | +* `ConversationAdministrationServiceVersion` was added |
10 | 28 |
|
11 | | -### Other Changes |
| 29 | +* `ConversationAdministrationClientBuilder` was added |
| 30 | + |
| 31 | +* `models.BotContact` was added |
| 32 | + |
| 33 | +* `ConversationThreadAsyncClient` was added |
| 34 | + |
| 35 | +* `models.AddParticipantsOptions` was added |
| 36 | + |
| 37 | +* `ConversationAdministrationAsyncClient` was added |
| 38 | + |
| 39 | +* `implementation.ConversationThreadClientImpl$ConversationThreadClientService` was added |
| 40 | + |
| 41 | +* `models.SendConversationMessageResult` was added |
| 42 | + |
| 43 | +* `models.AudioConversationMessageContent` was added |
| 44 | + |
| 45 | +* `models.CommunicationConversation` was added |
| 46 | + |
| 47 | +* `ConversationThreadClientBuilder` was added |
| 48 | + |
| 49 | +* `models.ImageMessageContent` was added |
| 50 | + |
| 51 | +* `models.MessagePlatformKind` was added |
| 52 | + |
| 53 | +* `models.ButtonSetContent` was added |
| 54 | + |
| 55 | +* `models.ImageConversationMessageContent` was added |
| 56 | + |
| 57 | +* `NotificationMessagesServiceVersion` was added |
| 58 | + |
| 59 | +* `models.WhatsAppContact` was added |
| 60 | + |
| 61 | +* `models.StickerNotificationContent` was added |
| 62 | + |
| 63 | +* `models.InteractiveMessage` was added |
| 64 | + |
| 65 | +* `ConversationThreadServiceVersion` was added |
| 66 | + |
| 67 | +* `models.VideoMessageContent` was added |
| 68 | + |
| 69 | +* `models.InteractiveNotificationContent` was added |
| 70 | + |
| 71 | +* `models.ReactionNotificationContent` was added |
| 72 | + |
| 73 | +* `models.TextConversationMessageContent` was added |
| 74 | + |
| 75 | +* `ConversationAdministrationClient` was added |
| 76 | + |
| 77 | +* `models.DocumentMessageContent` was added |
| 78 | + |
| 79 | +* `MessageTemplateServiceVersion` was added |
| 80 | + |
| 81 | +* `implementation.ConversationThreadClientImpl` was added |
| 82 | + |
| 83 | +* `models.ButtonContent` was added |
| 84 | + |
| 85 | +* `models.ActionGroupContent` was added |
| 86 | + |
| 87 | +* `models.RemoveParticipantsOptions` was added |
| 88 | + |
| 89 | +* `models.MessageContentKind` was added |
| 90 | + |
| 91 | +* `models.GetConversationThreadAnalysisResult` was added |
| 92 | + |
| 93 | +* `models.ActionBindings` was added |
| 94 | + |
| 95 | +* `models.ExternalConversationParticipant` was added |
| 96 | + |
| 97 | +* `models.channels.WhatsAppListActionBindings` was added |
| 98 | + |
| 99 | +* `models.ActionGroupItem` was added |
| 100 | + |
| 101 | +* `models.ConversationMessageContent` was added |
| 102 | + |
| 103 | +* `models.CommunicationContact` was added |
| 104 | + |
| 105 | +* `models.Message` was added |
| 106 | + |
| 107 | +* `models.RemoveParticipantsResult` was added |
| 108 | + |
| 109 | +* `implementation.models.CreateConversationRequest` was added |
| 110 | + |
| 111 | +* `implementation.ConversationAdministrationClientImpl` was added |
| 112 | + |
| 113 | +* `models.InternalConversationParticipant` was added |
| 114 | + |
| 115 | +* `models.OutboundDeliveryStrategyKind` was added |
| 116 | + |
| 117 | +* `models.UpdateParticipantsResult` was added |
| 118 | + |
| 119 | +* `models.DocumentConversationMessageContent` was added |
| 120 | + |
| 121 | +* `models.AddParticipantsResult` was added |
| 122 | + |
| 123 | +* `models.Contact` was added |
| 124 | + |
| 125 | +* `models.MessageContent` was added |
| 126 | + |
| 127 | +* `models.channels.WhatsAppUrlActionBindings` was added |
| 128 | + |
| 129 | +* `models.ActionGroup` was added |
| 130 | + |
| 131 | +* `models.ConversationParticipant` was added |
| 132 | + |
| 133 | +* `implementation.ConversationAdministrationClientImpl$ConversationAdministrationClientService` was added |
| 134 | + |
| 135 | +* `models.LinkContent` was added |
| 136 | + |
| 137 | +* `models.ParticipantKind` was added |
| 138 | + |
| 139 | +* `models.TemplateConversationMessageContent` was added |
| 140 | + |
| 141 | +* `models.SendConversationMessageOptions` was added |
| 142 | + |
| 143 | +* `ConversationThreadClient` was added |
| 144 | + |
| 145 | +* `models.MessageActionBindingKind` was added |
| 146 | + |
| 147 | +* `models.VideoConversationMessageContent` was added |
| 148 | + |
| 149 | +* `models.channels.WhatsAppButtonActionBindings` was added |
| 150 | + |
| 151 | +* `models.TextMessageContent` was added |
| 152 | + |
| 153 | +#### `MessageTemplateClientBuilder` was modified |
| 154 | + |
| 155 | +* `serviceVersion(MessageTemplateServiceVersion)` was added |
| 156 | + |
| 157 | +#### `NotificationMessagesClientBuilder` was modified |
| 158 | + |
| 159 | +* `serviceVersion(NotificationMessagesServiceVersion)` was added |
| 160 | + |
| 161 | +#### `models.channels.WhatsAppMessageTemplateItem` was modified |
| 162 | + |
| 163 | +* `getName()` was added |
12 | 164 |
|
13 | 165 | ## 1.1.2 (2025-03-03) |
14 | 166 |
|
|
0 commit comments