Skip to content

Latest commit

 

History

History
82 lines (54 loc) · 2.28 KB

CHANGELOG.md

File metadata and controls

82 lines (54 loc) · 2.28 KB

Pip.Services Logo
Persistence components for Golang Changelog

1.1.11 (2023-01-12)

Bug Fixes

  • Fixed tests
  • Update dependencies

1.1.10 (2022-01-19)

Bug Fixes

  • Fix GetListByFilter method in MemoryPersistence.

1.1.9 (2021-10-22)

Features

  • Updated dependencies for updating object fields by names in tags.

1.1.8 (2021-10-21)

Bug Fixes

  • Updated dependencies for fix integer values converting.

1.1.7 (2021-08-06)

Bug Fixes

  • Fix error in GenerateObjectId when Id field exists in nested struct

1.1.5 (2021-07-07)

Bug Fixes

  • Fix error in GetPageByFilter when paging skip greater than length of items slice

1.1.4 (2021-05-06)

Bug Fixes

  • Fix error in GetListByFilter when filter function is nil

1.1.3 (2021-04-30)

Bug Fixes

  • Fix deadlock in DeleteByFilter, DeleteById, Update and UpdatePartially methods

1.1.0 (2021-04-04)

Features

  • Move on Go 1.16

Bug Fixes

  • Fix CloneObject method in Utils

1.0.7 (2020-12-11)

Features

  • Update dependencies

1.0.6 (2020-10-15)

Bug Fixes

  • Fix visibility of GetIndexById method in IdentifiableMemoryPersistence

1.0.5 (2020-07-12)

Features

  • Moved some CRUD operations from IdentifiableMemoryPersistence to MemoryPersistence

1.0.4 (2020-05-19)

Features

  • Added GetCountByFilter method in IdentiifiableMemoryPersistence

1.0.1-1.0.3 (2020-01-28)

Features

  • Relocated general methods to utility module

Bug Fixes

  • Fix work with pionter type
  • Fix deadlock in MemoryPersistence.Clear method
  • Fix check paging param in GetPageByFilter method

1.0.0 (2020-01-28)

Initial public release

Features

  • persistence is a basic persistence that can work with any object types and provides only minimal set of operations