Skip to content

0.42.21

Compare
Choose a tag to compare
@idelpivnitskiy idelpivnitskiy released this 27 Oct 23:08
· 804 commits to main since this release
14314ec

This is a minor maintenance release appropriate for all ServiceTalk users that contains several useful improvements and bug fixes. This release is expected to be a "drop-in" replacement for all prior 0.42.X releases.

Changes

New API

  • 78c3ee0 - Prepare for an upgrade to Netty 4.1.84 (#2392)
    • As part of this improvement, we added a new default method HttpHeadersFactory.validateNames() that tells users if the current HttpHeadersFactory is configured to validate header names or not.

Bug Fixes

  • b6a0e6d - StringIndexOutOfBoundsException while parsing cookies (#2397)
  • 6b17ccd - H2 TE header parsing bug fix (#2398)
  • 6e56db0 - H2 conversion support OWS for connection header csv (#2400)
  • 17ec22d - HeaderUtils: fix problems with missing space after a semicolon (#2402)
  • 5d22672 - BeforeFinallyHttpOperator: support re-subscribe to the message body (#2409)

Improvements

  • 7fb6875 - WriteStreamSubscriber: respect termination of the publisher (#2387)"
  • 92e02c2 - Implement toString() for TestPublisherSubscriber#pollTerminal(...) (#2385)
  • 78c3ee0 - Prepare for an upgrade to Netty 4.1.84 (#2392)

Dependencies

  • 6acca41 - Update Jackson 2.13.4.20221012 -> 2.13.4.20221013 (#2396)

Thank you

Every idea, review, and bug-report counts and so we thought it is worth mentioning those who helped in this area. Please report any unintended omission.

@mgodave
@idelpivnitskiy
@Scottmitch
@tkountis