File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ go 1.25.0
55require (
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
1314require (
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
You canβt perform that action at this time.
0 commit comments