Version 2.1.0
What's Changed
- Put lombok in the provided scope by @vierbergenlars in #769
- Optimize byte range requests to S3 Storage by @paulcwarren in #771
- Initial investigation into supporting a reactive content store by @paulcwarren in #783
- Bump google-cloud-storage from 2.3.0 to 2.4.0 by @dependabot in #760
- Bump google-cloud-nio from 0.123.18 to 0.123.19 by @dependabot in #761
- Bump azure-storage-blob from 12.14.3 to 12.14.4 by @dependabot in #774
- Bump maven-javadoc-plugin from 3.3.1 to 3.3.2 by @dependabot in #775
- Bump azure-storage-file-share from 12.11.3 to 12.11.4 by @dependabot in #777
- Bump maven-compiler-plugin from 3.9.0 to 3.10.0 by @dependabot in #780
- Bump spring-cloud-aws-context from 2.3.3 to 2.4.0 by @dependabot in #781
- Bump google-cloud-storage from 2.4.0 to 2.4.4 by @dependabot in #791
- Bump google-cloud-nio from 0.123.19 to 0.123.22 by @dependabot in #795
- Bump spring-cloud-dependencies from 2021.0.0 to 2021.0.1 by @dependabot in #798
- Bump docx4j-JAXB-ReferenceImpl from 8.3.2 to 8.3.4 by @dependabot in #797
- Bump poi-ooxml from 5.2.0 to 5.2.1 by @dependabot in #804
- Bump azure-spring-boot from 3.13.0 to 3.14.0 by @dependabot in #801
- Bump spring-boot-dependencies from 2.6.3 to 2.6.4 by @dependabot in #799
- Bump docx4j-core from 8.3.2 to 8.3.4 by @dependabot in #800
- Bump google-cloud-nio from 0.123.22 to 0.123.23 by @dependabot in #805
- Bump s3 from 2.17.122 to 2.17.144 by @dependabot in #807
New Contributors
- @vierbergenlars made their first contribution in #769
Instructions
The maven coordinates for this release are as follows:-
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-XXX-boot-starter</artifactId>
<version>2.1.0</version>
</dependency>
where XXX can be:-
Storage Modules
fs
for the Spring Content Filesystem Modules3
for the Spring Content S3 Modulegcs
for the Spring Content GCS Moduleazure-storage
for Spring Content Azure Storage Modulejpa
for the Spring Content JPA Modulemongo
for the Spring Content Mongo Module
Additional Modules
-
renditions
for the Spring Content Renditions Module -
rest
for Spring Content REST Module -
cmis
for Spring Content CMIS Module -
solr
for the Spring Content Solr Module -
elasticsearch
for the Spring Content Elasticsearch Moduleand:-
-
spring-versions-jpa
for the Locking and Versioning Module
Full Changelog: 2.0.0...2.1.0