MyGit

0.42.11

apple/servicetalk

版本发布时间: 2022-06-11 03:25:39

apple/servicetalk最新发布版本:0.42.47(2024-07-26 05:05:49)

Changes

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.

The 0.41.x branch is now EOL. Please plan your migrations accordingly, and let us know if you have any questions. The recommended path is:

  1. Update to the latest version of 0.41.x (https://github.com/apple/servicetalk/releases/tag/0.41.16)
  2. Resolve all deprecations. All deprecations include javadocs explaining the recommended replacement approach. The javadocs can pulled by your IDE and also viewable on the 0.41 docs website.
  3. Update to latest version of 0.42.x (see https://github.com/apple/servicetalk/releases - currently this release, 0.42.11)

API Deprecations

New Features

implementation(platform("io.servicetalk:servicetalk-dependencies:$servicetalkVersion"))

// Overrides the default Netty BOM version imported by ServiceTalk with a specific version
implementation(enforcedPlatform("io.netty:netty-bom")) {
    version {
        strictly '4.1.76.Final'
    }
}
// Overrides the default Jackson databind version with a specific version
implementation ("com.fasterxml.jackson.core:jackson-databind") {
    version {
        strictly '2.13.2.1'
    }
}

Bug Fixes

Improvements

Dependency Updates

Documentation & Examples

Build/Release/Github actions

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

@bondolo @chemicL @domcorvasce :tada: ** NEW CONTRIBUTOR ** :tada: @idelpivnitskiy @Scottmitch @tkountis

相关地址:原始地址 下载(tar) 下载(zip)

查看:2022-06-11发行的版本