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
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,26 @@ All notable changes to apcore-cli (Python SDK) will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [0.3.1] - 2026-03-27
9
+
10
+
### Added
11
+
12
+
-**DisplayResolver integration** — `__main__.py` integrates `DisplayResolver` from `apcore-toolkit` (optional) when `--binding` option is provided; gracefully skipped when not installed.
13
+
-**`init` to `BUILTIN_COMMANDS`** — `init` subcommand is now registered in the builtin commands set.
14
+
-**`APCORE_AUTH_API_KEY` to man page** — environment variable documented in generated roff man page.
15
+
-**Grouped shell completion with `_APCORE_GRP`** — bash/zsh/fish completion scripts now support two-level group/command completion via the `_APCORE_GRP` environment variable (`shell.py`).
16
+
-**Path traversal validation for `--dir` in `init` command** — rejects paths containing `..` segments to prevent directory escape (`init_cmd.py`).
17
+
18
+
### Fixed
19
+
20
+
-**`RegistryWriter` API call** — constructor now called without parameters; fixes `TypeError` introduced by upstream API change.
0 commit comments