Skip to content

Releases: anaplaninc/anaplan-java-client

Anaplan Connect 4.0.0 Release

25 Aug 11:08
Compare
Choose a tag to compare

Features:

  • OAuth 2.0 Support in Anaplan Connect

Bug Fixes:

  • Vulnerabilities fixed.

  • Illegal Error while exporting a saved view.

  • Boolean values from the JDBC connection

v3.0.1-rc

06 Apr 10:20
89f94c5
Compare
Choose a tag to compare

Features:

  • Action-less add, update, upsert and delete operations for list items.

Bug Fixes:

  • Unclosed Socket Bug with Http/2.

  • Data Separator issue for Single Column Files.

  • Records with new lines skipped when exporting to database.

Anaplan Java Client v1.4.4

26 Mar 06:04
9628cbe
Compare
Choose a tag to compare

Features:

  1. Added Retry mechanism for 5XX errors

  2. Bugfix- NPE for 0 KB exports

  3. Bugfix- Cyrillic characters processing around JDBC imports on windows OS.

  4. Bugfix- JDBC exports for large processing of data

  5. Removed the usage of loadclass parameter. User scripts will still work even if they provide this parameter.

Anaplan Java Client v1.4.3

21 Nov 17:54
f656bce
Compare
Choose a tag to compare

Features:

  1. Upgrades to public libraries

  2. Upgrade to bouncycastle library for direct private key usage

Anaplan Java Client v1.4.2

25 Jul 18:06
a2e0281
Compare
Choose a tag to compare

Features:

  1. Export Anaplan data to JDBC targets

  2. Bug fix: Data corruption issue when uploading multi-byte chars (Shift-JIS, UTF-16LE etc) across chunks

  3. Bug fix: AC throws null pointer exception with “-VI” command line option

  4. Bug fix: AC throws exception if Java is installed in “program Files (x86)” Windows directory

  5. Bug fix: Junk chars in AC terminal logs in Windows

  6. Bug fix: AC forcing command line parameters for domain/workstation for Basic proxy authentication. Now domain/workstation is required for NTLM auth only

  7. Bug fix: NULL pointer exception in case of 0 chunks (Anaplan export)

Anaplan Java Client v1.4.1

21 Mar 20:05
9817ce0
Compare
Choose a tag to compare

Features:

  1. BugFix to handle NullPointerException when Anaplan returns “Another row has already been processed with this key”
  2. BugFix - AC did not recognize different column separators
  3. Allow users to directly use Private key for authentication
  4. This version will automatically ignore extra text in CA public certificate / Private key. There is extra text appears before the “----BEGIN CERTIFICATE----” part. Users do not need to edit the files to remove these lines.