v7.2
About 1 minChange Log
v7.2
This release brings several improvements for scripting environments in Javascript/Typescript and Python support. Core features include the new --copy flag for aliases to inherit shell configuration, and bugfixes to address autocomplete panics, expression error handling, and 3rd party integration issues.
Breaking Changes
None
v7.2.xxxx
Features
alias: new--copyflag to inherit shell configuration from aliased commands (issue)args:StrictFlagPlacementand--separatorfid-list: rewrite to support filtering- core: allow filterable function table
- cache.db: don't cache anything with a TTL < 1hr
- integrations:
yarnrefactor - integrations: Python
uvsupport - integrations: Python virtual environment improvements (issue)
- integrations:
terraform-docssummary - makefile: add tags to make test
- wasm: support for builds via tinygo (EXPERIMENTAL)
- chore: update dependencies
Bug Fixes
- autocomplete: fix panic when JSON struct is zero-length (issue)
foreach: fix regression bug in--parallelafter args rewrite- escape builtins: use
IsMethod()instead ofParameters.Len()(issue) - integrations:
yarnbug fix - resolve initialization hang with corepack (issue) - expressions: caught error wasn't being returned correctly
- core: temp directory value is now immutable (issue)
Special Thanks
Thank yous for this release go to @priscira, @lokalius and @fyrak1s, for your testing and feedback.
Also thank you to everyone in the discussions group and all who raise bug reports.
You rock!
Published: 01.02.2026 at 12:00
See Also
- Alias "shortcut":
alias: Create an alias for a command - Define Function Arguments:
args: Command line flag parser for Murex shell scripting - Display Running Functions:
fid-list: Lists all running functions within the current Murex session - How To Contribute: Murex is community project. We gratefully accept contributions
- Integrations: Default integrations shipped with Murex
- Quote String:
escape: Escape or unescape input - Tab Autocompletion:
autocomplete: Set definitions for tab-completion in the command line - expressions:
This document was generated from gen/changelog/v7.2_doc.yaml.