armeria-0.32.0
Note: From this release on, the version string will not have the .Final suffix.
Breaking changes
- #324 Rename
UnitFormattertoTextFormatter - #342 Rename
com.linecorp.armeria.client.routingtoendpoint - #335 Replace
MessageLog.start/endTimeNanos()withdurationNanos()
New features
- #320 #332 #337 Add ZooKeeper-based
EndpointGroupimplemenetation - #324 Add service log(structured request/response log) logging support with integration to Kafka
- #333 Add
HealthCheckedEndpointGroupto select the alive endpoint - #334 #336 Add
EndpointGroup.orElse(EndpointGroup) - #335 Replace
MessageLog.start/endTimeNanos()withdurationNanos()
Bug fixes
- #339 Fix to throw
EndpointGroupExceptioninstead ofArithmeticException