Skip to content

Releases: wenzzzel/servicebus-cli

v0.4.3

22 Apr 08:05
145481a

Choose a tag to compare

v0.4.3 Pre-release
Pre-release

📦 Release 0.4.3

  • Returning error instead of looping forever when peeking queues with sessions enabled.
  • Added two new columns to the table on subject queue and action list.
    • Sessions
    • Safe to Resend

v0.4.2

16 Apr 13:56

Choose a tag to compare

v0.4.2 Pre-release
Pre-release

📦 Release 0.4.2

  • Added new action purge to the subject queue.

v0.4.1

16 Apr 12:33

Choose a tag to compare

v0.4.1 Pre-release
Pre-release

📦 Release 0.4.1

  • Added new action peek to the subject queue.

v0.4.0

03 Mar 16:12

Choose a tag to compare

v0.4.0 Pre-release
Pre-release

📦 Release 0.4.0

  • Added new action peek to the subject deadletter.

v0.3.0

01 Oct 15:31

Choose a tag to compare

v0.3.0 Pre-release
Pre-release

📦 Release 0.3.0

  • Added new subject settings with two actions
    • get - Gets a local user setting
    • set - Sets a local user setting

There is only one available user setting for now: FullyQualifiedNamespaces. This is a list of strings and can be set by using the set action and providing comma separated values for each namespace.

The settings are used in the following subjects and actions when choosing a namespace

  • deadletter
    • resend
    • purge
  • queue
    • list

If there are no FullyQualifiedNamespaces set by the user, it will fallback to the old way of letting the user enter a namespace as a string.

The settings are saved into the following location ~/.servicebus-cli/config.json. This location only exists on Linux, so no Windows build for this version. Will fix in an upcoming version.

v0.2.2

17 Aug 18:07

Choose a tag to compare

v0.2.2 Pre-release
Pre-release

📦 Release 0.2.2

  • Added spinners while queues are fetched on deadletter actions
  • Automatically determines if sessions should be used or not instead of prompting user for it

v0.2.1

10 Aug 19:55

Choose a tag to compare

v0.2.1 Pre-release
Pre-release

📦 Release 0.2.1

  • Improved interactive features
  • Improved formatting of Help section

v0.2.0

10 Aug 17:48
d3dacac

Choose a tag to compare

v0.2.0 Pre-release
Pre-release

📦 Release 0.2.0

  • First version where the cli is interactive

v0.1.0

08 Aug 21:42
fcd589c

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

📦 Release 0.1.0

  • First pre-release. Not production ready.