Skip to content

2.23.0 Server 2.12 Support and Core Socket Customizations

Choose a tag to compare

@scottf scottf released this 25 Sep 15:21
· 138 commits to main since this release
8a7a5bd

Server 2.12 Specific

Core

  • Make NatsStatistics public so it can be extended #1414 @scottf
  • Statistics classes improvements #1415 @scottf
  • Lock around access to pending message and byte counts #1416 @scottf
  • Socket Read Timeout remove validation #1417 @scottf
  • Ensure write timeout is not less than 100 nanoseconds #1429 @scottf
  • Options to set underlying socket configuration of SO_SNDBUF and SO_RCVBUF #1432 @scottf

JetStream

Misc