Skip to content

Releases: cap-java/cds-feature-attachments

1.0.9

06 Jun 16:39
6fd1881
Compare
Choose a tag to compare

Version 1.0.9 - 2025-06-06

Changed

What's Changed
  • Bump version to 1.0.9-SNAPSHOT and prepare changelog by @mofterdinger in #455
  • Bump org.pitest:pitest-maven from 1.19.4 to 1.19.5 by @dependabot in #456
  • chore: Introduced DraftUtils to handle draft related functionality in a single place by @mofterdinger in #454
  • Migrate deployment from OSS to Maven Central Repository by @mofterdinger in #457

Full Changelog: 1.0.8...1.0.9

1.0.8

04 Jun 15:18
Compare
Choose a tag to compare

Changed

What's Changed

Full Changelog: 1.0.7...1.0.8

1.0.7

28 Feb 13:10
fa49d2f
Compare
Choose a tag to compare

Version 1.0.7 - 2025-02-28

Changed

Fixed

What's Changed

  • Update README.md by @mofterdinger in #354
  • Bump org.pitest:pitest-maven from 1.18.1 to 1.18.2 by @dependabot in #355
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.6 to 4.9.1.0 by @dependabot in #356
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0 in /integration-tests by @dependabot in #378
  • Bump org.awaitility:awaitility from 4.2.2 to 4.3.0 in /cds-feature-attachments by @dependabot in #372
  • Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.0 to 3.4.1 in /integration-tests by @dependabot in #366
  • Bump spring.boot.version from 3.4.2 to 3.4.3 by @dependabot in #367
  • Bump com.sap.cloud.sdk:sdk-bom from 5.16.0 to 5.17.0 by @dependabot in #369
  • Bump org.pitest:pitest-junit5-plugin from 1.2.1 to 1.2.2 by @dependabot in #379
  • Bump org.junit.jupiter:junit-jupiter from 5.11.4 to 5.12.0 by @dependabot in #371
  • Update README.md by @mofterdinger in #381
  • Bump revision to 1.0.7-SNAPSHOT by @mofterdinger in #382
  • Update README.md by @mofterdinger in #383
  • Fix NullPointerException if OutboxService is not available. by @mofterdinger in #385
  • Bump ch.qos.logback:logback-classic from 1.5.16 to 1.5.17 in /cds-feature-attachments by @dependabot in #389
  • Bump org.codehaus.mojo:flatten-maven-plugin from 1.6.0 to 1.7.0 by @dependabot in #387
  • Register event handlers on draft service, only if at least one draft service is available by @mofterdinger in #386
  • Update README.md by @mofterdinger in #393
  • Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.3 to 3.1.4 by @dependabot in #395
  • Version bump of some build plugins and dependencies by @mofterdinger in #394
  • Don't register event handlers if no ApplicationService is available by @mofterdinger in #396

Full Changelog: 1.0.6...1.0.7

1.0.6

17 Feb 12:23
f3cc121
Compare
Choose a tag to compare

Version 1.0.6 - 2025-02-17

Added

Changed

What's Changed

New Contributors

Full Changelog: 1.0.5...1.0.6

1.0.5

06 Nov 15:31
Compare
Choose a tag to compare

Version 1.0.5 - 2024-11-06

Added

  • Added support to configure the HTTP client pool to Malware Scanning Service. Supported configuration properties are:
    • cds.attachments.malwareScanner.http.timeout: The HTTP request timeout in seconds, defaults to 120s
    • cds.attachments.malwareScanner.http.maxConnections: The max. number of parallel HTTP connections to Malware Scanning Service, defaults to 20 connections

Changed

Fixed

  • Fixed a bug that caused malware scanning to fail, if the content was stored in a HANA DB.

What's Changed

New Contributors

Full Changelog: 1.0.4...1.0.5

1.0.4

22 Oct 10:31
40cca65
Compare
Choose a tag to compare

Version 1.0.4 - 2024-10-22

Added

Changed

  • Updated several dependencies and Maven build plugins to latest versions.

Fixed

1.0.3

27 Sep 16:11
1b692a7
Compare
Choose a tag to compare
Update pom.xml

1.0.2

08 May 10:12
Compare
Choose a tag to compare
update CAP notebook

1.0.1

29 Apr 13:04
Compare
Choose a tag to compare
add changelog and correct annotation

1.0.0

26 Apr 09:24
2f42452
Compare
Choose a tag to compare
Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.2 to 3.22.0 …