Skip to content

Bump @cap-js/attachments from 3.12.1 to 3.13.0#282

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/cap-js/attachments-3.13.0
Open

Bump @cap-js/attachments from 3.12.1 to 3.13.0#282
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/cap-js/attachments-3.13.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 23, 2026

Copy link
Copy Markdown

Bumps @cap-js/attachments from 3.12.1 to 3.13.0.

Release notes

Sourced from @​cap-js/attachments's releases.

v3.13.0

Added

  • Ability to use a single attachment instead of a composition. This can be done simply when creating an entity by having a field of type Attachment, without the composition value:
entity MyEntity {
  title: String;
  attachment: Attachment;
}

Fixed

  • Removed hard-coded attributes that were being used. Variable attribute names supports multiple compositions of attachments on a single entity.

v3.12.2

Fixed

  • Querying from content column while using object storage now returns expected result.
Changelog

Sourced from @​cap-js/attachments's changelog.

Version 3.13.0

Added

  • Ability to use a single attachment instead of a composition. This can be done simply when creating an entity by having a field of type Attachment, without the composition value:
entity MyEntity {
  title: String;
  attachment: Attachment;
}

Fixed

  • Removed hard-coded attributes that were being used. Variable attribute names supports multiple compositions of attachments on a single entity.

Version 3.12.2

Fixed

  • Querying from content column while using object storage now returns expected result.
Commits
  • 09a65cb chore: update version to 3.13.0 in package.json (#467)
  • 60237f6 Single attachment (#376)
  • fb5d8c0 Remove Hard Coded Attributes (#464)
  • b30d16d docs: fix typos / grammar in README.md (#463)
  • 195d3a7 Bump @​cap-js/cds-types from 0.16.0 to 0.17.0 (#452)
  • 327fea9 test: decouple deletion test from outbox internals (#455)
  • 3374a3f test(integration): also load sqlite plugin (#457)
  • c418b4a Bump the github-actions group across 1 directory with 7 updates (#456)
  • 11320cc Prep for v3.12.2 (#451)
  • 118ca1c Fix: Querying for content column from Object Storage should work (#450)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 23, 2026
Bumps [@cap-js/attachments](https://github.com/cap-js/attachments) from 3.12.1 to 3.13.0.
- [Release notes](https://github.com/cap-js/attachments/releases)
- [Changelog](https://github.com/cap-js/attachments/blob/main/CHANGELOG.md)
- [Commits](cap-js/attachments@v3.12.1...v3.13.0)

---
updated-dependencies:
- dependency-name: "@cap-js/attachments"
  dependency-version: 3.13.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/npm_and_yarn/cap-js/attachments-3.13.0 branch from 8e4a634 to 2a1cc5c Compare June 24, 2026 04:31
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants