diff --git a/AGENTS.md b/AGENTS.md index 8327808..468d476 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -14,7 +14,7 @@ Open-source F# library (`Alma.Command` NuGet package) providing generic Command - `FSharp.Core` ~> 10.0 - `FSharp.Data` ~> 6.0 (JSON type providers for schema-based parsing) - `Feather.ErrorHandling` ~> 2.0 (Result/AsyncResult computation expressions) - - `Alma.Kafka` ~> 30.0 (Kafka event types: `Event`, `EventId`, `EventName`, `MetaData`, etc.) + - `Alma.Kafka` ~> 30.2 (Kafka event types: `Event`, `EventId`, `EventName`, `MetaData`, etc.) - `Alma.Serializer` ~> 9.0 (JSON serialization, `Serialize.dateTime`, `Serialize.toJson`) - `Alma.ServiceIdentification` ~> 11.0 (Domain/Context/Purpose/Version/Zone/Bucket — "Box" model) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62cb6e9..69adeee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +- Update dependencies + - `Alma.Kafka` 30.2 ## 14.0.0 - 2026-01-29 - [**BC**] Use net10.0 diff --git a/paket.dependencies b/paket.dependencies index 2e3fb9d..6ca1da2 100644 --- a/paket.dependencies +++ b/paket.dependencies @@ -5,7 +5,7 @@ nuget FSharp.Core ~> 10.0 nuget FSharp.Data ~> 6.0 nuget Feather.ErrorHandling ~> 2.0 -nuget Alma.Kafka ~> 30.0 +nuget Alma.Kafka ~> 30.2 nuget Alma.Serializer ~> 9.0 nuget Alma.ServiceIdentification ~> 11.0 diff --git a/paket.lock b/paket.lock index 7a06417..aca6ad9 100644 --- a/paket.lock +++ b/paket.lock @@ -1,16 +1,16 @@ RESTRICTION: == net10.0 NUGET remote: https://api.nuget.org/v3/index.json - Alma.Kafka (30.0) - Alma.Metrics (>= 12.0 < 13.0) + Alma.Kafka (30.2) + Alma.Metrics (>= 13.0 < 14.0) Alma.Serializer (>= 9.0 < 10.0) Alma.ServiceIdentification (>= 11.0 < 12.0) Alma.State (>= 11.0 < 12.0) Alma.Tracing (>= 13.0 < 14.0) Confluent.Kafka (>= 2.13 < 3.0) Feather.ErrorHandling (>= 2.0 < 3.0) - FSharp.Control.AsyncSeq (>= 3.2.1 < 4.0) - FSharp.Core (>= 10.0.102 < 11.0) + FSharp.Control.AsyncSeq (>= 4.12 < 5.0) + FSharp.Core (>= 10.1.201 < 11.0) FSharp.Data (>= 6.6 < 7.0) librdkafka.redist (>= 2.13 < 3.0) Microsoft.Extensions.Logging (>= 10.0.2 < 11.0) @@ -23,7 +23,7 @@ NUGET Serilog (>= 4.3 < 5.0) Serilog.Extensions.Logging (>= 10.0 < 11.0) Serilog.Sinks.Console (>= 6.1.1 < 7.0) - Alma.Metrics (12.0) + Alma.Metrics (13.0) Alma.ServiceIdentification (>= 11.0 < 12.0) Feather.ErrorHandling (>= 2.0 < 3.0) FSharp.Core (>= 10.0.102 < 11.0) @@ -57,10 +57,11 @@ NUGET Mono.Cecil (>= 0.11.4 < 1.0) Feather.ErrorHandling (2.0) FSharp.Core (>= 10.0.100 < 11.0) - FSharp.Control.AsyncSeq (3.2.1) + FSharp.Control.AsyncSeq (4.15) FSharp.Core (>= 4.7.2) - Microsoft.Bcl.AsyncInterfaces (>= 5.0) - FSharp.Core (10.0.102) + Microsoft.Bcl.AsyncInterfaces (>= 10.0.6) + System.Threading.Channels (>= 10.0.6) + FSharp.Core (10.1.400) FSharp.Data (6.6) FSharp.Core (>= 6.0.1) FSharp.Data.Csv.Core (>= 6.6) @@ -113,7 +114,7 @@ NUGET System.IO.Pipelines (>= 5.0.2) Microsoft.AspNetCore.WebUtilities (10.0.2) Microsoft.Net.Http.Headers (>= 10.0.2) - Microsoft.Bcl.AsyncInterfaces (10.0.2) + Microsoft.Bcl.AsyncInterfaces (10.0.11) Microsoft.Extensions.Configuration (10.0.2) Microsoft.Extensions.Configuration.Abstractions (>= 10.0.2) Microsoft.Extensions.Primitives (>= 10.0.2) @@ -210,6 +211,7 @@ NUGET System.IO.Pipelines (10.0.2) System.Reflection.Metadata (10.0.2) System.Text.Encodings.Web (10.0.2) + System.Threading.Channels (10.0.11) System.Threading.Tasks.Extensions (4.6.3) YoloDev.Expecto.TestSdk (0.15.5) Expecto (>= 10.2.2 < 11.0)