Releases: EMCECS/atmos-client-java
Releases · EMCECS/atmos-client-java
Atmos Client for Java v3.2.1
- Fixed SAX runtime classpath issue for downstream projects using Gradle 6+
Atmos Client for Java v3.2.0
- Upgraded build to gradle 5.6.4
- Upgraded dependencies to latest versions
- Switched logging to slf4j
- Switched from jdom2 to dom4j
Atmos Client for Java v3.1.0
- Added Atmos REST management client, initial supported methods are:
- System:
listRmgs()
listRmgNodes(rmgName)
- Tenant/Subtenant
getTenantInfo()
listSubtenants()
getSubtenant(subtenantName)
listPolicies()
listUids(subtenantName)
getSharedSecret(subtenantName, uid)
- System:
Atmos Client for Java v3.0.2
- Added ETag as a property of ObjectMetadata and BasicResponse (only supported on ECS)
- Implemented workaround for issue #3
Atmos Client for Java v3.0.1
- Re-added option to disable UTF-8 encoding for metadata
Atmos Client for Java v3.0.0
- Added deleteSubtenant call (only on ECS and only when subtenant is completely empty)
- Added create object with custom object ID (ECS 3.0+)
- Added create subtenant with custom subtenant ID (ECS 3.0+)
Atmos Client for Java v2.2.3
- Minor changes to support ECS 3.0