Caching has been vastly improved in this release due to a new
sqlite3-backed persistent cache.db
. There have also been
some improvements to [f1]
help pages
None
%{}
was parsing bareword
null
as "null"
(string with null) instead of a
null value (issue
#781)is-null
parameters
instead of being passed by reference (issue
#781)runtime
flag for managing cache:
--flush-cache
BELL
terminated) to ANSI standard
(ST
terminated)runtime
flags for managing cache:
--cache
and --trim-cache
cache.db
, breaking caching
when multiple murex sessions were open at a timeconfig
correctly (should have been enabled by default but was disabled by
default instead).murex_profile
:
config set shell cache.db-enabled false
autocomplete
directive for [f1]
previews: DynamicPreview
git
and
aws
export
now supports whitespace like an expression
(issue
#679)ReadArrayWithType()
calls weren’t handling the
returned error (if there were an error). They’re now all surfacing
errors correctlyStart()
Special thank you to everyone in the community for raising bug reports and design discussions.
You rock!
Published: 02.01.2024 at 15:45
export
): Define an environmental variable and set it’s
valueis-null
): Checks if a variable is null or
undefinedconfig
): Query or define Murex runtime settingsruntime
): Returns runtime information on the internal
state of Murexautocomplete
): Set definitions for tab-completion in
the command lineThis document was generated from gen/changelog/v5.3_doc.yaml.
This site's content is rebuilt automatically from murex's source code after each merge to the master
branch. Downloadable murex binaries are also built with the website.
Last built on Wed Jan 15 23:07:50 UTC 2025 against commit b4c4296b4c429617fd41527ea0efef33c52c15ef2b64972.
Current version is 6.4.2063 (develop) which has been verified against tests cases.