Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

<!-- There is always Unreleased section on the top. Subsections (Add, Changed, Fix, Removed) should be Add as needed. -->
## Unreleased
- Update dependencies
- `Alma.Kafka` 30.2

## 14.0.0 - 2026-01-29
- [**BC**] Use net10.0
Expand Down
2 changes: 1 addition & 1 deletion paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
20 changes: 11 additions & 9 deletions paket.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down