Releases: SolaceLabs/solace-tryme-cli
Releases · SolaceLabs/solace-tryme-cli
v0.0.60
Solace Try-Me CLI v0.0.60
v0.0.59
Deprecated REST messaging support in the feed runner.
v0.0.58
stm feed:
- Support for INTERVAL and DELAY in milliseconds
- Default no of events to is -1 (infinite)
- Feed configuration updated default values for publish settings
stm:
- Empty payload fix (when sent as binary)
- Hex-dump only when the payload is a true binary data (non-UTF8)
v0.0.57
Fix issue with detecting if file is binary. Fix build issue for Linx
v0.0.56
downagrade axios and include in pkg
v0.0.55
- Remove binaries after bundling (release workflow)
- Fix broken links in README
- Feed Configure Portal (data generation rules)
- Removed the FULLSCREEN button (irrelevant)
- Ability to specify desired number of elements of an array field (of all types) with a default count/size of 2
- Prevent array or object fields selection for SOURCE or TARGET for attribute mapping
- Update to CSS theme to match (basic) solace theme (black background)
- Update solace.SolclientFactoryProfiles to version10_5
- Binary pretty dump (when BYTES payload type is specified or a non-UTF-8 content is detected on the file)
v0.0.54
update version number
v0.0.53
Bug Fix: issue with chunk uploads
v0.0.52
Add support for apt installation (#32)
v0.0.51
stm
- Added node version check to warn if the used version is < 18
- Added check to see if the payload is a string of digits (number) to be added as a string (not to put through JSON parse/stringify) to prevent numbers getting printed in X.Ye+Z form
- Display full path of the broker configuration used by the commands (e.g., /Users/XYZ/.stm/stm-cli-config.json)
stm feed
- Added export sub-command to export a local or a community feed to an archive (zip) file. The goal is to be able to share among teams, maintain it in a SCCS and others!
- Added import sub-command to import an exported feed archive to create a feed in the local repository
- Dropped support for copy sub-command, as the import/export offers a better interface
Feed Configure (Rules)
- Fixed feed configure UI to display feed name at the footer
- Display appropriate feed details for an API Feed in the info page