mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
5abb0dae8d
Bumps the github-dependencies group with 3 updates: [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go), [github.com/aws/aws-sdk-go-v2/service/sts](https://github.com/aws/aws-sdk-go-v2) and [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo). Updates `github.com/aws/aws-sdk-go` from 1.45.20 to 1.45.24 - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.45.20...v1.45.24) Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.23.0 to 1.23.1 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/ecs/v1.23.1/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.23.0...service/ecs/v1.23.1) Updates `github.com/onsi/ginkgo/v2` from 2.12.1 to 2.13.0 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/ginkgo/compare/v2.12.1...v2.13.0) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-dependencies - dependency-name: github.com/aws/aws-sdk-go-v2/service/sts dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-dependencies - dependency-name: github.com/onsi/ginkgo/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
7.4 KiB
7.4 KiB
Release (2023-10-06)
Module Highlights
github.com/aws/smithy-go
: v1.15.0- Feature: Add
http.WithHeaderComment
middleware.
- Feature: Add
Release (2023-08-18)
- No change notes available for this release.
Release (2023-08-07)
Module Highlights
github.com/aws/smithy-go
: v1.14.1- Bug Fix: Prevent duplicated error returns in EndpointResolverV2 default implementation.
Release (2023-07-31)
General Highlights
- Feature: Adds support for smithy-modeled endpoint resolution.
Release (2022-12-02)
- No change notes available for this release.
Release (2022-10-24)
Module Highlights
github.com/aws/smithy-go
: v1.13.4- Bug Fix: fixed document type checking for encoding nested types
Release (2022-09-14)
- No change notes available for this release.
Release (v1.13.2)
- No change notes available for this release.
Release (v1.13.1)
- No change notes available for this release.
Release (v1.13.0)
Module Highlights
github.com/aws/smithy-go
: v1.13.0- Feature: Adds support for the Smithy httpBearerAuth authentication trait to smithy-go. This allows the SDK to support the bearer authentication flow for API operations decorated with httpBearerAuth. An API client will need to be provided with its own bearer.TokenProvider implementation or use the bearer.StaticTokenProvider implementation.
Release (v1.12.1)
Module Highlights
github.com/aws/smithy-go
: v1.12.1- Bug Fix: Fixes a bug where JSON object keys were not escaped.
Release (v1.12.0)
Module Highlights
github.com/aws/smithy-go
: v1.12.0- Feature:
transport/http
: Add utility for setting context metadata when operation serializer automatically assigns content-type default value.
- Feature:
Release (v1.11.3)
Module Highlights
github.com/aws/smithy-go
: v1.11.3- Dependency Update: Updates smithy-go unit test dependency go-cmp to 0.5.8.
Release (v1.11.2)
- No change notes available for this release.
Release (v1.11.1)
Module Highlights
github.com/aws/smithy-go
: v1.11.1- Bug Fix: Updates the smithy-go HTTP Request to correctly handle building the request to an http.Request. Related to aws/aws-sdk-go-v2#1583
Release (v1.11.0)
Module Highlights
github.com/aws/smithy-go
: v1.11.0- Feature: Updates deserialization of header list to supported quoted strings
Release (v1.10.0)
Module Highlights
github.com/aws/smithy-go
: v1.10.0- Feature: Add
ptr.Duration
,ptr.ToDuration
,ptr.DurationSlice
,ptr.ToDurationSlice
,ptr.DurationMap
, andptr.ToDurationMap
functions for thetime.Duration
type.
- Feature: Add
Release (v1.9.1)
Module Highlights
github.com/aws/smithy-go
: v1.9.1- Documentation: Fixes various typos in Go package documentation.
Release (v1.9.0)
Module Highlights
github.com/aws/smithy-go
: v1.9.0- Feature: sync: OnceErr, can be used to concurrently record a signal when an error has occurred.
- Bug Fix:
transport/http
: CloseResponseBody and ErrorCloseResponseBody middleware have been updated to ensure that the body is fully drained before closing.
Release v1.8.1
Smithy Go Module
- Bug Fix: Fixed an issue that would cause the HTTP Content-Length to be set to 0 if the stream body was not set.
- Fixes aws/aws-sdk-go-v2#1418
Release v1.8.0
Smithy Go Module
time
: Add support for parsing additional DateTime timestamp format (#324)- Adds support for parsing DateTime timestamp formatted time similar to RFC 3339, but without the
Z
character, nor UTC offset. - Fixes #1387
- Adds support for parsing DateTime timestamp formatted time similar to RFC 3339, but without the
Release v1.7.0
Smithy Go Module
ptr
: Handle error for deferred file close call (#314)- Handle error for defer close call
middleware
: Add Clone to Metadata (#318)- Adds a new Clone method to the middleware Metadata type. This provides a shallow clone of the entries in the Metadata.
document
: Add new package for document shape serialization support (#310)
Codegen
- Add Smithy Document Shape Support (#310)
- Adds support for Smithy Document shapes and supporting types for protocols to implement support
Release v1.6.0 (2021-07-15)
Smithy Go Module
encoding/httpbinding
: Support has been added for encodingfloat32
andfloat64
values that areNaN
,Infinity
, or-Infinity
. (#316)
Codegen
- Adds support for handling
float32
andfloat64
NaN
values in HTTP Protocol Unit Tests. (#316) - Adds support protocol generator implementations to override the error code string returned by
ErrorCode
methods on generated error types. (#315)
Release v1.5.0 (2021-06-25)
Smithy Go module
time
: Update time parsing to not be as strict for HTTPDate and DateTime (#307)- Fixes #302 by changing time to UTC before formatting so no local offset time is lost.
Codegen
- Adds support for integrating client members via plugins (#301)
- Fix serialization of enum types marked with payload trait (#296)
- Update generation of API client modules to include a manifest of files generated (#283)
- Update Group Java group ID for smithy-go generator (#298)
- Support the delegation of determining the errors that can occur for an operation (#304)
- Support for marking and documenting deprecated client config fields. (#303)
Release v1.4.0 (2021-05-06)
Smithy Go module
encoding/xml
: Fix escaping of Next Line and Line Start in XML Encoder (#267)
Codegen
- Add support for Smithy 1.7 (#289)
- Add support for httpQueryParams location
- Add support for model renaming conflict resolution with service closure
Release v1.3.1 (2021-04-08)
Smithy Go module
transport/http
: Loosen endpoint hostname validation to allow specifying port numbers. (#279)io
: Fix RingBuffer panics due to out of bounds index. (#282)
Release v1.3.0 (2021-04-01)
Smithy Go module
transport/http
: Add utility to safely join string to url path, and url raw query.
Codegen
- Update HttpBindingProtocolGenerator to use http/transport JoinPath and JoinQuery utility.
Release v1.2.0 (2021-03-12)
Smithy Go module
- Fix support for parsing shortened year format in HTTP Date header.
- Fix GitHub APIDiff action workflow to get gorelease tool correctly.
- Fix codegen artifact unit test for Go 1.16
Codegen
- Fix generating paginator nil parameter handling before usage.
- Fix Serialize unboxed members decorated as required.
- Add ability to define resolvers at both client construction and operation invocation.
- Support for extending paginators with custom runtime trait