You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+28-5Lines changed: 28 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,31 @@ This project uses [Semantic Versioning](https://semver.org/).
7
7
8
8
## [Unreleased]
9
9
10
-
## [0.1.0] — 2024-xx-xx
10
+
## [0.1.1] — 2026-05-15
11
+
12
+
### Added
13
+
14
+
-`floci az` subcommand group — full Azure emulator lifecycle via `floci az start|stop|restart|status|logs|wait|version|services|doctor|env|snapshot|completion`
15
+
-`floci aws` subcommand group — explicit alias for all AWS commands (mirrors bare `floci *`)
16
+
-`floci az start` — launches `floci/floci-az:latest` on port 4577, mounts persist dir to `/app/data`
17
+
-`floci az env` — prints `AZURE_STORAGE_CONNECTION_STRING` (default) or individual SDK endpoint vars (`--format sdk-vars`); `--service` flag filters to specific services (blob, queue, table, functions, app-config, key-vault)
18
+
-`floci az doctor` — Azure-specific diagnostics: all Docker checks against `floci/floci-az` image, plus `az.cli.installed` and `az.cli.connection-string` checks
19
+
-`floci config default-product aws|az` — persists the default product to `~/.floci/config.yaml`; bare `floci start` routes to the configured default
20
+
-`floci az snapshot` stubs — commands registered but report "not yet available" pending server-side implementation in floci-az
21
+
22
+
### Changed
23
+
24
+
-`floci start` now routes to the configured default product (AWS unless overridden with `floci config default-product az`)
25
+
-`floci env` and `floci az env` now auto-detect the port from the running container's port mapping instead of using the option default
26
+
- CI native build reduced to linux/arm64 only — removed linux/amd64 native job from CI (covered by JVM test job); release still ships all platform binaries
27
+
- Release drops darwin/amd64 — `macos-13` Intel runners took 34+ minutes for native-image builds; darwin/arm64 (Apple Silicon) ships instead
28
+
29
+
### Fixed
30
+
31
+
-`floci env` reported wrong port when container ran on a non-default port — now calls `resolvedEndpoint()` before extracting port
32
+
-`floci az doctor` incorrectly checked for `floci/floci` image — now checks `floci/floci-az`
33
+
34
+
## [0.1.0] — 2026-05-14
11
35
12
36
### Added
13
37
@@ -27,19 +51,18 @@ This project uses [Semantic Versioning](https://semver.org/).
27
51
-`floci snapshot export|import` — stubs pending server implementation
0 commit comments