Releases: Crim/pardot-java-client
Releases · Crim/pardot-java-client
v1.0.1 Bugfix Release
1.0.1 (12/12/2019)
Bugfixes
- Issue-35 Submit POST parameters using UTF-8 charset by default.
- Issue-36 Sending email with the scheduled_time was broken due to improperly formatted value.
Internal Dependency Updates
- org.apache.httpcomponents:httpclent from 4.5.6 to 4.5.10
- org.apache.logging.log4j from 2.11.0 to 2.12.1
- com.fasterxml.jackson.core:jackson-databind from 2.9.9 to 2.10.1
1.0.0 Update for breaking change to Pardot API.
1.0.0 (08/19/2018)
Breaking Change
As of October 31, 2018 Pardot is disabling the TLS 1.0 encryption protocol. This means that versions of this library prior to 1.0.0 will cease to be able to connect to the Pardot Api.
Version 1.0.0 updates the library to use TLS 1.1 and 1.2 protocols. Everyone is encouraged to update
the library prior to October 31st 2018.
0.6.0 Feature Release
0.6.0 (08/09/2018)
- Adds support for Tags and TagObjects, Thanks LoRez!
0.5.0 Feature Release
0.5.0 (07/14/2018)
- Add support for Form, Email Template end points.
- Updates jackson dependency for CVE-2018-7489.
0.4.0
0.4.0 (12/25/17)
- Add support for CustomField, CustomRedirect API, EmailClicks, and Opportunity end points.
- Client will change configured API version from 3 to 4 automatically upon login.
- Fixed bug in VisitorQueryRequest around querying for multiple foreign key ids.
- Fixed bug in ordering of request parameters.
0.3.0
0.2.0
0.1.0 - Initial Release
Initial official release of library.