Skip to content

Releases: adapt-security/adapt-authoring-server

v2.3.3

Choose a tag to compare

@github-actions github-actions released this 13 Jul 14:59

2.3.3 (2026-07-13)

Chore

  • replace legacy new.yml with direct add-to-project workflow (c5ee37e)

Fix

  • mark /api responses private to bar shared caching (fixes #71) (#72) (249dba7), closes #71 #72

v2.3.2

Choose a tag to compare

@github-actions github-actions released this 08 Jul 14:05

2.3.2 (2026-07-08)

Chore

  • fix ServerUtils tests failing on getter-only errors object (e0e7c8c)
  • fix ServerUtils tests failing on getter-only errors object (#67) (b0f516a), closes #67
  • trigger add-to-project on reopened issues and PRs (bcd3167)

Docs

Fix

  • correct API map grouping and route it through auth (fixes #68) (b47b7a6), closes #68
  • correct API map grouping and route it through auth (fixes #69) (#69) (6ff6b71), closes #69 #69

v2.3.1

Choose a tag to compare

@github-actions github-actions released this 09 May 12:18

2.3.1 (2026-05-09)

Chore

  • Add packages:write permission to release workflow (2ac8025)

Fix

  • Bump adapt-authoring-core range to ^3.0.0 (667a783)

v2.3.0

Choose a tag to compare

@github-actions github-actions released this 26 Mar 12:37

2.3.0 (2026-03-26)

Update

  • Remove unnecessary await from synchronous adapt-schemas calls in tests (a7ed7b1)
  • Remove unnecessary await from synchronous adapt-schemas calls in tests (#66) (6c1da23), closes #66

Upgrade

  • Bump adapt-schemas from 1.2.1 to 3.1.0 (995353a)
  • Bump adapt-schemas from 1.2.1 to 3.1.0 (#61) (47eb59b), closes #61

v2.2.5

Choose a tag to compare

@github-actions github-actions released this 24 Mar 16:01

2.2.5 (2026-03-24)

Fix

  • Register custom routes before defaults for correct Express matching (fixes #64) (#65) (f797ded), closes #64 #65

Chore

  • Use shared semantic-release config (1e492ff)

v2.2.4

Choose a tag to compare

@github-actions github-actions released this 12 Mar 23:03

2.2.4 (2026-03-12)

Chore

  • Extract createSendErrorSetup helper to reduce mock duplication (6173d04)

Fix

  • Preserve error data when converting non-AdaptError to AdaptError (1bd969f)

v2.2.3

Choose a tag to compare

@github-actions github-actions released this 28 Feb 00:48

2.2.3 (2026-02-28)

Chore

Fix

  • Respect useDefaultRoutes: false in route config (22f965d)

v2.2.2

Choose a tag to compare

@github-actions github-actions released this 27 Feb 16:25

2.2.2 (2026-02-27)

Fix

v2.2.1

Choose a tag to compare

@github-actions github-actions released this 27 Feb 16:22

2.2.1 (2026-02-27)

Fix

  • Remove root as a required prop (e6d8c84)

v2.2.0

Choose a tag to compare

@github-actions github-actions released this 26 Feb 18:28

2.2.0 (2026-02-26)

Fix

  • Update documentation for Express v5 and routes.json pattern (79bec3a)

New

  • Add override option for default route merging in loadRouteConfig (refs #58) (35cd7f2), closes #58
  • Add registerRoutes utility for non-API modules (#59) (db029ba), closes #59
  • Add registerRoutes utility for non-API modules (refs #58) (672525c), closes #58