Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: deploystackio/deploystack

Satellite v0.17.0

01 Jan 22:33

Choose a tag to compare

0.17.0 (2026-01-01)

Frontend v0.53.0

01 Jan 21:18

Choose a tag to compare

0.53.0 (2026-01-01)

Backend v0.57.0

01 Jan 21:37

Choose a tag to compare

0.57.0 (2026-01-01)

Frontend v0.52.0

29 Dec 08:21

Choose a tag to compare

0.52.0 (2025-12-29)

Backend v0.56.0

29 Dec 07:43

Choose a tag to compare

0.56.0 (2025-12-29)

BREAKING CHANGE

  • Admin teams list endpoint response structure changed from flat array to paginated format
  • Add pagination support to GET /api/admin/teams endpoint
    • Query params: limit (1-100, default 20), offset (default 0)
    • Response now includes data.teams and data.pagination metadata
    • Pagination metadata: total, limit, offset, has_more
  • Create new GET /api/admin/teams/search endpoint
    • Filter by team name (partial, case-insensitive)
    • Includes same pagination support as list endpoint
  • Add pagination schemas and validation helper to admin/teams/schemas.ts
  • Register search route in admin teams index
  • Update API specs (api-spec.json, api-spec.yaml)
  • GET /users response format changed from { success, data: [...] } to { success, data: { users: [...], pagination: {...} } }

Satellite v0.16.0

24 Dec 10:18

Choose a tag to compare

0.16.0 (2025-12-24)

Frontend v0.51.0

24 Dec 10:05

Choose a tag to compare

0.51.0 (2025-12-24)

Backend v0.55.0

24 Dec 10:11

Choose a tag to compare

0.55.0 (2025-12-24)

Satellite v0.15.0

19 Dec 07:34

Choose a tag to compare

0.15.0 (2025-12-19)

Frontend v0.50.0

19 Dec 07:27

Choose a tag to compare

0.50.0 (2025-12-19)

  • feat(all): Add MCP installation settings, request logs API, and SSE streaming 5f44e43
  • feat(frontend): add ConfigurationHeaders and ConfigurationQueryParams components for managing installation headers and query parameters 0e13f36
  • feat(frontend): add full-width border option to tabs and fix loading states 2562b15
  • feat(frontend): add loading state with skeleton components in table 850c8ab
  • feat(frontend): add requests tab and implement request streaming 2f5a782
  • feat(frontend): add showBorder prop to DsPageHeading component eea3b11
  • feat(frontend): add tools metrics panel and update token distribution 39d0b65
  • feat(frontend): add user information to requests table and details a75b0ae
  • feat(frontend): add view mode toggle with toast notifications for mcp requests b429b28
  • feat(frontend): enhance installation views with loading and error states 2934f86
  • feat(frontend): enhance loading state with skeleton components and breadcrumbs for mcp server view c1ff097
  • feat(frontend): fetch full request details in RequestDetailSheet 6e17ab1
  • feat(frontend): implement bulk toggle for tool enable/disable 4dace87
  • feat(frontend): implement expandable rows in ToolsTab for detailed view b55c2a4
  • feat(frontend): implement meter component with accessibility features a978051
  • feat(frontend): implement RequestDetailSheet for request details display f88b795
  • feat(frontend): improve loading state with skeleton components 01a5b7b
  • feat(frontend): move requests tab to correct position in InstallationTabs 110d52d
  • feat(frontend): rename installation information route to general and update tabs 7295e6c
  • feat(frontend): rename McpToolsTab to ToolsTab and update routes 2a0866d
  • feat(frontend): replace Progress component with DsMeter for usage display a5a7514
  • feat(frontend): update loading and error states in RequestsTab and ToolsTab 37a7781
  • refactor(all): update changelog transformation to filter commits a6e7176
  • refactor(frontend): simplify installation data handling with cache 3bf1ce3
  • refactor(frontend): update import paths for event bus and breadcrumbs 21cc4ce