You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@cap-js/attachments

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cap-js/attachments - npm Package Versions

23

2.2.0

Diff
c
cap-npm
published 2.2.0 •

Changelog

Source

Version 2.2.0

Added

  • Support for the standard plan of the SAP Object Store in multitenant mode. The plugin now attempts to use the standard plan and falls back to the deprecated s3-standard plan if needed.
  • Added support for non-draft attachment handling.

Fixed

  • Improved error handling and runtime crashes.
  • Fixed support for MTLS authentication via Service Manager.
c
cap-npm
published 2.1.2 •

Changelog

Source

Version 2.1.2

Fixed

  • Bug fixes.
c
cap-npm
published 2.1.1 •

Changelog

Source

Version 2.1.1

Added

  • MTX: Support for deleting tenant-specific objects from S3 upon tenant unsubscription in shared mode.

Fixed

  • Deleted attachments are now removed from S3 when a draft is discarded or deleted.
c
cap-npm
published 2.1.0 •

Changelog

Source

Version 2.1.0

Added

  • Support for multitenancy with tenant specific object store instances as the default option.

Fixed

  • Support for .mov file extension.
c
cap-npm
published 2.0.2 •

Changelog

Source

Version 2.0.2

Fixed

  • Restored Attachments aspect on root namespace.
c
cap-npm
published 2.0.1 •

Changelog

Source

Version 2.0.1

Fixed

  • Minor bug fixes.
c
cap-npm
published 2.0.0 •

Changelog

Source

Version 2.0.0

Changed

  • Removed @sap/xsenv dependency.
  • Attachments usage changed to using { sap.attachments.Attachments } from '@cap-js/attachments'.

Added

  • Visibility Control: Added visibility control for attachments plugin using @attachments.disable_facet.
c
cap-npm
published 1.2.1 •

Changelog

Source

Version 1.2.1

Fixed

  • CDS version check added for rendering UI facets in older versions.
c
cap-npm
published 1.2.0 •

Changelog

Source

Version 1.2.0

Added

  • Support for multi-tenant applications utilizing a shared object store instance.

Fixed

  • Fixed query syntax error for hana cloud bindings.
c
cap-npm
published 1.1.9 •

Changelog

Source

Version 1.1.9

Added

  • File Size Validation: Introduced a new file size validation feature to ensure uploaded attachments comply with defined size limits.
  • This feature is compatible with SAPUI5 version >= 1.131.0.

Fixed

  • Fixed upload attachment bug after cds 8.7.0 update.