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
{{ message }}
This repository was archived by the owner on Jan 19, 2024. It is now read-only.
* Test Packages : JUnit test package (src/test/java/com/exacttarget/fuelsdk/)
32
-
* Annotation Packages : The annotation package (src/main/java/com/exacttarget/fuelsdk/annotations/)
33
-
* Documentation : SDK API HTML documentation (docs/)
34
-
28
+
# New Features in Version 1.2.1
35
29
* New addition to the source packages
36
-
- Added ETProfileAttribute.java to create new Subcriber
37
-
- Added SendClassification on ETTriggeredEmail to create new Triggered Send Definition
38
-
39
-
* JUnit test case : This covers basic happy path testing. All the test cases use “ET” classes. Advanced and more comprehensive test cases will be added in future releases. Added new JUnit test cases.
40
-
41
-
* API docs : added API documentation using doxygen documentation framework. (under docs/ directory)
30
+
- Added support for Sendable Data Extension. Two new properties (SendableSubscriberField, SendableDataExtensionField) are added to ETDataExtension class to support Sendable Data Extension.
31
+
IsSendable property need to be set true. Code snippet to create sendable data extension:
32
+
<pre>
33
+
ETDataExtension dataExtension = new ETDataExtension();
Copy file name to clipboardExpand all lines: changelog.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
## Version 1.2.1 - 08/28/2017 ##
2
+
3
+
* New addition to the source packages
4
+
- Added support for Sendable Data Extension. Two new properties (SendableSubscriberField, SendableDataExtensionField) are added to ETDataExtension class to support Sendable Data Extension.
5
+
6
+
* JUnit test case : Test cases added to DataExtension to test sendable data extension.
0 commit comments