Skip to content

v1.12.0

Latest

Choose a tag to compare

@lupusbytes lupusbytes released this 15 May 10:20

1.12.0 (2026-05-15)

New features

  • limit ingestion request body size to valid csgsi payloads (64kb). this change hardens the api against denial-of-service attacks. previously, an adversary could send up to 30mb of json, causing the server to spend excessive resources attempting to deserialize an oversized payload that could not have originated from a legitimate client. (b287ecc)

Upgrades

  • deps: update dotnet monorepo to 10.0.8 (653a325)

Performance improvements

  • use source generated logging in token authorization middleware (1b1fc27)