|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [6.0.0](https://github.com/pm7y/AzureEventGridSimulator/compare/5.1.0...6.0.0) (2026-08-05) |
| 4 | + |
| 5 | + |
| 6 | +### ⚠ BREAKING CHANGES |
| 7 | + |
| 8 | +* the published global tool now requires the .NET 10 runtime. Users on the .NET 8 or 9 runtimes can no longer install or run azure-eventgrid-simulator and must upgrade to the .NET 10 runtime. |
| 9 | +* subscriptions with more than 25 filter values across all advanced filters now fail startup validation, and missing-key events no longer match StringNotContains/StringNotBeginsWith/StringNotEndsWith filters. |
| 10 | + |
| 11 | +### Features |
| 12 | + |
| 13 | +* drop .NET 8/9 support, target .NET 10 only, and upgrade packages ([#298](https://github.com/pm7y/AzureEventGridSimulator/issues/298)) ([8e7dc3c](https://github.com/pm7y/AzureEventGridSimulator/commit/8e7dc3cd3a38200a690b557d95bc4b42488d462a)) |
| 14 | + |
| 15 | + |
| 16 | +### Bug Fixes |
| 17 | + |
| 18 | +* deep-dive review fixes for filtering semantics, schema fidelity, reliability and build isolation ([#287](https://github.com/pm7y/AzureEventGridSimulator/issues/287)) ([0be4a46](https://github.com/pm7y/AzureEventGridSimulator/commit/0be4a4678b2e79460b29a98eb2adec833ea439ce)) |
| 19 | + |
| 20 | + |
| 21 | +### Dependencies |
| 22 | + |
| 23 | +* **actions:** bump actions/checkout from 6 to 7 in the actions group ([#300](https://github.com/pm7y/AzureEventGridSimulator/issues/300)) ([53fb201](https://github.com/pm7y/AzureEventGridSimulator/commit/53fb20158a8577da506273b5eee4d3e648384ac7)) |
| 24 | +* **actions:** bump actions/setup-dotnet in the actions group ([#307](https://github.com/pm7y/AzureEventGridSimulator/issues/307)) ([bbe819d](https://github.com/pm7y/AzureEventGridSimulator/commit/bbe819d57dfd03d23a601cf4ef89bcef2f468762)) |
| 25 | +* **nuget:** Bump Azure.Storage.Queues and 3 others ([#299](https://github.com/pm7y/AzureEventGridSimulator/issues/299)) ([65216be](https://github.com/pm7y/AzureEventGridSimulator/commit/65216beda344511a8ea4128bdd3b9af2aa684a18)) |
| 26 | +* **nuget:** Bump JetBrains.Annotations from 2025.2.4 to 2026.2.0 ([#302](https://github.com/pm7y/AzureEventGridSimulator/issues/302)) ([0991ac2](https://github.com/pm7y/AzureEventGridSimulator/commit/0991ac2e4035be62cd232da38fbedcc08f219236)) |
| 27 | +* **nuget:** Bump NSubstitute from 5.3.0 to 6.0.0 ([#306](https://github.com/pm7y/AzureEventGridSimulator/issues/306)) ([6b65558](https://github.com/pm7y/AzureEventGridSimulator/commit/6b655587ea495f96835a9a066f4c6fef1fec6cc2)) |
| 28 | +* **nuget:** Bump the minor-and-patch group with 1 update ([#304](https://github.com/pm7y/AzureEventGridSimulator/issues/304)) ([3f5b971](https://github.com/pm7y/AzureEventGridSimulator/commit/3f5b971a33be84fb32f89b867fc8305c486075e5)) |
| 29 | +* **nuget:** Bump the minor-and-patch group with 1 update ([#309](https://github.com/pm7y/AzureEventGridSimulator/issues/309)) ([7c2d494](https://github.com/pm7y/AzureEventGridSimulator/commit/7c2d494688260eead438a48b3048c856f2b06ee0)) |
| 30 | +* **nuget:** Bump the minor-and-patch group with 10 updates ([#308](https://github.com/pm7y/AzureEventGridSimulator/issues/308)) ([fe4d44f](https://github.com/pm7y/AzureEventGridSimulator/commit/fe4d44f8ec72bf0faf3dda7d6448ad49d702a025)) |
| 31 | +* **nuget:** Bump the minor-and-patch group with 2 updates ([#310](https://github.com/pm7y/AzureEventGridSimulator/issues/310)) ([7b89ecd](https://github.com/pm7y/AzureEventGridSimulator/commit/7b89ecd0da01617c3467b04dc8eb2a23ccfe41bf)) |
| 32 | +* **nuget:** Bump the minor-and-patch group with 4 updates ([#305](https://github.com/pm7y/AzureEventGridSimulator/issues/305)) ([cba348b](https://github.com/pm7y/AzureEventGridSimulator/commit/cba348b9eb76e3beb024b5fb87642e97bb483c1d)) |
| 33 | +* **nuget:** Bump the minor-and-patch group with 9 updates ([#303](https://github.com/pm7y/AzureEventGridSimulator/issues/303)) ([cb7bef6](https://github.com/pm7y/AzureEventGridSimulator/commit/cb7bef6ca40127fb29dfe73f933cc0cf5601f0c6)) |
| 34 | + |
3 | 35 | ## [5.1.0](https://github.com/pm7y/AzureEventGridSimulator/compare/5.0.0...5.1.0) (2026-06-05) |
4 | 36 |
|
5 | 37 |
|
|
0 commit comments