File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1111# ---------------------------------#
1212
1313# Don't edit manually! Use `build.bat version` command instead!
14- version : 0.2 .0-build-0{build}
14+ version : 0.3 .0-build-0{build}
1515
1616os : Visual Studio 2019
1717
Original file line number Diff line number Diff line change 1313 <copyright >Copyright © 2020 Sergey Odinokov</copyright >
1414 <tags >Hangfire Storage In-Memory</tags >
1515 <releaseNotes >https://www.hangfire.io/blog/releases.html
16+ 0.3.0
17+ • Added – `InMemoryStorageOptions.DisableJobSerialization` option.
18+ • Fixed – `ObjectDisposedException` on semaphore when committing a transaction.
19+ • Fixed – Gracefully handle `ObjectDisposedException` when signaling for query completion.
20+ • Fixed – Avoid killing the whole process in case of an exception in dispatcher, stop it instead.
21+ • Project – Add a lot of new unit tests for `InMemoryMonitoringApi` class.
22+
16230.2.0
1724• Fixed – A lot of corner cases revealed by unit tests.
1825• Project – Added a ton of unit tests for the top-level classes to ensure behavior is consistent.
Original file line number Diff line number Diff line change 1111[ assembly: CLSCompliant ( true ) ]
1212
1313// Don't edit manually! Use `build.bat version` command instead!
14- [ assembly: AssemblyVersion ( "0.2 .0" ) ]
14+ [ assembly: AssemblyVersion ( "0.3 .0" ) ]
You can’t perform that action at this time.
0 commit comments