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: sdk/communication/azure-communication-email/CHANGELOG.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,15 @@
1
1
# Release History
2
2
3
-
## 1.1.0-beta.2 (Unreleased)
3
+
## 1.1.0 (2025-10-08)
4
4
5
5
### Features Added
6
6
7
-
### Breaking Changes
7
+
- Consumers can now provide a value for the `ContentId` property when sending emails with attachments.
8
+
This allows consumers to reference attachments in the email body using the `cid` scheme. The `ContentId` property can be set on the `EmailAttachment` object.
9
+
10
+
### Bug fixes
8
11
9
-
### Bugs Fixed
12
+
-Fixed change introduced in preview versions that required EmailAttachment Content to be pre-encoded in base64. Content should now again be constructed using raw binary data.
Copy file name to clipboardExpand all lines: sdk/communication/azure-communication-email/src/main/java/com/azure/communication/email/EmailAsyncClient.java
Copy file name to clipboardExpand all lines: sdk/communication/azure-communication-email/src/main/java/com/azure/communication/email/EmailServiceVersion.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@ public enum EmailServiceVersion implements ServiceVersion {
Copy file name to clipboardExpand all lines: sdk/communication/azure-communication-email/src/main/java/com/azure/communication/email/implementation/AzureCommunicationEmailServiceImplBuilder.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -270,7 +270,7 @@ public AzureCommunicationEmailServiceImplBuilder retryPolicy(RetryPolicy retryPo
Copy file name to clipboardExpand all lines: sdk/communication/azure-communication-email/src/main/java/com/azure/communication/email/implementation/models/package-info.java
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,5 @@
2
2
// Licensed under the MIT License.
3
3
// Code generated by Microsoft (R) AutoRest Code Generator.
4
4
5
-
/**
6
-
* Package containing the data models for AzureCommunicationEmailService.
7
-
* Azure Communication Email Service.
8
-
*/
5
+
/** Package containing the data models for AzureCommunicationEmailService. Azure Communication Email Service. */
0 commit comments