Skip to content

Releases: f5devcentral/atg-storage

Release 1.3.10

28 Nov 17:41

Choose a tag to compare

Fixed

  • Multiple data group records created from one that is named with spaces

Release 1.3.4

24 Oct 20:08
664f0e0

Choose a tag to compare

  • More handling for race condition where updating data-group fails when it doesn't exist so it cannot be deleted

v1.3.3

05 May 20:52

Choose a tag to compare

Changed

  • Updated the release process documentation
  • Fix race condition where updating data-group fails when it doesn't exist so it cannot be deleted

v1.3.2

18 Mar 17:40

Choose a tag to compare

Changed

  • Prevent persist from exiting early, when task is kicked off

v1.3.1

11 Mar 19:24

Choose a tag to compare

Fixed

  • StorageDataGroup: Speed up persist() by removing unused write cache logic

v1.3.0

11 Mar 19:23
a5a0842

Choose a tag to compare

Changed

  • Always save data to data group on write in StorageDataGroup

v1.2.0

07 Jan 23:50
2d05e8e

Choose a tag to compare

Added

  • clearCache method

v1.1.0

06 May 18:47

Choose a tag to compare

Added

  • Add StorageJsonFile storage backend to persist on disk using JSON

Fixed

  • Fix collisions with multiple, concurrent data group writes