Skip to content

Latest commit

 

History

History
297 lines (135 loc) · 16.5 KB

File metadata and controls

297 lines (135 loc) · 16.5 KB

Changelog

0.2.28 (2026-03-10)

Blob Store

IAM

  • implement substrate neutral policy document model (#327) (03f6a8c)

0.2.27 (2026-03-04)

Blob Store

IAM

0.2.26 (2026-02-25)

Blob Store

  • change validate bucket exists method (#305) (720fbf6)

IAM

  • implement AWS policy APIs and conformance tests (#279) (34fceac)
  • Onboard examples for IAM APIs (#277) (cd82264)

DB Backup Restore

  • add examples (#301) (7d3c34b)
  • add KMS encryption key and status message support to database restore (#303) (07fcf88)

0.2.25 (2026-02-05)

Blob Store

  • Expose builder option useKmsManagedKey (#281) (fafd802)
  • handle the cases for network timeouts, connection timeouts, dns resolution errors (#273) (7a7e55b)
  • in memory blobstore for local testing (#267) (0391e3a)

STS

  • fix the aws web identity token provider overrider (#283) (4146d97)

PubSub

IAM

0.2.24 (2026-01-22)

Blob Store

  • handle the gcp blobstore endpoint with empty path / (#263) (b1a69ec)

IAM

  • reuse single ObjectMapper instance to reduce overhead in GCP IAM (#261) (c6ea753)

0.2.23 (2026-01-16)

Blob Store

STS

  • support web identity tokens in gcp sts (#249) (abe66c5)

PubSub

  • expose raw message delivery option for client (#238) (681dcd0)

IAM

  • implement getInlinePolicyDetails API for AWS Substrate (#233) (a591aeb)
  • implement identity APIs for AWS substrate (#225) (470fb75)

0.2.22 (2026-01-10)

STS

  • support access boundary in aws and gcp sts (#240) (8157a56)

PubSub

  • support parsing sns messages in SQS subscription (#231) (e355c22)

0.2.21 (2025-12-19)

Blob Store

  • onboard GCS native Multipart Upload (#228) (8193069)
  • Upgrade the google-cloud-storage version to v2.60.0 (#211) (fcb0943)

IAM

  • add conformance tests for IAM Identity Management APIs for GCP (#186) (3a5f83c)
  • getInlinePolicyDetails API(GCP) (#163) (5472da6)

0.2.20 (2025-12-15)

Blob Store

  • Enable timestamp data in BlobInfo in List api (#201) (ca4c96a)

0.2.19 (2025-12-11)

Blob Store

  • Implement the DoesBucketExist for Blob (#195) (a6ad1d7)
  • make blob store autocloseable throughout (#194) (3610b57)
  • support copy from different source bucket (#190) (40e6f4c)
  • support tagging for multipart upload in AWS and GCP (#172) (25b694b)

PubSub

  • Enable implicit GetQueueUrl on initialization (#183) (30af604)
  • ensure atleast 1 message is pulled (#197) (599a538)

0.2.18 (2025-12-02)

Bug Fixes

STS

  • remove the scoped requirement for all credentials (#177) (3dacf2f)

PubSub

  • remove timeout while receiving from a subscription (#180) (6c8b9dc)

0.2.17 (2025-12-01)

Bug Fixes

  • delombok the javadocs generation before releasing docs (#164) (d698004)
  • fix the build for iam (#161) (3f4c04c)

Blob Store

  • add bucket creation in the blobclient (#168) (bd7dc35)

PubSub

  • Enable getAttributes in AWS (#171) (8226127)
  • Enable sendAck and sendNack apis for AWS Pubsub (#134) (957db97)

IAM

  • implement IAM Identity Management APIs for GCP (#142) (4bcd1d7)
  • implement policy related APIs(GCP) (#141) (9f0d5a1)

0.2.16 (2025-11-21)

STS

  • Make STS client anynomous for web identity (#157) (a705153)

0.2.15 (2025-11-19)

STS

  • enable web identity in aws sts and fix gcp get caller id (#149) (fe1a50b)

PubSub

0.2.14 (2025-11-10)

Blob Store

  • fix the retry config for the bucketclient (#135) (b3a72e4)

0.2.13 (2025-11-06)

Blob Store

  • onboard retry config in the client and aws (#113) (8df8d31)

PubSub

  • add send and receive apis for AWS SQS (#125) (37f1e07)

Code Refactoring

  • converge to a single patter for type safety (#130) (3511698)

0.2.12 (2025-11-05)

Blob Store

IAM

0.2.11 (2025-11-03)

Blob Store

  • fix GCP async client builder for configs (#123) (088f0a2)

PubSub

IAM

0.2.10 (2025-10-30)

Blob Store

0.2.9 (2025-10-24)

Document Store

0.2.8 (2025-10-24)

Bug Fixes

  • correct changelog to show commits between releases (#97) (f41d143)

Document Store