6.9 KiB
6.9 KiB
Changelog
0.4.1-alpha (2026-02-02)
Maintenance Tasks
0.4.0-alpha (2026-01-31)
Features
- client: add
tabssupport (#52) (8c02877) - export: add shareable links (#41) (2895a0d)
- history: add history viewer and rewind (#38) (e1b844c)
- persist UI state (#32) (8780a79)
- relay: add transaction mode to requests (#49) (aa99eac)
- relay: render
dd()responses properly (#29) (e3b3370) - routes: add support for processing OpenAPI specs (#50) (c015e62)
- routes: auto-select route variables on click (#24) (8e05ce4)
- routes: support multi-applications in config [breaking] (#34) (a090c48)
- routes: support Spatie Data objects (#23) (052cdde)
Bug Fixes
- config: use normalized key for config (#26) (32ef39e)
- curl: properly export get requests with body payload (#25) (4adb5a1)
- curl: properly wrap JSON payload (#31) (8bdd510)
- relay: don't crash request on corrupt cookies (#48) (0a4d444)
- relay: properly process plain text payload (#39) (7b0af6f)
- relay: properly relay request paramters (#28) (64ef46a)
- ui: ui improvements follow up (tabs + state persistence + error viewer) (#47) (9118ad6)
- work around l12 breaking change (#43) (562b02d)
Maintenance Tasks
- improve code mirror theme consistency (#46) (33e1ff0)
- move roadmap to a discussion (07f0106)
- remove the status page (#51) (bc43530)
- setup E2E foundation (#22) (dc1f76b)
- update roadmap (35f6632)
CI/CD
- add automated release flow (#35) (141724e)
- elevate release-please permission (1eb1f14)
- fix auth token issue (#42) (6cff0e9)
- fix gha issues (#40) (edd9b7b)
- fix lock file (ac44e19)
- fix release-please workflow (cbd690a)
- make release please workflow more explicit (7fa6a8e)
- mark builds as success when skipped (#37) (f818eee)
- properly configure release please (35db665)
- properly set required jobs (#44) (106bba7)
- run E2E tests with the current branch (#27) (7b4c37d)
- use a hook for the version (a9e4e12)
Code Refactoring
- schemas: use standardized schema shapes (#33) (78d91a3)
- solidify the FE codebase and improve UI consistency (#45) (35b9604)