Skip to content

0.41.8

Compare
Choose a tag to compare
@idelpivnitskiy idelpivnitskiy released this 13 Oct 20:14
· 1530 commits to main since this release
c91d665

Changes

This is a minor maintenance release appropriate for all ServiceTalk users that contains several bug fixes and improvements.

API deprecation

Developer note: Additional API deprecation advisories and guidance have been added in each of the 0.41.X releases. Please build your application with the latest 0.41.X release and carefully review the deprecation warnings reported and associated suggestions. Changes to applications may be required for compatibility with future versions of ServiceTalk beyond the API compatible 0.41.X series. While there are many deprecations for planned future API changes, most applications should require few changes as the most significant changes are to internal or specialized APIs. If you have concerns or expect problems related to any of the API deprecations please report these as an issue.

  • f249032 - Untangling GrpcClientBuilder from SingleAddressHttpClientBuilder (#1867) (#1882)
    • Introduce a GrpcClientBuilder.HttpInitializer interface and a corresponding GrpcClientBuilder#initializeHttp method which accepts the initializer for the underlying SingleAddressHttpClientBuilder;
    • Deprecate GrpcClientBuilder methods which have only served the purpose of delegating to the underlying HTTP client builder;
  • f8aaa8d - Untangling GrpcServerBuilder from HttpServerBuilder (#1861)
    • Introduce a GrpcServerBuilder.HttpInitializer interface and a corresponding GrpcServerBuilder#initializeHttp method which accepts the initializer for the underlying HttpServerBuilder;
    • Deprecate GrpcServerBuilder methods which have only served the purpose of delegating to the underlying HTTP server builder;

Improvements

  • 4814621 - gRPC catch-all filters should implement HttpExecutionStrategyInfluencer (#1884)
  • 04d351c - Removing DefaultGrpc*SecurityConfigurator classes (#1885)
  • 5479215 - Add missed @FunctionalInterface for GrpcClientBuilder.HttpInitializer

Build/Release/Github actions

  • 8e9d0e6 - Use BOMs for versions of module dependencies (#1827)
  • ebf2d8d - Remove enforcedPlatform from test fixtures (#1881)

Dependency upgrades

Dependency upgrades for tests


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 an unintended omission.