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
+45Lines changed: 45 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,51 @@ All notable changes to mxcli will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
6
7
+
## [0.7.0] - 2026-04-21
8
+
9
+
### Added
10
+
11
+
-**Agent Editor** — CREATE/DROP Agent, Knowledge Base, Consumed MCP Service, and Model documents; read support for all four types; DESCRIBE MODULE WITH ALL includes agent-editor documents
12
+
-**Consumed REST Client v2** — Redesigned syntax with full mapping support, parameter support for SEND REST REQUEST, BODY JSON FROM clause roundtrip, and TRANSFORM microflow action (JSLT/XSLT, Mendix 11.9+)
13
+
-**Platform Authentication** — `mxcli auth login/logout/status/list` with PAT scheme for mendix.com; credentials stored at `~/.mxcli/auth.json` (mode 0600), MENDIX_PAT env override
14
+
-**Marketplace Browsing** — `mxcli marketplace search/info/versions` with `--min-mendix` compatibility filtering
15
+
-**Entity Event Handlers** — Full MDL support for before/after create/change/delete event handlers with entity parameter validation
16
+
-**System Attributes** — AutoOwner, AutoChangedBy, and other audit pseudo-types; ALTER ENTITY ADD/DROP ATTRIBUTE for system attributes
17
+
-**ALTER PUBLISHED REST SERVICE** — Full in-place modification of published REST services (#161)
18
+
-**GRANT/REVOKE ACCESS on PUBLISHED REST SERVICE** (#162)
19
+
-**GitHub Copilot support** — First-class Copilot integration in `mxcli init`
20
+
-**Unified --json output** — All commands support structured JSON output (#134); `mxcli check --format json/sarif` outputs structured results
21
+
-**OData TripPin bulk-import** — Executable bulk-import example with @Constant syntax for ServiceUrl
0 commit comments