Skip to content

Releases: Crim/pardot-java-client

v1.0.1 Bugfix Release

12 Dec 08:30
Compare
Choose a tag to compare

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.

19 Aug 01:50
edb0c95
Compare
Choose a tag to compare

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

09 Aug 01:51
7e39838
Compare
Choose a tag to compare

0.6.0 (08/09/2018)

  • Adds support for Tags and TagObjects, Thanks LoRez!

0.5.0 Feature Release

14 Jul 01:12
2bf43c2
Compare
Choose a tag to compare

0.5.0 (07/14/2018)

  • Add support for Form, Email Template end points.
  • Updates jackson dependency for CVE-2018-7489.

0.4.0

25 Dec 11:45
52099b9
Compare
Choose a tag to compare

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

16 Dec 03:18
7070c55
Compare
Choose a tag to compare

0.3.0 (12/15/17)

  • Add support for Visitor and Visitor Activity API endpoints.
  • Bugfix to Prospect parser.

0.2.0

11 Nov 14:17
324e442
Compare
Choose a tag to compare

0.2.0 (11/11/17)

Support Api version 4 via configuration method .withApiVersion4()
Add support for List and ListMembership API endpoints.

0.1.0 - Initial Release

15 Aug 05:01
Compare
Choose a tag to compare

Initial official release of library.