Skip to content

Bump com.sap.cds:cds-feature-attachments from 1.5.0 to 1.7.0 in /sdm - #571

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/maven/sdm/com.sap.cds-cds-feature-attachments-1.7.0
Open

Bump com.sap.cds:cds-feature-attachments from 1.5.0 to 1.7.0 in /sdm#571
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/maven/sdm/com.sap.cds-cds-feature-attachments-1.7.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown

Bumps com.sap.cds:cds-feature-attachments from 1.5.0 to 1.7.0.

Release notes

Sourced from com.sap.cds:cds-feature-attachments's releases.

1.7.0

Added

  • Added support for single (inline) attachments via the Attachment type. (#768)
  • Added top-level Attachments aspect to allow usage without sap.attachments namespace (#806), i.e., using {Attachments} from 'com.sap.cds/cds-feature-attachments'.

Security

  • Attachment content is now served with Content-Disposition: attachment by default (previously inline) to mitigate stored XSS (CWE-79) via user-uploaded SVG/HTML payloads (cds-calesi #1263). Applications that require inline previews can opt in by annotating content in their own CDS model — see the "Content Disposition" section in the README. It is recommended to combine this with @Core.AcceptableMediaTypes restricting inline content to non-scriptable types (e.g. image/jpeg, image/png, application/pdf).

Full Changelog: cap-java/cds-feature-attachments@1.6.0...1.7.0

1.6.0

Added

  • Added top-level Attachments aspect to allow usage without sap.attachments namespace (#806), i.e., using {Attachments} from 'com.sap.cds/cds-feature-attachments'.
  • Extract fileName and mimeType from HTTP headers (Content-Disposition, Content-Type, slug) when not provided in the request payload (#804)
  • Added independent MalwareScannerService for scanning arbitrary content without the AttachmentService (#785)
  • Added translations for ScanStates entity texts (#787, #814)

Changed

  • Upgraded to CAP Java CDS 5 / @​sap/cds-dk 10 (#856)
  • Minimum required Java version raised from 17 to 21 (#856)
  • Enabled S3 server-side encryption (AES256) by default for AWS Object Store (#788)

Full Changelog: cap-java/cds-feature-attachments@1.5.0...1.6.0

Changelog

Sourced from com.sap.cds:cds-feature-attachments's changelog.

Version 1.7.0 - 2026-08-19

Added

  • Added support for single (inline) attachments via the Attachment type. (#768)
  • Added top-level Attachments aspect to allow usage without sap.attachments namespace (#806), i.e., using {Attachments} from 'com.sap.cds/cds-feature-attachments'.

Security

  • Attachment content is now served with Content-Disposition: attachment by default (previously inline) to mitigate stored XSS (CWE-79) via user-uploaded SVG/HTML payloads (cds-calesi #1263). Applications that require inline previews can opt in by annotating content in their own CDS model — see the "Content Disposition" section in the README. It is recommended to combine this with @Core.AcceptableMediaTypes restricting inline content to non-scriptable types (e.g. image/jpeg, image/png, application/pdf).

Version 1.6.0 - 2026-07-17

Added

  • Extract fileName and mimeType from HTTP headers (Content-Disposition, Content-Type, slug) when not provided in the request payload (#804)
  • Added independent MalwareScannerService for scanning arbitrary content without the AttachmentService (#785)
  • Added translations for ScanStates entity texts (#787, #814)

Changed

  • Upgraded to CAP Java CDS 5 / @​sap/cds-dk 10 (#856)
  • Minimum required Java version raised from 17 to 21 (#856)
  • Enabled S3 server-side encryption (AES256) by default for AWS Object Store (#788)
Commits
  • f4f9956 Release 1.7.0 prep (#879)
  • cedfff6 Bump the minor-patch group across 1 directory with 7 updates (#878)
  • 36f024a Changed pinned version from main to commit sha for actions from https://githu...
  • 1eedd5d Support inline single attachments via Attachment type (#768)
  • dfa6d2e Bump the minor-patch group across 1 directory with 2 updates (#877)
  • db4795e Bump the minor-patch group across 1 directory with 8 updates (#876)
  • 73d3358 Remove inline annotation and add document the new behavior (#872)
  • 5755528 Bump actions/setup-java from 5.5.0 to 5.6.0 in the minor-patch group across 1...
  • 8de6af5 Bump actions/checkout from 6.0.3 to 7.0.0 (#870)
  • ba58cf6 Bump the minor-patch group across 1 directory with 7 updates (#871)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 24, 2026
Bumps [com.sap.cds:cds-feature-attachments](https://github.com/cap-java/cds-feature-attachments) from 1.5.0 to 1.7.0.
- [Release notes](https://github.com/cap-java/cds-feature-attachments/releases)
- [Changelog](https://github.com/cap-java/cds-feature-attachments/blob/main/doc/CHANGELOG.md)
- [Commits](cap-java/cds-feature-attachments@1.5.0...1.7.0)

---
updated-dependencies:
- dependency-name: com.sap.cds:cds-feature-attachments
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/maven/sdm/com.sap.cds-cds-feature-attachments-1.7.0 branch from 66f0172 to f26bb65 Compare September 11, 2026 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants