Skip to content

Releases: VirtoCommerce/vc-module-inventory

3.1000.0

12 Feb 16:43

Choose a tag to compare

🎯 Development

  • Update to .NET10 (#159)

3.817.0

19 Dec 14:38

Choose a tag to compare

📈 Improvements

  • Remove TransactionScope from SaveInventoryReservationTransactions (#158)

3.816.0

10 Dec 10:49

Choose a tag to compare

🐞 Bug fixes

  • Refactor DB provider setup to use platform UseDatabase helper

3.815.1

10 Dec 10:51

Choose a tag to compare

🐞 Bug fixes

  • Refactor DB provider setup to use platform UseDatabase helper

3.811.1

10 Dec 10:46

Choose a tag to compare

🐞 Bug fixes

  • Refactor DB provider setup to use platform UseDatabase helper

3.808.1

10 Dec 10:51

Choose a tag to compare

🐞 Bug fixes

  • Refactor DB provider setup to use platform UseDatabase helper

3.815.0

28 Nov 08:47

Choose a tag to compare

🎯 Development

  • Remove obsolete code (#157)

3.814.0

20 Oct 12:59

Choose a tag to compare

🎯 Development

  • Localization files (Sv,No, Fi) (#154)

🐞 Bug fixes

  • Store settings names consistency (#156)

3.813.0

16 Oct 15:27

Choose a tag to compare

🎯 Development

  • Migrate Inventory to Generic CRUD and Search (#155)

BREAKING CHANGES

Changed constructor arguments:

ProductAvailabilityDocumentBuilder
InventorySearchService
InventoryServiceImpl

Changed IEnumerable<T> to IList<T>:

IInventoryService, InventoryServiceImpl:

SaveChangesAsync()
ClearCache()

Changed T[] to ICollection<T>:

InventoryCacheRegion:

CreateChangeToken()

3.812.0

02 Oct 17:24

Choose a tag to compare

🎯 Development

  • inventory search by multiple product IDs support (#153)