2020-09-23 17:40:43 +02:00
|
|
|
# Changelog for storage-manager-core
|
|
|
|
|
2021-10-08 09:31:37 +02:00
|
|
|
## [v3.0.0] 2021-09-10
|
2021-10-07 15:11:55 +02:00
|
|
|
* fix #22164
|
2021-09-09 11:07:20 +02:00
|
|
|
* fix #21980
|
2021-09-10 11:22:49 +02:00
|
|
|
* update gcube-bom version
|
2021-08-04 09:43:10 +02:00
|
|
|
* add close operation on IClient interface
|
2021-05-13 11:57:05 +02:00
|
|
|
* add check on transport layer instance: if the memory type is not the same, a new transportLayer is instatiated
|
2021-05-13 15:24:32 +02:00
|
|
|
* move memoryType var from super class TransportManager
|
|
|
|
* convert BasicDBObject to DBObject the return type used for metadata collections
|
2021-04-01 10:15:03 +02:00
|
|
|
* One pool for every operation: static Operation class; no mongo close operation
|
|
|
|
* upgrade mongo-java-driver to 3.12.0
|
2020-11-09 16:13:18 +01:00
|
|
|
* added input parameter to getSize method in order to be compatible with the needed of s3 client
|
2021-10-07 09:38:06 +02:00
|
|
|
* moved from version 2.13.1 to 3.0.0-SNAPSHOT
|
2020-11-09 16:13:18 +01:00
|
|
|
|
2020-09-23 17:40:43 +02:00
|
|
|
## [v2.9.0] 2019-10-19
|
|
|
|
* SSL enabled
|
2021-02-16 10:55:07 +01:00
|
|
|
|