|
1 | 1 | # Version history (from 2.0) |
2 | 2 |
|
3 | | -## 2.8.0 (2024-05-08) |
| 3 | +# 2.9.0 (2026-07-04) |
| 4 | + |
| 5 | +- Add explicit .NET 10 target to all packages |
| 6 | +- Remove .NET Standard 2.1 target from all packages |
| 7 | +- Release CloudNative.CloudEvents.Kafka as 3.9.0, bumping the major |
| 8 | + version to reflect adopting a new major Confluence.Kafka version. |
| 9 | +- Changed CloudEvents.Amqp dependency from AMQPNetLite and |
| 10 | + AMQPNetLite.Serialization to just AMQPNetLite.Core |
| 11 | +- Performance improvements in both JSON packages |
| 12 | +- Dependency updates: |
| 13 | + - AMQPNetLite.Core: Effectively 2.4.11 => 2.5.3 |
| 14 | + - Apache.Avro: 1.11.3 => 1.12.1 |
| 15 | + - Confluent.Kafka: 1.93 => 2.14.2 |
| 16 | + - Google.Protobuf: 3.27.3 => 3.35.1 |
| 17 | + - MQTTnet: 4.3.6.1152 => 4.3.7.1207 |
| 18 | + - Newtonsoft.Json: 13.0.3 => 13.0.4 |
| 19 | +- Dependencies only for .NET Standard 2.0: |
| 20 | + - Microsoft.AspNetCore.Http: 2.1.34 => 2.3.11 |
| 21 | + - System.Memory: 4.5.5 => 4.6.3 |
| 22 | + - System.Text.Encodings.Web: 8.0.0 => 10.0.9 |
| 23 | + - System.Text.Json: 8.0.4 => 10.0.9 |
| 24 | + |
| 25 | +Note on the removal of .NET Standard 2.1: we don't expect this to break users, |
| 26 | +although it may mean additional dependencies due to falling back to .NET Standard 2.0. |
| 27 | +Please file an issue if this causes problems for you, and we'll consider reinstating |
| 28 | +the target. |
| 29 | + |
| 30 | +## 2.8.0 (2024-08-07) |
4 | 31 |
|
5 | 32 | - Add explicit .NET 8 target to all packages. |
6 | 33 | - Removed dependencies that are already included in the framework, for suitable targets. |
|
0 commit comments