Skip to content

Releases: tsedio/tsed

v8.26.2

10 Apr 15:53

Choose a tag to compare

8.26.2 (2026-04-10)

Bug Fixes

  • schema: improve generics mapping safety and add warning for invalid declarations (3827a37)

v8.26.1

10 Apr 15:25

Choose a tag to compare

8.26.1 (2026-04-10)

Bug Fixes

  • ajv: enhance type safety by adding generic return types to validate functions (5496a5b)
  • schema: support vendor extensions in @Schema decorator (7d0fe1c)

v8.26.0

02 Apr 01:51

Choose a tag to compare

8.26.0 (2026-04-02)

Features

  • platform-mcp: create @tsed/platform-mcp package (5dda3c1)

v8.25.5

01 Apr 06:00

Choose a tag to compare

8.25.5 (2026-04-01)

Bug Fixes

  • schema: add support for wildcard path parameters in OpenAPI spec generation (6ab59c7), closes #3309

v8.25.4

20 Mar 16:47

Choose a tag to compare

8.25.4 (2026-03-20)

Bug Fixes

  • add background refresh key test with function-based ttl option and fix undefined ttl (6fddb38)
  • platform-cache: ensure TTL calculation handles undefined values correctly (f35e2e6)
  • platform-cache: handle undefined TTL in caching logic and tests (0766d3b)
  • platform-cache: implement refresh cooldown mechanism and adjust TTL handling (ab04afa)
  • platform-cache: implement serialization for concurrent refresh checks (30784e5)
  • platform-cache: migrate the module on functional API (3c9bff1)

v8.25.3

19 Mar 21:37

Choose a tag to compare

8.25.3 (2026-03-19)

Bug Fixes

  • json-mapper: optimize eval function in JsonMapperCompiler and improve cache handling (00b3dc6)

v8.25.2

11 Mar 14:39

Choose a tag to compare

8.25.2 (2026-03-11)

Bug Fixes

  • schema: fix duplicate property types when multiple heritages are used (1e04bba)

v8.25.1

12 Feb 04:13

Choose a tag to compare

8.25.1 (2026-02-12)

Bug Fixes

  • update import statement for express package version (#3261) (1d42eee)

v8.25.0

07 Feb 08:40

Choose a tag to compare

8.25.0 (2026-02-07)

Features

  • prisma: update Prisma to v7.3.0 and enhance configuration (cdad8a6)

v8.24.2

03 Feb 21:06

Choose a tag to compare

8.24.2 (2026-02-03)

Bug Fixes

  • platform-fastify: enhance static file serving with extended options (596fa19)
  • platform-fastify: refactor layer mapping for async support across adapters (75b1e07)
  • platform-http: handle undefined close method in closeServer utility (470b7a6)