Skip to content

Commit ca5d138

Browse files
chore(release): 1.15.0 [skip ci]
## [1.15.0](v1.14.1...v1.15.0) (2026-06-19) ### πŸš€ Features * **rerank:** add Bedrock reranking support ([#141](#141)) ([febe9b6](febe9b6))
1 parent febe9b6 commit ca5d138

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.15.0](https://github.com/genkit-ai/aws-bedrock-go-plugin/compare/v1.14.1...v1.15.0) (2026-06-19)
9+
10+
### πŸš€ Features
11+
12+
* **rerank:** add Bedrock reranking support ([#141](https://github.com/genkit-ai/aws-bedrock-go-plugin/issues/141)) ([febe9b6](https://github.com/genkit-ai/aws-bedrock-go-plugin/commit/febe9b6ac38b365535f32341aa02fceb67a25346))
13+
814
## [1.14.1](https://github.com/genkit-ai/aws-bedrock-go-plugin/compare/v1.14.0...v1.14.1) (2026-06-18)
915

1016
### πŸ“¦ Code Refactoring

β€Žgo.modβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ go 1.25.0
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.42.0
77
github.com/aws/aws-sdk-go-v2/config v1.32.25
8+
github.com/aws/aws-sdk-go-v2/credentials v1.19.24
89
github.com/aws/aws-sdk-go-v2/service/bedrockruntime v1.53.5
910
github.com/aws/smithy-go v1.27.2
1011
github.com/firebase/genkit/go v1.8.0
1112
)
1213

1314
require (
1415
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.13 // indirect
15-
github.com/aws/aws-sdk-go-v2/credentials v1.19.24 // indirect
1616
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.29 // indirect
1717
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.29 // indirect
1818
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.29 // indirect

0 commit comments

Comments
Β (0)