Skip to content

Releases: SolaceLabs/solace-tryme-cli

v0.0.60

11 Oct 02:42
Compare
Choose a tag to compare
Solace Try-Me CLI v0.0.60

v0.0.59

04 Oct 08:41
Compare
Choose a tag to compare

Deprecated REST messaging support in the feed runner.

v0.0.58

03 Oct 07:57
Compare
Choose a tag to compare

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

01 Oct 15:46
Compare
Choose a tag to compare
Fix issue with detecting if file is binary. Fix build issue for Linx

v0.0.56

01 Oct 03:59
Compare
Choose a tag to compare
downagrade axios and include in pkg

v0.0.55

30 Sep 14:17
Compare
Choose a tag to compare
  • 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

28 Sep 05:04
Compare
Choose a tag to compare
update version number

v0.0.53

28 Sep 04:58
Compare
Choose a tag to compare
Bug Fix: issue with chunk uploads

v0.0.52

10 Sep 19:35
330127d
Compare
Choose a tag to compare
Add support for apt installation (#32)

v0.0.51

08 Sep 12:44
Compare
Choose a tag to compare

stm

  1. Added node version check to warn if the used version is < 18
  2. 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
  3. Display full path of the broker configuration used by the commands (e.g., /Users/XYZ/.stm/stm-cli-config.json)

stm feed

  1. 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!
  2. Added import sub-command to import an exported feed archive to create a feed in the local repository
  3. Dropped support for copy sub-command, as the import/export offers a better interface

Feed Configure (Rules)

  1. Fixed feed configure UI to display feed name at the footer
  2. Display appropriate feed details for an API Feed in the info page