|
1 | 1 | # Version history (from 2.0)
|
2 | 2 |
|
| 3 | +## 2.8.0 (2024-05-08) |
| 4 | + |
| 5 | +- Add explicit .NET 8 target to all packages. |
| 6 | +- Removed dependencies that are already included in the framework, for suitable targets. |
| 7 | +- Use a framework reference to Microsoft.AspNetCore.App instead of package references, |
| 8 | + for the .NET 8 target |
| 9 | +- Release CloudNative.CloudEvents.Mqtt as 3.8.0, bumping the major |
| 10 | + version to reflect adopting MQTTnet version 4.3.6.1152. |
| 11 | + Fixes [#269](https://github.com/cloudevents/sdk-csharp/issues/269). |
| 12 | +- Other dependency updates: |
| 13 | + - AMQPNetLite and AMQPNetLite.Serialization: 2.4.2 => 2.4.11 |
| 14 | + - Apache.Avro: 1.11.1 => 1.11.3 |
| 15 | + - Newtonsoft.Json: 13.0.2 => 13.0.3 |
| 16 | + - Google.Protobuf: 3.22.0 => 3.27.3 |
| 17 | + - Confluent.Kafka: 1.6.3 => 1.9.3 |
| 18 | + - See [#297](https://github.com/cloudevents/sdk-csharp/issues/297) for |
| 19 | + consideration of a bump to 2.x. |
| 20 | + - Only for netstandard2.0 and netstandard2.1 targets: |
| 21 | + - System.Text.Encodings.Web: 6.0.0 => 8.0.0 |
| 22 | + - System.Text.Json: 5.0.2 => 8.0.4 |
| 23 | + |
3 | 24 | ## 2.7.1 (2023-09-04)
|
4 | 25 |
|
5 | 26 | - Prevent string resource lookup if not required
|
6 |
| - Fixes ([#264](https://github.com/cloudevents/sdk-csharp/issues/264)). |
| 27 | + Fixes [#264](https://github.com/cloudevents/sdk-csharp/issues/264). |
7 | 28 |
|
8 | 29 | ## 2.7.0 (2023-07-31)
|
9 | 30 |
|
10 | 31 | - Add the ability to specify a custom serializer for Avro.
|
11 |
| - Fixes ([#261](https://github.com/cloudevents/sdk-csharp/issues/261)). |
| 32 | + Fixes [#261](https://github.com/cloudevents/sdk-csharp/issues/261). |
12 | 33 |
|
13 | 34 | ## 2.6.0 (2023-03-07)
|
14 | 35 |
|
15 | 36 | - Dependencies: system-level dependencies updated
|
16 | 37 | - The NuGet package now uses PackageLicenseExpression (but still
|
17 | 38 | includes the licence file as well).
|
18 |
| - Fixes ([#252](https://github.com/cloudevents/sdk-csharp/issues/252)). |
| 39 | + Fixes [#252](https://github.com/cloudevents/sdk-csharp/issues/252). |
19 | 40 | - Regenerated protobuf schema using the original filename of
|
20 | 41 | cloudevents.proto instead of ProtoSchema.proto. An additional
|
21 | 42 | ProtoSchemaReflection class has been added purely for compatibility.
|
22 |
| - Fixes ([#256](https://github.com/cloudevents/sdk-csharp/issues/256)). |
| 43 | + Fixes [#256](https://github.com/cloudevents/sdk-csharp/issues/256). |
23 | 44 |
|
24 | 45 | ## 2.5.1 (2022-11-10)
|
25 | 46 |
|
|
0 commit comments