Skip to content

Releases: versionone/VersionOne.SDK.Java.APIClient

16.1.3

Choose a tag to compare

@CathyCorrea CathyCorrea released this 19 Mar 17:58
ff10d7b

Specify UTF-8 charset in V1Connector to mitigate variability of running in various environments

16.1.2

Choose a tag to compare

@jallers jallers released this 07 Oct 13:33
45e1ccb

URL encoding fixes for Attributes.

Sophisticated attribute tokens were not properly URL encoded and lead to errors when issuing requests with selections or filters using these tokens. Work-arounds where encoding is done manually of the attribute token characters like [ are no longer needed.

UTF-8 will not be the default encoding of the body of post requests so there is proper support for unicode characters in Name and Description.

v15.1.0

Choose a tag to compare

released this 16 Jul 18:10
  • Added V1Connector.UseOAuthEndpoints method
  • Deprecated V1Connector.UseEndpoint method
  • Added SaveAttachment/GetAttachment methods to Services class
  • Added SaveEmbeddedImage/GetEmbeddedImage methods to Services class
  • Deprecated IAttachments interface and Attachments class

v15.0.0

Choose a tag to compare

released this 30 May 16:44
  • Added V1Connector class
  • Deprecated all other connector classes
  • Added support for access tokens
  • Added MetaModel to Services class
  • Added support for Localization API
  • Added support for Query API
  • Recompiled and tested with JVM 1.8
  • Moved documentation to VersionOne Developer Library