Releases: versionone/VersionOne.SDK.Java.APIClient
Releases · versionone/VersionOne.SDK.Java.APIClient
16.1.3
16.1.2
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
- 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
- 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