diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e60bf2a5..033e2d44 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.9" + ".": "0.2.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c022d3df..edd3841c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.10](https://github.com/salesforce/multicloudj/compare/multicloudj-v0.2.9...multicloudj-v0.2.10) (2025-10-30) + + +### Blob Store + +* add getTag and setTag apis ([#117](https://github.com/salesforce/multicloudj/issues/117)) ([942347e](https://github.com/salesforce/multicloudj/commit/942347ef2ef428f0a19742078349b22df21cf6a9)) +* Add SSE in multi-part upload ([#112](https://github.com/salesforce/multicloudj/issues/112)) ([32a920f](https://github.com/salesforce/multicloudj/commit/32a920fb6625cfdd30be6d4c9035429a0ebc2d0b)) + ## [0.2.9](https://github.com/salesforce/multicloudj/compare/multicloudj-v0.2.8...multicloudj-v0.2.9) (2025-10-24) diff --git a/blob/blob-ali/pom.xml b/blob/blob-ali/pom.xml index 32f47ab1..f28b366d 100644 --- a/blob/blob-ali/pom.xml +++ b/blob/blob-ali/pom.xml @@ -9,7 +9,7 @@ com.salesforce.multicloudj blob - 0.2.10-SNAPSHOT + 0.2.10 ../pom.xml diff --git a/blob/blob-aws/pom.xml b/blob/blob-aws/pom.xml index 9a79f2dd..18783896 100644 --- a/blob/blob-aws/pom.xml +++ b/blob/blob-aws/pom.xml @@ -9,7 +9,7 @@ com.salesforce.multicloudj blob - 0.2.10-SNAPSHOT + 0.2.10 ../pom.xml diff --git a/blob/blob-client/pom.xml b/blob/blob-client/pom.xml index fdea0ecf..ddea6a46 100644 --- a/blob/blob-client/pom.xml +++ b/blob/blob-client/pom.xml @@ -9,7 +9,7 @@ com.salesforce.multicloudj blob - 0.2.10-SNAPSHOT + 0.2.10 ../pom.xml diff --git a/blob/blob-gcp/pom.xml b/blob/blob-gcp/pom.xml index a2c8cdc3..66cf601e 100644 --- a/blob/blob-gcp/pom.xml +++ b/blob/blob-gcp/pom.xml @@ -9,7 +9,7 @@ com.salesforce.multicloudj blob - 0.2.10-SNAPSHOT + 0.2.10 ../pom.xml diff --git a/blob/pom.xml b/blob/pom.xml index c7362848..9550d19b 100644 --- a/blob/pom.xml +++ b/blob/pom.xml @@ -4,7 +4,7 @@ com.salesforce.multicloudj multicloudj-parent - 0.2.10-SNAPSHOT + 0.2.10 ../pom.xml blob diff --git a/coverage-report/pom.xml b/coverage-report/pom.xml index 110b3a10..a0ad7e96 100644 --- a/coverage-report/pom.xml +++ b/coverage-report/pom.xml @@ -5,7 +5,7 @@ com.salesforce.multicloudj multicloudj-parent - 0.2.10-SNAPSHOT + 0.2.10 ../pom.xml diff --git a/docstore/docstore-ali/pom.xml b/docstore/docstore-ali/pom.xml index 4d87c2c7..32548a1e 100644 --- a/docstore/docstore-ali/pom.xml +++ b/docstore/docstore-ali/pom.xml @@ -9,7 +9,7 @@ com.salesforce.multicloudj docstore - 0.2.10-SNAPSHOT + 0.2.10 ../pom.xml diff --git a/docstore/docstore-aws/pom.xml b/docstore/docstore-aws/pom.xml index f86b1f3b..542ff70c 100644 --- a/docstore/docstore-aws/pom.xml +++ b/docstore/docstore-aws/pom.xml @@ -9,7 +9,7 @@ com.salesforce.multicloudj docstore - 0.2.10-SNAPSHOT + 0.2.10 ../pom.xml diff --git a/docstore/docstore-client/pom.xml b/docstore/docstore-client/pom.xml index dd1fff31..69c6518d 100644 --- a/docstore/docstore-client/pom.xml +++ b/docstore/docstore-client/pom.xml @@ -9,7 +9,7 @@ com.salesforce.multicloudj docstore - 0.2.10-SNAPSHOT + 0.2.10 ../pom.xml diff --git a/docstore/docstore-gcp-firestore/pom.xml b/docstore/docstore-gcp-firestore/pom.xml index ca3e4d3e..4ecec757 100644 --- a/docstore/docstore-gcp-firestore/pom.xml +++ b/docstore/docstore-gcp-firestore/pom.xml @@ -9,7 +9,7 @@ com.salesforce.multicloudj docstore - 0.2.10-SNAPSHOT + 0.2.10 ../pom.xml diff --git a/docstore/docstore-gcp-spanner/pom.xml b/docstore/docstore-gcp-spanner/pom.xml index 16097813..a308cab8 100644 --- a/docstore/docstore-gcp-spanner/pom.xml +++ b/docstore/docstore-gcp-spanner/pom.xml @@ -9,7 +9,7 @@ com.salesforce.multicloudj docstore - 0.2.10-SNAPSHOT + 0.2.10 ../pom.xml diff --git a/docstore/pom.xml b/docstore/pom.xml index edef199f..5c48c7ca 100644 --- a/docstore/pom.xml +++ b/docstore/pom.xml @@ -4,7 +4,7 @@ com.salesforce.multicloudj multicloudj-parent - 0.2.10-SNAPSHOT + 0.2.10 ../pom.xml docstore diff --git a/examples/pom.xml b/examples/pom.xml index 050d426b..fead1e44 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -4,7 +4,7 @@ com.salesforce.multicloudj multicloudj-parent - 0.2.10-SNAPSHOT + 0.2.10 ../pom.xml multicloudj-examples diff --git a/multicloudj-common-ali/pom.xml b/multicloudj-common-ali/pom.xml index 131326b0..c54806d9 100644 --- a/multicloudj-common-ali/pom.xml +++ b/multicloudj-common-ali/pom.xml @@ -9,7 +9,7 @@ com.salesforce.multicloudj multicloudj-parent - 0.2.10-SNAPSHOT + 0.2.10 ../pom.xml diff --git a/multicloudj-common-aws/pom.xml b/multicloudj-common-aws/pom.xml index d2d1b48b..c88a4354 100644 --- a/multicloudj-common-aws/pom.xml +++ b/multicloudj-common-aws/pom.xml @@ -9,7 +9,7 @@ com.salesforce.multicloudj multicloudj-parent - 0.2.10-SNAPSHOT + 0.2.10 ../pom.xml diff --git a/multicloudj-common-gcp/pom.xml b/multicloudj-common-gcp/pom.xml index 381696c2..6e69aeb7 100644 --- a/multicloudj-common-gcp/pom.xml +++ b/multicloudj-common-gcp/pom.xml @@ -9,7 +9,7 @@ com.salesforce.multicloudj multicloudj-parent - 0.2.10-SNAPSHOT + 0.2.10 ../pom.xml diff --git a/multicloudj-common/pom.xml b/multicloudj-common/pom.xml index d7b17a51..21d963f4 100644 --- a/multicloudj-common/pom.xml +++ b/multicloudj-common/pom.xml @@ -10,7 +10,7 @@ com.salesforce.multicloudj multicloudj-parent - 0.2.10-SNAPSHOT + 0.2.10 ../pom.xml diff --git a/pom.xml b/pom.xml index 27ac0264..86931ac9 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ multicloudj-parent pom Salesforce Multi-substrate Java SDK - 0.2.10-SNAPSHOT + 0.2.10 multicloudj https://github.com/salesforce/multicloudj diff --git a/pubsub/pom.xml b/pubsub/pom.xml index 31258535..e358d624 100644 --- a/pubsub/pom.xml +++ b/pubsub/pom.xml @@ -4,7 +4,7 @@ com.salesforce.multicloudj multicloudj-parent - 0.2.10-SNAPSHOT + 0.2.10 ../pom.xml pubsub diff --git a/pubsub/pubsub-aws/pom.xml b/pubsub/pubsub-aws/pom.xml index 917edea0..936219a3 100644 --- a/pubsub/pubsub-aws/pom.xml +++ b/pubsub/pubsub-aws/pom.xml @@ -9,7 +9,7 @@ com.salesforce.multicloudj pubsub - 0.2.10-SNAPSHOT + 0.2.10 ../pom.xml diff --git a/pubsub/pubsub-client/pom.xml b/pubsub/pubsub-client/pom.xml index e9a98fbb..35991475 100644 --- a/pubsub/pubsub-client/pom.xml +++ b/pubsub/pubsub-client/pom.xml @@ -9,7 +9,7 @@ com.salesforce.multicloudj pubsub - 0.2.10-SNAPSHOT + 0.2.10 ../pom.xml diff --git a/pubsub/pubsub-gcp/pom.xml b/pubsub/pubsub-gcp/pom.xml index 44330f28..b3943f26 100644 --- a/pubsub/pubsub-gcp/pom.xml +++ b/pubsub/pubsub-gcp/pom.xml @@ -9,7 +9,7 @@ com.salesforce.multicloudj pubsub - 0.2.10-SNAPSHOT + 0.2.10 ../pom.xml diff --git a/sts/pom.xml b/sts/pom.xml index 3c38a356..5da69713 100644 --- a/sts/pom.xml +++ b/sts/pom.xml @@ -4,7 +4,7 @@ com.salesforce.multicloudj multicloudj-parent - 0.2.10-SNAPSHOT + 0.2.10 ../pom.xml sts diff --git a/sts/sts-ali/pom.xml b/sts/sts-ali/pom.xml index 1d6e027d..8361d394 100644 --- a/sts/sts-ali/pom.xml +++ b/sts/sts-ali/pom.xml @@ -9,7 +9,7 @@ com.salesforce.multicloudj sts - 0.2.10-SNAPSHOT + 0.2.10 ../pom.xml diff --git a/sts/sts-aws/pom.xml b/sts/sts-aws/pom.xml index 047b4906..f1f457c7 100644 --- a/sts/sts-aws/pom.xml +++ b/sts/sts-aws/pom.xml @@ -9,7 +9,7 @@ com.salesforce.multicloudj sts - 0.2.10-SNAPSHOT + 0.2.10 ../pom.xml diff --git a/sts/sts-client/pom.xml b/sts/sts-client/pom.xml index 073e5b0d..59bc67b3 100644 --- a/sts/sts-client/pom.xml +++ b/sts/sts-client/pom.xml @@ -9,7 +9,7 @@ com.salesforce.multicloudj sts - 0.2.10-SNAPSHOT + 0.2.10 ../pom.xml diff --git a/sts/sts-gcp/pom.xml b/sts/sts-gcp/pom.xml index 3b024203..c3a0a238 100644 --- a/sts/sts-gcp/pom.xml +++ b/sts/sts-gcp/pom.xml @@ -10,7 +10,7 @@ com.salesforce.multicloudj sts - 0.2.10-SNAPSHOT + 0.2.10 ../pom.xml