Skip to content

Latest commit

 

History

History
156 lines (81 loc) · 5.21 KB

File metadata and controls

156 lines (81 loc) · 5.21 KB

9.0.2 (2024-09-19)

Bug Fixes

  • prevent NullReferenceException when using the constructor accepting only options (56ad8c3)

9.0.1 (2024-03-27)

Bug Fixes

9.0.0 (2023-11-17)

Bug Fixes

  • Configures the CI to use net8 preview (0be952b)

8.3.0 (2023-10-23)

Features

8.3.0-preview.1 (2023-02-15)

Features

  • extending lock duration (851ffc6)

8.2.1 (2023-01-11)

Bug Fixes

8.2.0 (2023-01-09)

Features

  • Allows overriding the default config options provider (525edc9)

8.1.0 (2023-01-06)

Bug Fixes

  • bind Redlock options from the configurations (99aefa1)
  • validate options (b7693ac)

Features

  • making the logger optional (ae69a92)

8.1.0-preview.2 (2023-01-06)

Bug Fixes

8.1.0-preview.1 (2023-01-06)

Bug Fixes

  • bind Redlock options from the configurations (99aefa1)

Features

  • making the logger optional (ae69a92)

8.0.0 (2023-01-06)

Bug Fixes

  • Fixes the retry to work properly (7c00d3d)

8.0.0-preview.2 (2023-01-06)

Bug Fixes

  • Fixes the retry to work properly (7c00d3d)

8.0.0-preview.1 (2023-01-05)

7.0.1 (2022-08-16)

Bug Fixes

7.0.0 (2022-05-16)

6.1.0 (2022-03-28)

Features

6.0.0 (2022-03-28)

5.0.0 - 09.04.2020

  • Using Options pattern

4.0.1 - 17.06.2019

  • Update StackExchange.Redis to 2.0.601
  • Update LibLog to 5.0.6
  • Update copy-right attribute

4.0.0 - 12.10.2018

  • Updates StackExchange.Redis package major version
  • Updates LibLog package major version
  • Fixes the project file such as nuget info, assembly name, root namespace and adds SourceLink

3.0.1 - 13.08.2018

  • Adds ConfigureAwait to async calls

3.0.0 - 25.07.2018

  • Removes Newtonsoft.Json
  • Removes LockResult
  • Removes Mutex

2.0.1 - 20.02.2018

  • Downgrades Newtonsoft.Json to 10.0.3

2.0.0 - 19.02.2018

  • Adds netstandard2.0 support

1.0.1 - 27.01.2016

  • Changed RedisLockManager constructor to work with Redis Connection String

1.0.0 - 27.01.2016

  • Changed RedisLockManager constructor to work with StackExchange.Redis.ConnectionOptions instead with IPEndpoints

0.1.0 - 07.01.2016

  • Use a 64-based string as a Redis key if an object is supplied as a resource key.
  • Update RedisLockManager to use Redis cluster.
  • RedisLockManager.UnlockInstance does not throw if the end point is unreachable.
  • Added dependency to LibLog.
  • Exceptions from LockInstance(), UnlockInstance() and IsLocked() are being logged.