Skip to content

Latest commit

 

History

History
208 lines (114 loc) · 12.6 KB

File metadata and controls

208 lines (114 loc) · 12.6 KB

1.6.0 (2026-06-23)

Bug Fixes

  • delete homepage schedule bug (bc211b5)
  • since qp and profile email (4dc69ae)

Features

  • deletePageSchedule: dual-mode + triggeredBy in action audit (cc8ac12)
  • deleteSnapshotSchedule: dual-mode + new action audit with triggeredBy (c552214)
  • getSchedule: dual-mode with reusable view-schedule-intent nonce (1d892fe)
  • intent: add postActionAuditLog helper supporting both auth modes (ddc8113)
  • intent: add resolveDaUserId helper for DA mode action audits (315635b)
  • intent: add verifyScheduleIntent happy path and not-found handling (efc845c)
  • intent: enforce freshness window on schedule intent (a242adb)
  • intent: enforce payload binding on schedule intent (1a70e88)
  • intent: reserve single-use nonces in KV with 10-min TTL (047f7e6)
  • intent: retry log readback once after 500ms on miss (2825170)
  • page scheduling for non-DA EDS sites (dd5a8c0)
  • schedulePage: dual-mode auth via Sidekick intent or DA Authorization (2a3e074)

1.5.0 (2026-04-03)

Bug Fixes

  • align snapshot scheduling to the new api format as well (04e5749)
  • allows cors for schedule GET call (6e9e862)
  • error responses should include cors headers (3990824)
  • update apis to be consistent with org/site in the url (2d56102)
  • use named greedy params instead of wildcard for delete routes (7816ca4)

Features

  • add delete route for snapshot schedules and standardize api routes (a9b1736)
  • adding delete snapshot schedule to the api route (068debd)

1.4.4 (2026-03-17)

Bug Fixes

  • give proper response with cors headers when register is successful (26ddf1a)
  • give proper response with cors headers when register is successful (18487f8)

1.4.3 (2026-03-17)

Bug Fixes

  • add preflight options for register endpoint (5047c09)
  • add preflight options for register endpoint (ffd9f34)

1.4.2 (2026-03-17)

Bug Fixes

  • keep both da.live origins (a9c77c8)
  • keep both da.live origins (522201c)

1.4.1 (2026-03-17)

Bug Fixes

  • add delete route for pages, and additional check before publishing (81e8e1e)
  • add delete route for pages, and additional check before publishing (68e1334)
  • da.live allowed origin (511fc82)
  • DELETE should not have body. just provide path (ff87976)

1.4.0 (2026-03-11)

Features

  • store userId if passed in while updating schedule (b2bedc5)
  • store userId if passed in while updating schedule (d88726d)

1.3.0 (2026-03-09)

Bug Fixes

  • allow calls to get schedule (6163b16)
  • cleanup response formatting (b0df1cc)

Features

  • get schedule for a single path (667f5df)

1.2.0 (2026-03-09)

Bug Fixes

  • add publish permissions check (b778088)
  • audit log (f0d6e52)
  • use user auth token to make log call (6887a07)

Features

  • handle single page scheduling (087a241)

1.1.4 (2025-12-18)

Bug Fixes

  • allow localhost testing for tools (9ac4073)

1.1.3 (2025-11-25)

Bug Fixes

  • add post body for approve call (f6d7c10)

1.1.2 (2025-11-25)

Bug Fixes

1.1.1 (2025-11-25)

Bug Fixes

  • putting the content-type header back for now (0d3d58d)
  • review approve endpoint (f6d4ab3)

1.1.0 (2025-11-25)

Features

  • add review approve option (3497cc3)

1.0.8 (2025-11-25)

Bug Fixes

  • add additional Auth header while fetching snapshot manifest (8299f19)

1.0.7 (2025-11-25)

Bug Fixes

1.0.6 (2025-10-15)

Bug Fixes

1.0.5 (2025-10-14)

Bug Fixes

  • allowing for da-nx testing (684e71e)
  • switch apiToken to apiKey to be consistent (27cdb0b)
  • updating publish to use apiKey instead of apiToken (c18aee5)

1.0.4 (2025-10-08)

Bug Fixes

  • allow additional headers in cors (fe3a099)
  • cors issue for register requests from browser (47da3f0)

1.0.3 (2025-10-04)

Bug Fixes

  • add package-lock.json to fix semantic release issue (5811dac)
  • single semantic release deploying all workers (dc76c42)
  • switched to one semantic release to deploy all workers (bb3fb63)
  • testing semantic release (493d2ac)

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.