- for socket server, add a method to terminate ongoing connections (usually after stop)
- for socket server, fix url to service local map
- for socket server, fix socket initial connection timeout
- Added stateful service configuration to socket transport.
- Added optional AES encryption to socket transport.
- Added
@Timeout
annotation to specify timeout on a per class or method level - Tighter timeout monitoring
- New socket based transport in addition to HTTP
- The new transport has lower overhead (latency)
- Only one dependency: slf4j
@Compression
annotation to turn off compression. Not supported in HTTP
- Minimum JDK: 1.8
Initial open source release.