Files
nimbus/CHANGELOG.md
github-actions[bot] 23af80288e chore(base): release 0.4.0-alpha (#36)
* chore(base): release 0.4.0-alpha

* build: update production artifacts for v0.4.0-alpha

---------

Co-authored-by: Mazen Touati <14861869+sunchayn@users.noreply.github.com>
2026-01-31 16:26:06 +01:00

6.6 KiB

Changelog

0.4.0-alpha (2026-01-31)

Features

  • client: add tabs support (#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

CI/CD

Code Refactoring

  • schemas: use standardized schema shapes (#33) (78d91a3)
  • solidify the FE codebase and improve UI consistency (#45) (35b9604)

Changelog