Releases: cap-java/cds-feature-attachments
Releases · cap-java/cds-feature-attachments
1.3.3
What's Changed
- Refactor error messages for attachment size limit exceeded by @Schmarvinius in #756
Full Changelog: 1.3.2...1.3.3
1.3.2
What's Changed
- Fix Max Size Validation on First Upload by @Schmarvinius in #743
Full Changelog: 1.3.1...1.3.2
1.3.1
1.3.0
What's Changed
- Introduce correct error message when exceeding field length
- Validation Maximum Annotation
- Filestorage module is now included in the deployment to maven central process
Full Changelog: 1.2.4...1.3.0
1.2.4
What's Changed
- Fix overflowing filename by @Schmarvinius in #693
- change to https for connection by @Schmarvinius in #695
- Bugfix DraftCancel not registering attachments as compositions by @Schmarvinius in #700
Full Changelog: 1.2.3...1.2.4
1.2.3
What's Changed
- Fix: Make up__ID field invisible in UI by @busehalis-sap in #676
- Sample: Replaced cap-notebook with a bookshop sample by @Schmarvinius in #672
- Fix: "Attempted read on closed stream" error for usage via api in oss by @Schmarvinius in #684
New Contributors
- @busehalis-sap made their first contribution in #676
- @Schmarvinius made their first contribution in #672
Full Changelog: 1.2.2...1.2.3
1.2.2
1.2.1
Version 1.2.1 - 2025-09-03
Changed
- Several version bumps
- Apply GoogleJavaFormat style GOOGLE and enforce that for PRs (#551)
Fixed
- Usage of malware scanner with non-HANA storage (#557)
What's Changed
- Fix usage of malware scanner with non-HANA storage (#557)
- chore: Cleanup some pom.xml files (#555)
- Apply GoogleJavaFormat style GOOGLE and enforce that for PRs (#551)
- Bump latest test cds-dk to 9.2.1 (#552)
- Update CHANGELOG.md and bump revision to 1.2.1-SNAPSHOT (#550)
- Bump org.springframework.boot:spring-boot-dependencies from 3.5.4 to 3.5.5 (#543)
- Bump com.google.cloud:google-cloud-storage from 2.55.0 to 2.56.0 (#541)
- Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.3.2 to 4.9.4.0 (#544)
- Bump software.amazon.awssdk:s3 from 2.32.29 to 2.32.31 (#547)
- Bump com.sap.cloud.sdk:sdk-bom from 5.21.0 to 5.22.0 (#549)
- Move Storage Targets section up (#548)
Full Changelog: 1.2.0...1.2.1
1.2.0
Version 1.2.0 - 2025-08-26
Added
- Support for Object Stores (AWS, Azure and Google) (#481)
Changed
- Rename folder 'examples' to 'storage-targets' and add section about this in the README.md (#519)
- Use spotless plugin to ensure correct license header (#515)
- Several version bumps
What's Changed
- Dependabot PRs (#538) by @lisajulia in #ba4364f6
- Bump actions/checkout from 4 to 5 (#516) by @dependabot[bot] in #8fc57485
- Use spotless plugin to ensure correct license header (#515) by @mofterdinger in #734c2a9d
- Connection to AWS, Azure and Google object store (#481) by @mofterdinger in #8dedd3ae
- Rename folder 'examples' to 'storage-targets' and add section about this in the README.md (#519) by @lisajulia in #dcf00a92
- Bump org.assertj:assertj-core from 3.27.3 to 3.27.4 (#514) by @dependabot[bot] in #fd815dc2
- Minor code improvements (#508) by @mofterdinger in #62319874
- Bump actions/download-artifact from 4 to 5 (#513) by @dependabot[bot] in #4ceca19f
- Bump com.sap.cloud.sdk:sdk-bom from 5.20.0 to 5.21.0 (#509) by @dependabot[bot] in #9bc437dd
- Bump cds-services and cds-dk to latest versions (#510) by @mofterdinger in #aa0bee61
- Bump org.pitest:pitest-maven from 1.20.0 to 1.20.1 (#506) by @dependabot[bot] in #692a313b
- Bump org.codehaus.mojo:flatten-maven-plugin from 1.7.1 to 1.7.2 (#507) by @dependabot[bot] in #1ead7b9a
- Bump LTS and latest cds-dk versions (#505) by @mofterdinger in #967d5a6c
Full Changelog: 1.1.0...1.2.0
1.1.0
Version 1.1.0 - 2025-07-24
Added
- Run integration tests also with CAP Java 4.x and @sap/cds-dk@^9 to ensure compatibility with latest available versions.
Changed
- Bumped minimum required version of CAP Java to 3.10.3.
- Avoid the generation of POJOs for
cds.outboxandsap.commoncontexts. - Replaced usage of generic interface
CdsDatawith specific interfaceAttachmentsto improve type safety.
Fixed
- Avoid unnessary malware scans of attachments.
## What's Changed
- Fixed deployment of snapshot to artifactory by @mofterdinger in #460
- Bump version to 1.0.10-SNAPSHOT and prepare changelog by @mofterdinger in #461
- Removed no longer existing directory from dependabot.yml by @mofterdinger in #462
- Version bump plugins and dependencies by @mofterdinger in #463
- Bump org.junit:junit-bom from 5.13.1 to 5.13.2 by @dependabot[bot] in #470
- Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.3.0 to 4.9.3.1 by @dependabot[bot] in #471
- Bump org.apache.maven.plugins:maven-pmd-plugin from 3.26.0 to 3.27.0 by @dependabot[bot] in #472
- Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.3.1 to 4.9.3.2 by @dependabot[bot] in #473
- Bump cds-services to 3.10.2 and cds-dk to 8.9.5 by @mofterdinger in #418
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8 by @dependabot[bot] in #475
- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.5.0 to 3.6.0 by @dependabot[bot] in #474
- Bump versions of cds-services and @sap/cds-dk by @mofterdinger in #476
- Bump org.junit:junit-bom from 5.13.2 to 5.13.3 by @dependabot[bot] in #478
- Update cds-services and @sap/cds-dk to latest available versions by @mofterdinger in #480
- Initial version of FS attachment feature by @mofterdinger in #230
- Removed not required interfaces by @mofterdinger in #482
- Avoid the generation of POJOs for cds.outbox and sap.common contexts by @mofterdinger in #483
- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.0 to 3.6.1 by @dependabot[bot] in #487
- Scan attachments only in certain scan states by @mofterdinger in #486
- Bump cds-dk version to 8.9.7 by @mofterdinger in #489
- Replaced CdsData with Attachments where possible. by @mofterdinger in #488
- Renamed some packages by @mofterdinger in #491
- Bump org.junit:junit-bom from 5.13.3 to 5.13.4 by @dependabot[bot] in #490
- Fix upload to Maven central by @mofterdinger in #492
- Update pom.xml by @mofterdinger in #494
- Update dependabot.yml by @mofterdinger in #495
- Do not generated UUIDs for key fields, runtime will do that. by @mofterdinger in #496
- Bump org.springframework.boot:spring-boot-dependencies from 3.5.3 to 3.5.4 by @dependabot[bot] in #498
- chore: Code documentation by @mofterdinger in #499
Full Changelog: 1.0.9...1.1.0