document-store-lib/CHANGELOG.md

2.1 KiB

Changelog

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

[v3.0.0-SNAPSHOT] [r5.0.0] -

  • [#18547] Changed the way to manage scheduled thread termination
  • [#19115] Switched JSON management to gcube-jackson

[v2.5.0] - 2019-09-19

  • Fixed distro files and pom according to new release procedure

[v2.4.0] [r4.12.1] - 2018-10-10

  • Fixed bug causing too many interaction with IS
  • Assigned a distinguish name to different threads

[v2.3.0] [r4.11.0] - 2018-04-12

  • Deprecated unneeded method

[v2.2.0] [r4.10.0] - 2017-02-15

  • [#10677] Fixed bug which causes duplication of records in fallback files when forcing use of fallback
  • [#10146] Changed pom.xml to use new make-servicearchive directive
  • [#10804] Added possibility to marshal/unmarshall list and array of Records

[v2.1.0] [r4.7.0] - 2017-10-09

  • Added abstract method isConnectionActive() in PersistenceBackend
  • [#9035] Migrated document-store marshalling/unmarshalling to Jackson

[v2.0.0] - 2017-06-07

  • Added Jackson support on Usage Record model to allow to use it for marshalling and unmarshalling

[v1.5.1] [r4.4.0] - 2017-05-02

  • [#7345] Added shutdown() method

[v1.5.0] [r4.3.0] - 2017-03-16

  • [#6277] Renewing persistence configuration after repeated failures
  • Added new api to close connection to persistence if any

[v1.4.0] [r4.2.0] - 2016-12-15

  • [#5808] Added support to allow client to set no aggregation

[v1.3.0] [r4.1.0] - 2016-11-07

  • Repetitive timeout are managed appropriately
  • Added JobUsageRecord aggregation by providing AggregatedJobUsageRecord class

[v1.2.0] [r4.0.0] - 2016-07-28

  • [#4240] Added a configuration to set aggregation parameters (defaults are provided)
  • Aggregation parameters are load from a property file or from a Service Endpoint (property file has priority over ServiceEndpoint)

[v1.1.0] [r3.11.0] - 2016-05-18

  • [#2357] Removed dependency over reflection library

[v1.0.1] [r3.10.1] - 2016-04-08

  • Fixed distro directory

[v1.0.0] [r3.10.0] - 2016-02-08

  • First Release