update to version 2.13.1

This commit is contained in:
Roberto Cirillo 2021-09-10 11:22:49 +02:00
parent de82a56a72
commit 387efa6db5
2 changed files with 4 additions and 13 deletions

View File

@ -1,23 +1,14 @@
# Changelog for storage-manager-core # Changelog for storage-manager-core
## [v2.13.1-SNAPSHOT] ## [v2.13.1]
* fix #21980 * fix #21980
* update gcube-bom version
## [v2.13.0-SNAPSHOT]
* add close operation on IClient interface * add close operation on IClient interface
## [v2.12.1-SNAPSHOT]
* add check on transport layer instance: if the memory type is not the same, a new transportLayer is instatiated * add check on transport layer instance: if the memory type is not the same, a new transportLayer is instatiated
* move memoryType var from super class TransportManager * move memoryType var from super class TransportManager
* convert BasicDBObject to DBObject the return type used for metadata collections * convert BasicDBObject to DBObject the return type used for metadata collections
## [v2.12.0-SNAPSHOT]
* One pool for every operation: static Operation class; no mongo close operation * One pool for every operation: static Operation class; no mongo close operation
## [v2.10.0-SNAPSHOT]
* upgrade mongo-java-driver to 3.12.0 * upgrade mongo-java-driver to 3.12.0
## [v2.10.0-SNAPSHOT]
* added input parameter to getSize method in order to be compatible with the needed of s3 client * added input parameter to getSize method in order to be compatible with the needed of s3 client
## [v2.9.0] 2019-10-19 ## [v2.9.0] 2019-10-19

View File

@ -8,7 +8,7 @@
</parent> </parent>
<groupId>org.gcube.contentmanagement</groupId> <groupId>org.gcube.contentmanagement</groupId>
<artifactId>storage-manager-core</artifactId> <artifactId>storage-manager-core</artifactId>
<version>2.13.1-SNAPSHOT</version> <version>2.13.1</version>
<!-- <properties> --> <!-- <properties> -->
<!-- <distroDirectory>${project.basedir}/distro</distroDirectory> --> <!-- <distroDirectory>${project.basedir}/distro</distroDirectory> -->
<!-- </properties> --> <!-- </properties> -->
@ -23,7 +23,7 @@
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId> <artifactId>gcube-bom</artifactId>
<version>1.4.0</version> <version>2.0.1</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>