Skip to content

Latest commit

 

History

History
216 lines (105 loc) · 12.6 KB

File metadata and controls

216 lines (105 loc) · 12.6 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.1.0 (2026-02-02)

Features

  • add lock mechanism MAPCO-9472 (#144) (8aef090)
  • add support for hashing and not modified requests MAPCO-9471 (#142) (553efe3)
  • new schema endpoints (#145) (1247cd3)
  • updated with the newest version of map-colonies packages (#140) (158a010)

Bug Fixes

  • add DB connection check to liveness route MAPCO-8134 (#143) (7abcce5)
  • delete unnecessary pluses (7abcce5)

2.0.7 (2026-01-19)

Bug Fixes

2.0.6 (2026-01-18)

Helm Changes

Dependency Updates

  • bump drizzle-orm from 0.40.1 to 0.41.0 (#90) (25cbc60)

2.0.5 (2025-09-14)

Dependency Updates

  • update @map-colonies/schemas to version 1.13.0 (#128) (6195a77)

2.0.4 (2025-07-20)

Dependency Updates

2.0.3 (2025-07-16)

Dependency Updates

2.0.2 (2025-07-09)

Bug Fixes

Helm Changes

2.0.1 (2025-07-09)

Helm Changes

2.0.0 (2025-07-07)

⚠ BREAKING CHANGES

  • added schemaId to ref (#114)

Features

1.4.1 (2025-06-26)

Helm Changes

Dependency Updates

1.4.0 (2025-04-15)

Features

  • extend validator keywords to include 'x-env-format' (#85) (c719fa4)

Dependency Updates

  • bump @map-colonies/schemas to version 1.6.0 (#97) (6b9b86b)

1.3.1 (2025-03-30)

Build System

  • add missing husky copy to dockerfile (d527c81)

1.3.0 (2025-03-30)

Features

Helm Changes

Dependency Updates

  • bump @map-colonies/schemas in the schemas group (#86) (6703069)

1.2.3 (2025-02-12)

Build System

1.2.2 (2025-01-30)

Build System

1.2.1 (2025-01-29)

Reverts

1.2.0 (2024-12-19)

Features

Bug Fixes

  • changed ref replacement loop not to break on root ref (#63) (a857d5f)

1.1.1 (2024-11-28)

1.1.0 (2024-10-30)

Features

1.0.1 (2024-10-27)

Bug Fixes

  • changed schema bundle to dereference (#51) (4be6da0)
  • express metrics works (#54) (f96e053)
  • when schema is not found in post config correct http code is returned (#50) (cec662a)

1.0.0 (2024-10-13)

Features

Bug Fixes

  • changed configname pattern so sequential dashes are prohibited (1f4bdcf)
  • fixed incorrect id in schematree request (#25) (8dd35cc)
  • query was incorrect (#31) (e11ad9d)
  • separated the schema cache between dereferenced and non dereferenced schemas (#27) (5523da3)
  • support ref in object root and not return 500 (#41) (93318f2)
  • when schema of previous version is different error is thrown (#33) (8a76558)