1.0.5
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 120scds.attachments.malwareScanner.http.maxConnections: The max. number of parallel HTTP connections to Malware Scanning Service, defaults to 20 connections
Changed
- Simplified logging markers
- Improved Javadoc
- Updated some dependencies to latest versions.
Fixed
- Fixed a bug that caused malware scanning to fail, if the content was stored in a HANA DB.
What's Changed
- Prepare next release by @mofterdinger in #250
- Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.4 to 4.8.6.5 by @dependabot in #251
- Bump spring.boot.version from 3.2.5 to 3.3.5 by @dependabot in #253
- Bump ch.qos.logback:logback-classic from 1.5.11 to 1.5.12 by @dependabot in #255
- Bump org.apache.maven.plugins:maven-pmd-plugin from 3.25.0 to 3.26.0 by @dependabot in #257
- Javadoc + formatting by @mofterdinger in #256
- Replace Object with InputStream by @mofterdinger in #258
- Removed not required parameter contentIdExist by @mofterdinger in #260
- Simplified logger markers by @BraunMatthias in #178
- try to fix pre-release deploy workflow by @mofterdinger in #263
- GitHub actions by @mofterdinger in #264
- GitHub actions by @mofterdinger in #265
- GitHub actions by @mofterdinger in #266
- Update docs by @mofterdinger in #267
- Code quality by @mofterdinger in #268
- Bump org.pitest:pitest-maven from 1.17.0 to 1.17.1 by @dependabot in #272
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1 by @dependabot in #271
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2 by @dependabot in #273
- fixed typo in github action and added maven options by @mofterdinger in #274
- Fix malware scanner issue by @mofterdinger in #270
- Increase timeout of HTTP connection to malware scanner by @mofterdinger in #276
- Sonar scan by @mofterdinger in #277
New Contributors
- @BraunMatthias made their first contribution in #178
Full Changelog: 1.0.4...1.0.5