Skip to content

Releases: NaturalCycles/db-lib

v9.4.1

21 Jan 15:44
Compare
Choose a tag to compare

9.4.1 (2024-01-21)

Bug Fixes

  • CommonDao BM/DBM now extends BaseDBEntity (d8dc9c2)

v9.4.0

19 Jan 20:30
Compare
Choose a tag to compare

9.4.0 (2024-01-19)

Features

  • CommonDaoCfg.patchInTransaction (59e40bd)

v9.3.2

19 Jan 16:12
Compare
Choose a tag to compare

9.3.2 (2024-01-19)

Bug Fixes

v9.3.1

19 Jan 13:49
Compare
Choose a tag to compare

9.3.1 (2024-01-19)

Bug Fixes

v9.3.0

19 Jan 11:34
Compare
Choose a tag to compare

9.3.0 (2024-01-19)

Features

  • CommonDao DBM no longer extends Saved (16742f2)
  • rename CommonDaoCfg.created/updated options (d58783e)

v9.2.1

18 Jan 10:46
Compare
Choose a tag to compare

9.2.1 (2024-01-18)

Bug Fixes

  • allow readOnly in CommonDao.runInTransaction (8a05493)

v9.2.0

18 Jan 10:41
Compare
Choose a tag to compare

9.2.0 (2024-01-18)

Features

  • CommonDBTransactionOptions, forbidTransactionReadAfterWrite (2ec161a)

v9.1.1

17 Jan 21:34
Compare
Choose a tag to compare

9.1.1 (2024-01-17)

Bug Fixes

  • CommonDaoTransaction allow falsy singular id's (de67d7e)

v9.1.0

17 Jan 20:10
Compare
Choose a tag to compare

9.1.0 (2024-01-17)

Features

  • refactor and improve long transaction api (32ac3ab)

v9.0.0

17 Jan 16:44
cc87e57
Compare
Choose a tag to compare

9.0.0 (2024-01-17)

Features

BREAKING CHANGES

  • multiple CommonDB interface changes:
  • DBTransaction
  • deleteByIds
  • CommonDBSupport