Second preview of NATS .NET 2.8 ships nats-server v2.14 support: streams that opt into fast-ingest batch publishing per ADR-50 can now set the new AllowBatchPublish field on StreamConfig (the fast-ingest publisher itself will live in orbit.net alongside the existing atomic batch publisher). Also picks up a Pin ID handling fix for duplicate status headers, the new flat README intro, and assorted CI and test flake fixes.
Changes:
- Add AllowBatchPublish stream config field (#1120)
- Bump OpenTelemetry and OpenTelemetry.Exporter.OpenTelemetryProtocol (#1121)
- Fix setting wrong pin id from status header (#1116) (thanks @colprog)
- Fix slow-consumer test first-ping RTT flap (#1115)
- Fix net481 TLS test flakes (#1111)
- Rewrite README intro (#1114)
Full Changelog: v2.8.0-preview.1...v2.8.0-preview.2