Whatrecord

Latest version: v0.6.0

Safety actively analyzes 724206 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.4.0

Changes

Changes of note

* With this release, whatrecord itself is now pure Python.
* Its macro-handling capability remains the same but has been moved out to [epicsmacrolib](https://github.com/pcdshub/epicsmacrolib)
* Added a [docker-compose configuration](https://github.com/pcdshub/whatrecord/tree/master/docker) to quickly try out the whatrecord frontend (Vue.js) and backend (`whatrecord server` CLI entrypoint) which indexes the provided IOCs in the test suite

Minor changes

* Added pre-commit settings to help format the javascript/vue code and fixed already-committed files
* Tweaked styles of some frontend pages because they looked bad
* Fixed script/file view pages requiring a refresh before loading a file
* Added file context information to `dbLoadRecords` and similar, allowing for click-through access to those files from the `st.cmd` script
* Patched over a happi database issue in the plugin, where it made the assumption that `name` and `_id` were identical
* Record link graphs have been cleaned up and improved overall
* Fixed macros not being serialized in shellstate
* Fixed search paths not being corrected to account for stand-in paths
* `BrokenPipeError` should no longer be raised when using the CLI and piping out `parse` results to e.g. `head`
* PVA links are now rendered more sensibly in the frontend
* Shell checks base version-derived database grammar version first and tries back to the other version upon failure
* Added initial attempt at round-trippable database parsing + writing back in the same format
* Fixed an instance where the binary inspector tool based on gdb leaked an unserializable `gdb.Value` unintentionally
* Fixed the frontend using the wrong variable prefix for the archiver URL
* The `LinterResults` class was removed. Lint is now included on all `Database` instances.

PRs

* FIX: ignore non str RecordField fields in `whatrecord graph` by klauer in https://github.com/pcdshub/whatrecord/pull/133
* REF: use epicsmacrolib by klauer in https://github.com/pcdshub/whatrecord/pull/134
* ENH/REF: tweak makefile handling by klauer in https://github.com/pcdshub/whatrecord/pull/137
* REF: remove linterresults by klauer in https://github.com/pcdshub/whatrecord/pull/139
* ENH: add dockerfile + compose config to stand up frontend/backend by klauer in https://github.com/pcdshub/whatrecord/pull/140
* FIX: mostly tweaks and fixes to the frontend, PVA group display, and more by klauer in https://github.com/pcdshub/whatrecord/pull/141
* DOC: a few more README screenshots by klauer in https://github.com/pcdshub/whatrecord/pull/144
* FIX: python 2 compatibility for old gdb by klauer in https://github.com/pcdshub/whatrecord/pull/130

**Full Changelog**: https://github.com/pcdshub/whatrecord/compare/v0.3.5...v0.4.0

0.3.5

What's Changed
* FIX/TST: avoid parsing commented lines in iocmanager config by klauer in https://github.com/pcdshub/whatrecord/pull/127
* FIX: fix and clean record graphs + arrow direction using test-suite vendored dbd files by klauer in https://github.com/pcdshub/whatrecord/pull/128

**Full Changelog**: https://github.com/pcdshub/whatrecord/compare/v0.3.1...v0.3.5

0.3.1

What's Changed
* ENH: add Makefile information helper by klauer in https://github.com/pcdshub/whatrecord/pull/124

**Full Changelog**: https://github.com/pcdshub/whatrecord/compare/v0.3.0...v0.3.1

0.3.0

What's Changed
* ENH/REF/FIX: state notation language graphs + misc fixes by klauer in https://github.com/pcdshub/whatrecord/pull/119
* Add graphviz plotting for EPICS state notation language programs.
* Add helper base class to be used for all graphs supported by whatrecord (PVs, scripts, state notation language)
* Cleans up whatrecord graph entrypoint; the following are now valid:
* $ ``whatrecord graph simple.st -o test.png``
* $ ``whatrecord graph *.db -o test.png``
* SNL grammar somewhat round-trippable (modulo comments and formatting)
* MNT: blark v0.3.0 compatibility by klauer in https://github.com/pcdshub/whatrecord/pull/121
* Removes lark pin
* Fixes compatibility with blark v0.3.0, which is massively different from previous releases

**Full Changelog**: https://github.com/pcdshub/whatrecord/compare/v0.2.5...v0.3.0

0.2.5

What's Changed
* ENH: add 'whatrecord graph' entrypoint with at least db/st.cmd support by klauer in https://github.com/pcdshub/whatrecord/pull/112
* FIX: happi plugin - GroupDevice + pay off some technical debt by klauer in https://github.com/pcdshub/whatrecord/pull/117

**Full Changelog**: https://github.com/pcdshub/whatrecord/compare/v0.2.1...v0.2.5

0.2.1

What's Changed
* BLD: update pinning of apischema + Python by klauer in https://github.com/pcdshub/whatrecord/pull/111
* Pins apischema to `<v0.16.0` until whatrecord itself can support the newer version

**Full Changelog**: https://github.com/pcdshub/whatrecord/compare/v0.2.0...v0.2.1

Page 2 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.