0.98.6 release notes
16th March 2020
🌟 New features
- Added
TextFormatter.socketAddress()
andinetAddress()
that convert aSocketAddress
or anInetAddress
into aString
without repeating an IP address twice. #2591
📈 Improvements
RequestContext.toString()
now returns aString
that includes itsRequestId
. #2591
🛠️ Bug fixes
- Fixed a bug where a client-side response is not closed quickly enough for a certain case. #2590
- Fixed a bug where
Sampler.random(0.01)
never samples. #2592 - The
Logger
returned byRequestContext.makeContextAware(Logger)
now pushes the context whenever logging a message, so thatRequestContextExporter
can retrieve the current context. #2587