Skip to content

Releases: tomlm/Lucene.Net.Store.Azure

4.8.5-beta016

23 Aug 16:09
Compare
Choose a tag to compare
  • Created AzureLockFactory implementation so that AzureDirectory can use a different lock factory
  • Rewrote AzureLock
  • Added unit tests for AzureLock, AzureLockFactory and stress test for locking.
  • PR #28 Unit tests compare output to FSDirectory
  • PR #27 Bug fix for subdirecties

4.8.4-beta-016

20 Aug 17:18
Compare
Choose a tag to compare
  • pr #27
  • fixed bug with upload not overwriting existing blob
  • updated unit tests to run in seperate folders to prevent interacting with each other.

Release 4.8.0-beta006-2

12 Dec 02:00
Compare
Choose a tag to compare

https://www.nuget.org/packages/Lucene.Net.Store.Azure/4.8.0-beta006-2

  • Changed catalog name to allow sub-folders, so new AzureDirectory("folder1/folder2/catalog") now works
  • Updated all debug code to output the CatalogName (Which is the full path) so that you know which catalog debug output you are working with.