Skip to content

Commit 73018e7

Browse files
authored
Merge pull request #1120 from eventflow/release-notes
Feat: Release notes for 1.2.2
2 parents c2221a4 + 429b82a commit 73018e7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

RELEASE_NOTES.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
### New in 1.2.2 (working version, not released yet)
22

3-
* *Nothing yet...*
3+
* Fix: Use the ASP.NET Core shared framework reference for non-`netstandard` targets in `EventFlow.AspNetCore` to avoid redundant package references (thanks @thompson-tomo)
4+
* Fix: Replace FluentAssertions with Shouldly across the solution to simplify assertion usage (thanks @Focus1337)
5+
* Fix: Lean on framework-provided `Microsoft.CSharp` where available to trim redundant package references (fixes #1107, thanks @thompson-tomo)
6+
* Fix: Cleaned up major parts of the documentation hosted on https://geteventflow.net/
7+
* Fix: Resolved Hangfire delayed job scheduling bug by switching to the correct `Schedule` API (fixes #1104)
8+
* Fix: Restore Hangfire job runner backward compatibility with EventFlow 0.x by reintroducing legacy overloads (fixes #1109)
49

510
### New in 1.2.1 (released 2025-05-29)
611

0 commit comments

Comments
 (0)