Releases: salesforce/multicloudj
Releases · salesforce/multicloudj
multicloudj: v0.2.10
Release 0.2.7
- chore: release version 0.2.7 (6385efb)
- fix: correct changelog to show commits between releases (#97) (f41d143)
- Add pull-requests write permission to release workflow (#96) (df2db57)
What's Changed
- Adding firestore/spanner encoders and enabling IT tests by @sandeepvinayak in #4
- adding the workflow for CI by @sandeepvinayak in #6
- add docstore fsstore and put along with fixing tests by @sandeepvinayak in #7
- Onboard GCP STS dependencies and implement getSTSCredentialsWithAssumeRole by @Yaminik1996 in #5
- Implement GCP getAccessTokenFromProvider and getCallerIdentityFromProvider by @Yaminik1996 in #8
- blob store sync for all providers by @sandeepvinayak in #9
- Package name correction for unit test coverage by @Yaminik1996 in #11
- Docstore get api for firestore by @sandeepvinayak in #10
- Docstore fix the revision id by @sandeepvinayak in #13
- Add conformance testing to GCP STS by @Yaminik1996 in #14
- disabling the intermittent test in blob-aws by @sandeepvinayak in #16
- Firestore query and delete implementations by @sandeepvinayak in #17
- Documentation updated and maven release support by @sandeepvinayak in #18
- Update the documentation by @sandeepvinayak in #19
- Onboarding atomic writes and create api for firestore by @sandeepvinayak in #21
- Add the conf tests documentation by @sandeepvinayak in #22
- AWS blob benchmark PR by @harshdeep-kaurr in #23
- Centralize the project version by @sandeepvinayak in #24
- Add the create/replace API firestore by @sandeepvinayak in #25
- Add support for query and scan with pagination token for AWS by @zhouqcn in #30
- Blob store sync for GCP by @sandeepvinayak in #31
- Logging and MultipartUploadTest by @harshdeep-kaurr in #32
- Blob list page implementation for AWS/GCP/ALI by @sandeepvinayak in #33
- Support Pagination with Cursor values in firestore by @sandeepvinayak in #35
- Enhance Examples and Blob store sync containing metadata listpage and directory by @sandeepvinayak in #37
- AbstractDocstoreBenchmarkTest Completed Implementation by @harshdeep-kaurr in #39
- Remove the deprecated javadoc.io references by @sandeepvinayak in #41
- Enable conformance testing for GCP STS by @Yaminik1996 in #40
- Blob store sync for directory, listpage and checksum by @sandeepvinayak in #44
- Upgrade dependency versions GCP by @Yaminik1996 in #45
- Directory operations configs for parallel operations by @sandeepvinayak in #47
- Sync blobstore for gcp mpu by @sandeepvinayak in #48
- GCP GCS Harness by @harshdeep-kaurr in #43
- Bump io.netty:netty-codec-http2 from 4.1.108.Final to 4.1.124.Final in /multicloudj-common by @dependabot[bot] in #49
- Delete directory in blobstore by @sandeepvinayak in #52
- Bump io.netty:netty-codec-http2 from 4.1.108.Final to 4.1.124.Final in /blob/blob-aws by @dependabot[bot] in #51
- Overload Download with input stream by @sandeepvinayak in #53
- Fix the examples link by @sandeepvinayak in #54
- Add the special chars in key for firestore by @sandeepvinayak in #56
- Bump io.netty:netty-codec-http from 4.1.108.Final to 4.1.125.Final in /multicloudj-common by @dependabot[bot] in #58
- Bump io.netty:netty-codec-http from 4.1.108.Final to 4.1.125.Final in /blob/blob-aws by @dependabot[bot] in #59
- Bump io.netty:netty-codec from 4.1.108.Final to 4.1.125.Final in /multicloudj-common by @dependabot[bot] in #57
- Bump io.netty:netty-codec-http2 from 4.1.108.Final to 4.1.124.Final in /blob/blob-gcp by @dependabot[bot] in #60
- Handle firestore emulator credentials by @sandeepvinayak in #64
- Bump io.netty:netty-codec from 4.1.108.Final to 4.1.125.Final in /blob/blob-gcp by @dependabot[bot] in #63
- Fix the async provider for GCP by @sandeepvinayak in #66
- Add the revision field for alidocstore by @sandeepvinayak in #68
- Improve README with badhes and example by @sandeepvinayak in #70
- Pubsub module with GCP implementation by @Yaminik1996 in #71
- Add server side encryption with kms key for blob store by @sandeepvinayak in #74
- Add SSE for pre signed URLs for AWS/GCP/ALI by @sandeepvinayak in #75
- Bump io.netty:netty-codec-http from 4.1.108.Final to 4.1.125.Final in /blob/blob-gcp by @dependabot[bot] in #62
- Bump io.netty:netty-codec-http2 from 4.1.108.Final to 4.1.124.Final in /multicloudj-common-gcp by @dependabot[bot] in #65
- Bump rexml from 3.4.1 to 3.4.2 in /documentation by @dependabot[bot] in #61
- GCP pubsub conformance tests by @Yaminik1996 in #76
- Unit test failures GCP pubsub by @Yaminik1996 in #80
- add more perf configs, upgrade AWS and fix conf tests by @sandeepvinayak in #78
- add conformance tests for SSE by @sandeepvinayak in #81
- add claude code md by @sandeepvinayak in #82
- Enable conformance testing for GCP blob store by @Yaminik1996 in #79
- Update the snapshot version by @sandeepvinayak in #91
- Add directory operations and storageClass for GCP blob by @LihaoLiuXs in #93
- Add automated Maven release workflow with GitHub Actions by @sandeepvinayak in #94
- Fix release workflow to use PR for next version bump by @sandeepvinayak in #95
- Add pull-requests write permission to release workflow by @sandeepvinayak in #96
- fix: correct changelog to show commits between releases by @sandeepvinayak in #97
New Contributors
- @harshdeep-kaurr made their first contribution in #23
- @zhouqcn made their first contribution in #30
- @dependabot[bot] made their first contribution in #49
- @LihaoLiuXs made their first contribution in #93
Full Changelog: https://github.com/salesforce/multicloudj/commits/v0.2.7
Release 0.2.6
- chore: release version 0.2.6 (773fa44)
- Fix release workflow to use PR for next version bump (#95) (322925a)
- Add automated Maven release workflow with GitHub Actions (#94) (d6feca4)
- Add directory operations and storageClass for GCP blob (#93) (9e87bc1)
- Update the snapshot version (#91) (efd5eb4)
- Enable conformance testing for GCP blob store (#79) (f6004fb)
- add claude code md (#82) (55735d6)
- add conformance tests for SSE (#81) (86536cd)
- add more perf configs, upgrade AWS and fix conf tests (#78) (534ea0b)
- Unit test failures GCP pubsub (#80) (64c785b)
- GCP pubsub conformance tests (#76) (266d5f1)
- Bump rexml from 3.4.1 to 3.4.2 in /documentation (#61) (e9ceeac)
- Bump io.netty:netty-codec-http2 from 4.1.108.Final to 4.1.124.Final in /multicloudj-common-gcp (#65) (8713f5d)
- Bump io.netty:netty-codec-http from 4.1.108.Final to 4.1.125.Final in /blob/blob-gcp (#62) (b7215dc)
- Add SSE for pre signed URLs for AWS/GCP/ALI (#75) (29c25b1)
- Add server side encryption with kms key for blob store (#74) (de70eaf)
- Pubsub module with GCP implementation (#71) (914e3c7)
- Improve README with badhes and example (#70) (3874af0)
- Add the revision field for alidocstore (#68) (9f7a4ac)
- Fix the async provider for GCP (#66) (2ea50f9)
- Bump io.netty:netty-codec from 4.1.108.Final to 4.1.125.Final in /blob/blob-gcp (#63) (b05ecac)
- Handle firestore emulator credentials (#64) (5f01935)
- Bump io.netty:netty-codec-http2 from 4.1.108.Final to 4.1.124.Final in /blob/blob-gcp (#60) (580c570)
- Bump io.netty:netty-codec from 4.1.108.Final to 4.1.125.Final in /multicloudj-common (#57) (846be11)
- Bump io.netty:netty-codec-http from 4.1.108.Final to 4.1.125.Final in /blob/blob-aws (#59) (988c004)
- Bump io.netty:netty-codec-http from 4.1.108.Final to 4.1.125.Final in /multicloudj-common (#58) (9c01c3a)
- Add the special chars in key for firestore (#56) (111e0a5)
- Fix the examples link (#54) (6a94b33)
- Overload Download with input stream (#53) (5183ea1)
- Bump io.netty:netty-codec-http2 from 4.1.108.Final to 4.1.124.Final in /blob/blob-aws (#51) (1980f96)
- Delete directory in blobstore (#52) (f4665c9)
- Bump io.netty:netty-codec-http2 from 4.1.108.Final to 4.1.124.Final in /multicloudj-common (#49) (82bf79f)
- GCP GCS Harness (#43) (dd4b3e4)
- Sync blobstore for gcp mpu (#48) (b1fde1e)
- Directory operations configs for parallel operations (#47) (b4dfd82)
- @W-18943766 Upgrade dependency versions GCP (#45) (ac613b4)
- Blob store sync for directory, listpage and checksum (#44) (b89f076)
- @W-18943766 Enable conformance testing for GCP STS (#40) (320cf20)
- Remove the deprecated javadoc.io references (#41) (d89f0a3)
- AbstractDocstoreBenchmarkTest Completed Implementation (#39) (a89e586)
- Enhance Examples and Blob store sync containing metadata listpage and directory (#37) (fe87103)
- Support Pagination with Curson in firestore (#35) (f982a04)
- Blob list page implementation for AWS/GCP/ALI (#33) (ef8da52)
- Logging and MultipartUploadTest (#32) (9936935)
- Blob store sync for GCP (#31) (f08a5a3)
- Add support for query and scan with pagination token for AWS DDB (#30) (68620b0)
- Add the create/replace API firestore (#25) (6808fd0)
- Centralize the project version (#24) (d957018)
- AWS blob benchmark PR (#23) (8dce345)
- Add the conf tests documentation (#22) (880ce99)
- Onboarding atomic writes and create api for firestore (#21) (584f577)
- Update the documentation (#19) (ee9bb54)
- Documentation updated and maven release support (#18) (34b0a5f)
- Firestore query and delete implementations (#17) (a947a4f)
- disabling the intermittent test in blob-aws (#16) (5975ff3)
- Add conformance testing to GCP STS (#14) (5d0e245)
- Docstore fix the revision id (#13) (4938b6a)
- Docstore get api for firestore (#10) (4be48c9)
- Package name correction for unit test coverage (#11) (00c4e23)
- blob store sync for all providers (#9) (8ed142a)
- Implement GCP getAccessTokenFromProvider and getCallerIdentityFromProvider (#8) (f5844c6)
- Onboard GCP STS dependencies and implement getSTSCredentialsWithAssumeRole (#5) (1c8ac41)
- add docstore fsstore and put along with fixing tests (#7) (be3aabd)
- Update build-test-codecov.yml (eb81678)
- Update build-test-codecov.yml to codecov-actions v4 (c584152)
- adding the workflow for CI (a57d345)
- adding the workflow for CI (0ba481e)
- adding the workflow for CI (917cc0a)
- adding the workflow for CI (1f3e9f0)
- adding the workflow for CI (43387e5)
- adding the workflow for CI (d5f8243)
- adding the workflow for CI (fc25d9d)
- adding the workflow for CI (af508fa)
- adding the workflow for CI (96b37e9)
- adding the workflow for CI (e864d33)
- adding the workflow for CI (e9b4c42)
- adding the workflow for CI (f816446)
- adding the workflow for CI (7db5859)
- adding the workflow for CI (18df717)
- adding the workflow for CI (125eb58)
- adding the workflow for CI (5547412)
- adding the workflow for CI (3972625)
- Adding firestore/spanner encoders and enabling IT (d640b5b)
- fix the build and tests (561703e)
- add configs for maven central release (e17fb19)
- updating javadoc with latest code (ff44b0d)
- updating examples and docs (02b291a)
- updating contributors (9e66cc8)
- updating docs (4aaacaa)
- updating terms of use and docs (93dfe19)
- Fixing website link after public switch (2386e98)
- Initial commit (ec68ec6)
What's Changed
- Adding firestore/spanner encoders and enabling IT tests by @sandeepvinayak in #4
- adding the workflow for CI by @sandeepvinayak in #6
- add docstore fsstore and put along with fixing tests by @sandeepvinayak in #7
- Onboard GCP STS dependencies and implement getSTSCredentialsWithAssumeRole by @Yaminik1996 in #5
- Implement GCP getAccessTokenFromProvider and getCallerIdentityFromProvider by @Yaminik1996 in #8
- blob store sync for all providers by @sandeepvinayak in #9
- Package name correction for unit test coverage by @Yaminik1996 in #11
- Docstore get api for firestore by @sandeepvinayak in #10
- Docstore fix the revision id by @sandeepvinayak in #13
- Add conformance testing to GCP STS by @Yaminik1996 in #14
- disabling the intermittent test in blob-aws by @sandeepvinayak in #16
- Firestore query and delete implementations by @sandeepvinayak in #17
- Documentation updated and maven release support by @sandeepvinayak in #18
- Update the documentation by @sandeepvinayak in #19
- Onboarding atomic writes and create api for firestore by @sandeepvinayak in #21
- Add the conf tests documentation by @sandeepvinayak in #22
- AWS blob benchmark PR by @harshdeep-kaurr in #23
- Centralize the project version by @sandeepvinayak in #24
- Add the create/replace API firestore by @sandeepvinayak in #25
- Add support for query and scan with pagination token for AWS by @zhouqcn in #30
- Blob store sync for GCP by @sandeepvinayak in #31
- Logging and MultipartUploadTest by @harshdeep-kaurr in #32
- Blob list page implementation for AWS/GCP/ALI by @sandeepvinayak in #33
- Support Pagination with Cursor values in firestore by @sandeepvinayak in #35
- Enhance Examples and Blob store sync containing metadata listpage and directory by @sandeepvinayak in #37
- AbstractDocstoreBenchmarkTest Completed Implementation by @harshdeep-kaurr in #39
- Remove the deprecated javadoc.io references by @sandeepvinayak in #41
- Enable conformance testing for GCP STS by @Yaminik1996 in #40
- Blob store sync for directory, listpage and checksum by @sandeepvinayak in #44
- Upgrade dependency versions GCP by @Yaminik1996 in #45
- Directory operations configs for parallel operations by @sandeepvinayak in #47
- Sync blobstore for gcp mpu by @sandeepvinayak in #48
- GCP GCS Harness by @harshdeep-kaurr in #43
- Bump io.netty:netty-codec-http2 from 4.1.108.Final to 4.1.124.Final in /multicloudj-common by @dependabot[bot] in #49
- Delete directory in blobstore by @sandeepvinayak in #52
- Bump io.netty:netty-codec-http2 from 4.1.108.Final to 4.1.124.Final in /blob/blob-aws by @dependabot[bot] in #51
- Overload Download with input stream by @sandeepvinayak in #53
- Fix the examples link by @sandeepvinayak in #54
- Add the special chars in key for firestore by @sandeepvinayak in #56
- Bump io.netty:netty-codec-http from 4.1.108.Final to 4...
Release 0.2.5
- chore: release version 0.2.5 (9afb2dd)
- Add automated Maven release workflow with GitHub Actions (#94) (d6feca4)
- Add directory operations and storageClass for GCP blob (#93) (9e87bc1)
- Update the snapshot version (#91) (efd5eb4)
- Enable conformance testing for GCP blob store (#79) (f6004fb)
- add claude code md (#82) (55735d6)
- add conformance tests for SSE (#81) (86536cd)
- add more perf configs, upgrade AWS and fix conf tests (#78) (534ea0b)
- Unit test failures GCP pubsub (#80) (64c785b)
- GCP pubsub conformance tests (#76) (266d5f1)
- Bump rexml from 3.4.1 to 3.4.2 in /documentation (#61) (e9ceeac)
- Bump io.netty:netty-codec-http2 from 4.1.108.Final to 4.1.124.Final in /multicloudj-common-gcp (#65) (8713f5d)
- Bump io.netty:netty-codec-http from 4.1.108.Final to 4.1.125.Final in /blob/blob-gcp (#62) (b7215dc)
- Add SSE for pre signed URLs for AWS/GCP/ALI (#75) (29c25b1)
- Add server side encryption with kms key for blob store (#74) (de70eaf)
- Pubsub module with GCP implementation (#71) (914e3c7)
- Improve README with badhes and example (#70) (3874af0)
- Add the revision field for alidocstore (#68) (9f7a4ac)
- Fix the async provider for GCP (#66) (2ea50f9)
- Bump io.netty:netty-codec from 4.1.108.Final to 4.1.125.Final in /blob/blob-gcp (#63) (b05ecac)
- Handle firestore emulator credentials (#64) (5f01935)
- Bump io.netty:netty-codec-http2 from 4.1.108.Final to 4.1.124.Final in /blob/blob-gcp (#60) (580c570)
- Bump io.netty:netty-codec from 4.1.108.Final to 4.1.125.Final in /multicloudj-common (#57) (846be11)
- Bump io.netty:netty-codec-http from 4.1.108.Final to 4.1.125.Final in /blob/blob-aws (#59) (988c004)
- Bump io.netty:netty-codec-http from 4.1.108.Final to 4.1.125.Final in /multicloudj-common (#58) (9c01c3a)
- Add the special chars in key for firestore (#56) (111e0a5)
- Fix the examples link (#54) (6a94b33)
- Overload Download with input stream (#53) (5183ea1)
- Bump io.netty:netty-codec-http2 from 4.1.108.Final to 4.1.124.Final in /blob/blob-aws (#51) (1980f96)
- Delete directory in blobstore (#52) (f4665c9)
- Bump io.netty:netty-codec-http2 from 4.1.108.Final to 4.1.124.Final in /multicloudj-common (#49) (82bf79f)
- GCP GCS Harness (#43) (dd4b3e4)
- Sync blobstore for gcp mpu (#48) (b1fde1e)
- Directory operations configs for parallel operations (#47) (b4dfd82)
- @W-18943766 Upgrade dependency versions GCP (#45) (ac613b4)
- Blob store sync for directory, listpage and checksum (#44) (b89f076)
- @W-18943766 Enable conformance testing for GCP STS (#40) (320cf20)
- Remove the deprecated javadoc.io references (#41) (d89f0a3)
- AbstractDocstoreBenchmarkTest Completed Implementation (#39) (a89e586)
- Enhance Examples and Blob store sync containing metadata listpage and directory (#37) (fe87103)
- Support Pagination with Curson in firestore (#35) (f982a04)
- Blob list page implementation for AWS/GCP/ALI (#33) (ef8da52)
- Logging and MultipartUploadTest (#32) (9936935)
- Blob store sync for GCP (#31) (f08a5a3)
- Add support for query and scan with pagination token for AWS DDB (#30) (68620b0)
- Add the create/replace API firestore (#25) (6808fd0)
- Centralize the project version (#24) (d957018)
- AWS blob benchmark PR (#23) (8dce345)
- Add the conf tests documentation (#22) (880ce99)
- Onboarding atomic writes and create api for firestore (#21) (584f577)
- Update the documentation (#19) (ee9bb54)
- Documentation updated and maven release support (#18) (34b0a5f)
- Firestore query and delete implementations (#17) (a947a4f)
- disabling the intermittent test in blob-aws (#16) (5975ff3)
- Add conformance testing to GCP STS (#14) (5d0e245)
- Docstore fix the revision id (#13) (4938b6a)
- Docstore get api for firestore (#10) (4be48c9)
- Package name correction for unit test coverage (#11) (00c4e23)
- blob store sync for all providers (#9) (8ed142a)
- Implement GCP getAccessTokenFromProvider and getCallerIdentityFromProvider (#8) (f5844c6)
- Onboard GCP STS dependencies and implement getSTSCredentialsWithAssumeRole (#5) (1c8ac41)
- add docstore fsstore and put along with fixing tests (#7) (be3aabd)
- Update build-test-codecov.yml (eb81678)
- Update build-test-codecov.yml to codecov-actions v4 (c584152)
- adding the workflow for CI (a57d345)
- adding the workflow for CI (0ba481e)
- adding the workflow for CI (917cc0a)
- adding the workflow for CI (1f3e9f0)
- adding the workflow for CI (43387e5)
- adding the workflow for CI (d5f8243)
- adding the workflow for CI (fc25d9d)
- adding the workflow for CI (af508fa)
- adding the workflow for CI (96b37e9)
- adding the workflow for CI (e864d33)
- adding the workflow for CI (e9b4c42)
- adding the workflow for CI (f816446)
- adding the workflow for CI (7db5859)
- adding the workflow for CI (18df717)
- adding the workflow for CI (125eb58)
- adding the workflow for CI (5547412)
- adding the workflow for CI (3972625)
- Adding firestore/spanner encoders and enabling IT (d640b5b)
- fix the build and tests (561703e)
- add configs for maven central release (e17fb19)
- updating javadoc with latest code (ff44b0d)
- updating examples and docs (02b291a)
- updating contributors (9e66cc8)
- updating docs (4aaacaa)
- updating terms of use and docs (93dfe19)
- Fixing website link after public switch (2386e98)
- Initial commit (ec68ec6)
What's Changed
- Adding firestore/spanner encoders and enabling IT tests by @sandeepvinayak in #4
- adding the workflow for CI by @sandeepvinayak in #6
- add docstore fsstore and put along with fixing tests by @sandeepvinayak in #7
- Onboard GCP STS dependencies and implement getSTSCredentialsWithAssumeRole by @Yaminik1996 in #5
- Implement GCP getAccessTokenFromProvider and getCallerIdentityFromProvider by @Yaminik1996 in #8
- blob store sync for all providers by @sandeepvinayak in #9
- Package name correction for unit test coverage by @Yaminik1996 in #11
- Docstore get api for firestore by @sandeepvinayak in #10
- Docstore fix the revision id by @sandeepvinayak in #13
- Add conformance testing to GCP STS by @Yaminik1996 in #14
- disabling the intermittent test in blob-aws by @sandeepvinayak in #16
- Firestore query and delete implementations by @sandeepvinayak in #17
- Documentation updated and maven release support by @sandeepvinayak in #18
- Update the documentation by @sandeepvinayak in #19
- Onboarding atomic writes and create api for firestore by @sandeepvinayak in #21
- Add the conf tests documentation by @sandeepvinayak in #22
- AWS blob benchmark PR by @harshdeep-kaurr in #23
- Centralize the project version by @sandeepvinayak in #24
- Add the create/replace API firestore by @sandeepvinayak in #25
- Add support for query and scan with pagination token for AWS by @zhouqcn in #30
- Blob store sync for GCP by @sandeepvinayak in #31
- Logging and MultipartUploadTest by @harshdeep-kaurr in #32
- Blob list page implementation for AWS/GCP/ALI by @sandeepvinayak in #33
- Support Pagination with Cursor values in firestore by @sandeepvinayak in #35
- Enhance Examples and Blob store sync containing metadata listpage and directory by @sandeepvinayak in #37
- AbstractDocstoreBenchmarkTest Completed Implementation by @harshdeep-kaurr in #39
- Remove the deprecated javadoc.io references by @sandeepvinayak in #41
- Enable conformance testing for GCP STS by @Yaminik1996 in #40
- Blob store sync for directory, listpage and checksum by @sandeepvinayak in #44
- Upgrade dependency versions GCP by @Yaminik1996 in #45
- Directory operations configs for parallel operations by @sandeepvinayak in #47
- Sync blobstore for gcp mpu by @sandeepvinayak in #48
- GCP GCS Harness by @harshdeep-kaurr in #43
- Bump io.netty:netty-codec-http2 from 4.1.108.Final to 4.1.124.Final in /multicloudj-common by @dependabot[bot] in #49
- Delete directory in blobstore by @sandeepvinayak in #52
- Bump io.netty:netty-codec-http2 from 4.1.108.Final to 4.1.124.Final in /blob/blob-aws by @dependabot[bot] in #51
- Overload Download with input stream by @sandeepvinayak in #53
- Fix the examples link by @sandeepvinayak in #54
- Add the special chars in key for firestore by @sandeepvinayak in #56
- Bump io.netty:netty-codec-http from 4.1.108.Final to 4.1.125.Final in /multicloudj-common by @dependabot[bot] in https://gith...