Skip to content

Commit 5de1e85

Browse files
committed
Bump version to 0.10.1 and add release notes
1 parent 7e4dfaa commit 5de1e85

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#---------------------------------#
1212

1313
# Please don't edit it manually, use the `build.bat version` command instead.
14-
version: 0.10.0-build-0{build}
14+
version: 0.10.1-build-0{build}
1515

1616
image:
1717
- Visual Studio 2022

nuspecs/Hangfire.InMemory.nuspec

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@
1616
<tags>Hangfire Storage In-Memory</tags>
1717
<releaseNotes>https://github.com/HangfireIO/Hangfire.InMemory/releases
1818

19+
0.10.1
20+
• Changed – Roll back a breaking change in 0.10.0 for the `InMemoryStorageOptions` class.
21+
• Changed – Increase the default eviction interval to 5 seconds.
22+
• Changed – More efficient storage of state history records.
23+
• Changed – Implement fast path for the `FetchNextJob` method.
24+
• Fixed – More robust entry eviction implementation.
25+
• Fixed – Graceful dispatcher shutdown without additional waiting.
26+
• Project – Faster build pipeline on AppVeyor after migration to modern Powershell 7+.
27+
1928
0.10.0
2029
• Breaking – `InMemoryStorageOptions` class instances are now immutable after initialization.
2130
• Added – Support long-based job identifiers through the `InMemoryStorageOptions.IdType` property.

src/SharedAssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
[assembly: CLSCompliant(true)]
1212

1313
// Please don't edit it manually, use the `build.bat version` command instead.
14-
[assembly: AssemblyVersion("0.10.0")]
14+
[assembly: AssemblyVersion("0.10.1")]

0 commit comments

Comments
 (0)