Skip to content

Releases: versionone/VersionOne.SDK.Java.APIClient

16.1.3

19 Mar 17:58
ff10d7b
Compare
Choose a tag to compare

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

16.1.2

07 Oct 13:33
45e1ccb
Compare
Choose a tag to compare

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

16 Jul 18:10
Compare
Choose a tag to compare
  • 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

30 May 16:44
Compare
Choose a tag to compare
  • 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