Skip to content

Latest commit

 

History

History
97 lines (61 loc) · 2.35 KB

CHANGELOG.md

File metadata and controls

97 lines (61 loc) · 2.35 KB

Changelog

[0.8.5] - 02/09/2024

Features

  • Add SIGV4_S3EXPRESS signing algorithm and AwsSigningConfig.toBuilder function

[0.8.4] - 01/10/2024

Features

  • #893 Surface HTTP connection manager metrics

[0.8.3] - 01/05/2024

Features

  • #893 Enable access to metrics for HTTP streams

[0.8.2] - 11/17/2023

Miscellaneous

  • Upgrade dependencies to their latest versions, notably Kotlin 1.9.20

[0.8.0] - 10/23/2023

Miscellaneous

  • Bump minor version for internal versioning compatibility

[0.7.4] - 10/23/2023

Miscellaneous

  • Upgrade Gradle's heap and metaspace memory allocations

[0.7.3] - 10/19/2023

Miscellaneous

  • Upgrade to Kotlin 1.9.10
  • Upgrade to aws-crt-java 0.27.4

[0.7.1] - 09/14/2023

Miscellaneous

  • bump aws-crt-java to 0.26.1

[0.7.0] - 08/10/2023

Miscellaneous

  • Upgrade Kotlin to 1.8.22
  • Upgrade kotlinx.coroutines to 1.7.3

[0.6.8] - 02/09/2023

Miscellaneous

  • Update Java CRT dependency to 0.21.7
  • Upgrade Kotlin to 1.8.10 and third party dependencies to their latest versions

[0.6.7] - 12/15/2022

Features

  • #759 Add writeChunk method to HttpStream

[0.6.6] - 11/22/2022

Features

  • Implement signChunkTrailer

[0.6.5] - 10/13/2022

Fixes

  • #715 Enable intra-repo links in API ref docs

Miscellaneous

  • Update/clarify changelog and add commit instructions in the Contributing Guidelines

[0.6.4] - 08/18/2022

Fixes

  • #55 Upgrade aws-crt-java dependency to fix Mac dlopen issue
  • #601 Remove incorrect . at end of license identifier header in source files.

Miscellaneous

  • Upgrade ktlint to 0.46.1.
  • Upgrade Kotlin version to 1.7.10

[0.5.4] - 03/24/2022

New features

  • expose chunked signing #47

[0.5.3] - 02/17/2022

Miscellaneous

  • bump aws-crt-java and coroutines to latest #45

[0.5.2] - 01/06/2022

New features

  • upgrade to Kotlin 1.6.10 #42