- Add support for return messages for RTM requests.
- Drop Java 1.6 Support (Supports 1.7+ only)
- Add method to PduException to get common RTM reply in case of error
- Add optional position field to write request
- Leave only
onError
callback to handle transport exceptions from WebSocket library
- Add proxy support
- Update javadocs
- Upgrade 3rd party deps to the latest versions
- Rename package satori-sdk-java -> satori-rtm-sdk
- Remove superuser from credentials.json file
- Fix issue in subscription mode flags
- Fix eclispe build
- Fix compilation error when SDK is used from sources
- Fix typos in README
- Don't show full stacktrace in log when negative PDU is received
- Add assembly for Jackson2 library
- Set SO_TIMEOUT for WebSocket
- Initial release