Skip to content

Latest commit

 

History

History
83 lines (60 loc) · 7.01 KB

File metadata and controls

83 lines (60 loc) · 7.01 KB

Changelog

Entries in this file are generated by semantic-release from Conventional Commit messages — do not edit it by hand; your commit message is the changelog entry. Historic sections at the bottom were maintained by hand in the Keep a Changelog format.

0.3.0 (2026-08-18)

Bug Fixes

  • docker: frontend dev container missing rolldown native binding (#152) (a531a1b)
  • docker: init scripts failing on Windows due to CRLF line endings (#138) (238e924)
  • docker: mount the Docker socket so Lambda and Cloud SQL can run (#154) (8ee3715)
  • frontend: colour the connection dot from the connection state (#181) (0e0682d)
  • frontend: show app-level validation messages in dynamic create form (#150) (69ba389), closes #112

Features

  • api: derive service availability from a single catalog (#153) (2d62143)
  • aws: add API Gateway to Cloud Explorer (#169) (07fe1c6)
  • aws: add DynamoDB Cloud Explorer (#143) (074eef3)
  • azure: add Key Vault explorer (#147) (90dd60e)
  • compute: add an Azure Virtual Machines adapter (#161) (06541a5)
  • foundation: add iac service-type category (#178) (c9e9717)
  • frontend: collapsible sidebar with icon rail (#180) (2f05f46)
  • gcp: add Cloud SQL and GKE adapters (#155) (fd3bd2f)
  • release: one-button release cut from main (#187) (d7e940b)
  • s3: add inline preview for images, video, audio and text objects (#177) (8b945fd)
  • serverless: Add loading, empty, and retry states to Azure Functions view (#136) (c4bd78f), closes #114
  • serverless: improve Azure Functions metadata #113 (#140) (bcd21a3)

0.2.0 - 2026-07-08

Added

  • AWS Secrets Manager console page: list, inspect, create, and delete secrets (scheduled or forced deletion).
  • Azure Functions in the Cloud Explorer: list, inspect, create, delete, and invoke.
  • GCP Cloud Functions in the Cloud Explorer, including invoke support.
  • Serverless invoke panel payload tooling: pre-invoke validation plus format, sample, and clear payload actions.
  • Account switcher scoping the Cloud Explorer to a selectable AWS account.
  • Service information dialog describing each service's capabilities, runtime adapter, and connection state.

Changed

  • Decluttered the Cloud Explorer service view: the resource table now leads the page, diagnostics moved into a compact topbar ⓘ info dialog, and the resource inspector only renders when a resource is selected.
  • Migrated the Secrets Manager frontend to the shared HttpClient/ApiRegistry pattern and wired it into the navigation shell.
  • Updated all JavaScript dependencies and adapted the codebase to TypeScript 6 and stricter ESLint rules.
  • Streamlined the local development setup.

Fixed

  • Secrets drawer opening partially off-screen.
  • Duplicate serverless invoke client export.

0.1.0 - 2026-06-14

Added

  • Theme-aware Floci brand logo (light/dark) and a brand-aligned indigo color palette sourced from floci.io.
  • multicloud Docker Compose profile to start the Azure and GCP emulators alongside the AWS runtime.
  • Continuous Integration workflow running lint, type-check, test, and build on pull requests.
  • Multi-architecture (amd64 + arm64) Docker release workflow that publishes floci/floci-ui on version tags.
  • End-to-end integration workflow that runs the full stack against the real floci/floci runtime image.
  • Conventional Commits validation on pull requests.
  • Contributor tooling: CONTRIBUTING.md, issue and pull request templates, CODEOWNERS, and Dependabot configuration.

Changed

  • Breaking: standardized local ports to the Floci 45xx range — UI now on 4500 and API on 4501 (were 3000/3001).
  • Consolidated docker-compose.dev.yml into a single docker-compose.yml.
  • Reorganized Dockerfiles under docker/ and added a packaging image that bundles CI-built artifacts for releases.
  • Upgraded the frontend stack: React 19, Vite 8, React Router 7, and ESLint 10 (migrated to flat config), plus grouped dependency updates.
  • Upgraded the API dependencies: AWS SDK and Hono.
  • Bumped pinned GitHub Actions (checkout, setup-node, pnpm/action-setup, setup-qemu).
  • Revamped the README with the brand logo, status badges, a connected-console screenshot, and a quick-start section.
  • Moved the README logo assets into docs/images/.

Removed

  • docker-compose.dev.yml (folded into docker-compose.yml).