Skip to content

Releases: danielvm-git/bigbase

v1.3.1

02 Jun 02:16

Choose a tag to compare

1.3.1 (2026-06-02)

Bug Fixes

  • address code review findings for Epic 017 (f7669f2)

v1.3.0

02 Jun 02:08

Choose a tag to compare

1.3.0 (2026-06-02)

Features

  • deploy: add SSE log stream and enhanced detail pages (a4abae1)
  • functions: add execution logs persistence and viewer page (914d490)
  • realtime: add status endpoint and Realtime inspector page (567a41a)
  • storage: add thumbnail endpoint for image previews (cd2ed09)
  • ui: add dark mode toggle, toast notifications, and dashboard enhancements (0d1138c)
  • ui: add grid/list view toggle and image preview to Storage (484cea6)
  • ui: extract design tokens to styles/, add Vitest test infrastructure (bf8b662)

v1.2.1

02 Jun 01:01

Choose a tag to compare

1.2.1 (2026-06-02)

Bug Fixes

  • opencode: check-stack references release-deploy.yml, not ci.yml (3f8f492)

v1.2.0

02 Jun 00:58

Choose a tag to compare

1.2.0 (2026-06-02)

Features

  • opencode: wire /check-stack command and agentic stack (6306a3d)

v1.1.1

02 Jun 00:42

Choose a tag to compare

1.1.1 (2026-06-02)

Bug Fixes

  • main: register GitHub App CLI flags and wire to github component (0c7fea6)

v1.1.0

01 Jun 21:55

Choose a tag to compare

1.1.0 (2026-06-01)

Features

  • config: configure bigbase.click domain with HTTPS (7226b98)

v1.0.2

01 Jun 21:18

Choose a tag to compare

1.0.2 (2026-06-01)

Bug Fixes

  • main: wire github and sites components into backend, proxy, and UI (#9) (540a2da)

v1.0.1

01 Jun 18:57

Choose a tag to compare

1.0.1 (2026-06-01)

Bug Fixes

  • ci: merge release and deploy into single workflow to fix GITHUB_TOKEN event suppression (f05faf3)

v1.0.0

01 Jun 18:51

Choose a tag to compare

1.0.0 (2026-06-01)

Bug Fixes

  • address review findings — rows.Err, routing, YAML leak, repo filter (45e79c3)
  • address review findings — security, authz, race conditions (2a49228)
  • api db: address all 18 code review findings (9c693a4)
  • ci: run smoke test binary with ./ prefix (83b2de1)
  • deploy: CI git safe.directory and Caddy http:// catch-all (d0af465)
  • deploy: enable bigbase systemd unit on VPS setup (2aa3361)
  • deploy: resolve relative paths and URL update timing (9ca144b)
  • deploy: serve static files via HTTP file server (575f780)
  • functions: address review findings — interrupt timeout, validate update, runtime interface, body limit, injectable runtimes (a45fa7a)
  • harden kernel, api, auth, forge, git, and storage components (ef4ea80)
  • realtime: fix Hub data race, add event unsubscribe, log emit errors (f10ed83)
  • ui: export missing components from index.ts (994bc53)

Features

  • admin-ui: port Appwrite design tokens and create shared component system (da3f118)
  • admin: add Admin UI, SQL Editor, and User Management (e19e977)
  • auth: add email/password auth with JWT tokens (#1) (35c6096)
  • auth: add Google OAuth social login via embedded relay (d4970ec)
  • cici: add CI/CD pipeline component (Slice 9) (5d2ba35)
  • cli proxy kernel: add CLI commands, proxy server, and observability (fc23a09)
  • db api: add SQLite database and auto REST CRUD API (696befb)
  • deploy: add deploy component with build detection, process execution, and port allocation (c8d001a)
  • deploy: improve deployment pipeline and add admin UI pages (d056ce1)
  • forge: add issues, labels, comments, kanban board, and wiki (e893817)
  • functions: add Functions component with CRUD operations (00ea81c)
  • functions: add goja JS runtime with console.log capture and timeout (44a74f5)
  • functions: wire Functions component into main.go (9b89585)
  • git: add repository management with bare repo creation (0481cfc)
  • integrate semantic-release and display version in admin footer (3e6b86c)
  • integrate semantic-release and display version in admin footer (f042fe2)
  • messaging: add email, SMS, and push notification endpoints with message log (fd7cb61)
  • messaging: wire messaging component into main.go with auth middleware (5e48755)
  • monitoring: add /api/monitoring/metrics endpoint with system and request metrics (dcd0430)
  • monitoring: add alert CRUD endpoints (1b356e6)
  • monitoring: add component shell with health endpoint (b292c81)
  • monitoring: add log storage and search endpoints (6d3a6b7)
  • monitoring: add request metrics middleware (4dfbbc1)
  • monitoring: add system metrics collector (fc6bd9e)
  • monitoring: wire into main.go and add admin UI page (0a683cd)
  • proxy: add commercial landing page and documentation (c3197e6)
  • proxy: add commercial landing page with GitHub stars cache (fea3761)
  • proxy: add documentation page with sidebar navigation (dcaff68)
  • realtime: add WebSocket subscriptions, event bus broadcasts, and Hub pattern (4ab37bf)
  • storage: add file upload, download, list, and delete (78ebe92)
  • ui: enhance dashboard with charts and fix Google login visibility (a453256)

BREAKING CHANGES

  • Deploy now triggers on release.published instead of every push to main.