Releases: arteam/simple-json-rpc
Releases · arteam/simple-json-rpc
0.4
Client
- Support for Client Object Style API
- Documentation enchantments
Server:
- Ability to return a user error message
- Deleted Guava ranges (incapability from old Guava versions)
0.3
- Modularization
- Client API for accessing JSON-RPC services
- Common requests
- Notification requests
- Batch requests
0.2.2
Fixed an issue with processing CGLIB proxied services.
0.2.1
- Log request and responses at debug level
- Logging request information if an error is occured
0.2
- Support for generic types in parameters like
List<String>
, Map<String, Double>
, Set<T>
etc...
- Support for Guava
Optional
- Fix a bug with handling optional parameters when the parameter is explicitly set to null