Releases: jbrazda/iics-cli
Releases · jbrazda/iics-cli
v0.4.5
v0.4.4
v0.4.3
v0.4.2
v0.4.1
v0.4.0
Changelog
- 06af80a add Selectiv Package creation CR
- 5bf0c05 chore(deps): bump the github-actions group across 1 directory with 3 updates (#18)
- 33e6315 chore(deps): bump the go-dependencies group across 1 directory with 2 updates (#19)
- 2136935 docs(cr-0005): move to completed - round-trip import confirmed successful
- ff3d09e docs(cr-0005): record R1 research findings - CurrentServerDateTime safe to remove
- ad0a751 docs(cr-0005): record R2 round-trip import test - SUCCESSFUL
- 08c7a4c feat(expand): strip CurrentServerDateTime from XML assets on expand
- 568a66b feat(objects): add stdin pipe, --targets report, and --publish to dependencies (CR-0019)
- 606b7b7 feat(objects): auto-detect JSON/CSV/YAML stdin for dependencies
- efdb6c0 feat(release): align verbose plan tables and fix target profile resolution regression
- cf6943d feat(release): enforce publish order in release plan outputs
- 13c5cb3 feat(release): make deploy target validation configurable
- 9c54edf feat: add selective package manifest filtering and target-aware transitive exclusion
- 3253b32 feat: add target-aware missing transitive dependency filtering
- ebeb754 feat: enhance dependency resolution and output export
- ea2f1a7 fix(lint): replace deprecated reflect.Ptr with reflect.Pointer
- b608986 fix(objects): correct ObjectDependenciesResponse to match actual IICS v3 API
- 31f477d fix(objects): fix ObjectReference field tags and deduplication key
- 3c9235d fix(objects): fix dependencies default limit, add auto-pagination, add location field (BUG-0006)
- 78078ef fix(user): paginate groups and roles in wizard, clean up XML struct tags
- 93c2765 fix: handle SYS-rooted locations for Connection and AgentGroup assets
- d2a2340 fix: key lookup reconciliation for export artifacts
v0.3.2
v0.3.1
Changelog
- 2d877c3 fix: clear error when --report receives a flag name instead of a profile (BUG-0003)
- dd4c8ec fix: prevent @keyring sentinel corruption in profile add/edit (BUG-0003)
- 1cc36b7 fix: resolve keychain sentinel in ResolveTargetProfile (BUG-0003)
- 46c9fda fix: return 'profile not found' error in ResolveTargetProfile (BUG-0003)
- 03ada25 revert: remove --report flag guard from package dependencies (BUG-0003)
v0.3.0
Changelog
- e331c72 Add PowerShell examples to all 28 documentation files [skip ci]
- 700db7b Update makefile all task, adding clean step
- ea6ae57 feat: add auditlog command for V2 audit log endpoint (CR-0015)
- 9375961 feat: add package dependencies subcommand (CR-0011)
- 28297f7 feat: consistent log format across all commands (CR-0013)
- 25e41c7 feat: fix Connection lookup, auto-size columns, color-code target status (CR-0012)
- e5e9eb9 feat: improve package dependencies output and add --report multi-profile mode (CR-0014)
- 56bd489 feat: secure credential storage via OS keychain (CR-0017)
- ed8c7eb feat: table output enhancements - themes, footer, header color (CR-0016)
- b500d3f fix: correct path format and handle not-found for dependency validation
- 8e4a6f6 fix: correct publish sort order and add --order-by for package dependencies (BUG-0001)
- 4b8063d fix: correct table column misalignment caused by ANSI escape codes in cells (BUG-0002)
- 55956d6 fix: package dependencies - debug/verbose output, per-object target validation
- 98b49b9 fix: remove unused imports from package.go; add GetConnectionByName; move CR-0011 to completed
- c3ef97b fix: runtime commands use V2 API, correct structs, add --name flag and tree view