This repository was archived by the owner on May 14, 2020. It is now read-only.
v1.5.0: Bug Fixes
Version 1.5.0 addresses numerous issues and PRs, and also cleans up many areas of the code base:
- Identifiers are now of type Long (matching model objects). Old methods using Integer are deprecated.
- Added support for generics.
- Lombok-ified many classes.
- Added toString() methods to model objects.
- The build now also generates a source JAR.
- Reformatted code to use spaces instead of tabs.
- Used Base64 encoder from Apache Commons Codec insead of "sun.misc" package. Fixes issue #2.
- Initialized ApiClient instance at class-load time and refactored ApiClient.getInstance(). Fixes issue #6.
- Fixed error in example CreateConversation.java, and also improved exception messages in the case of bad requests. Fixes issue #8.
Thanks to our many contributors who submitted pull requests for this release!