Releases: paolosalvatori/ServiceBusExplorer
6.0.3
What's Changed
- Correct upgrade instructions by @ErikMogensen in #793
- An attempt to add publishing to winget by @ErikMogensen in #795. Which didn't work this time due to setting it as prerelease first.
Full Changelog: 6.0.2...6.0.3
6.0.3-preview
What's Changed
- Correct upgrade instructions by @ErikMogensen in #793
- Add publishing to winget by @ErikMogensen in #795
Full Changelog: 6.0.2...6.0.3-preview
6.0.2
What's Changed
- Use functionality in VS 17.8 to force VS to run in DPI unaware mode by @ErikMogensen in #790
- Add installation instructions and scoop warning by @ErikMogensen in #791
Full Changelog: 6.0.1...6.0.2
6.0.1
Breaking change
A breaking change was introduced in 6.0.0. It now defaults to storing the namespace connections in the User profile directory. The location is usually C:\Users\AppData\Roaming\Service Bus Explorer\UserSettings.config. It will be created automatically once you save a connection string.
You can open the file by clicking the Open button on the Tools | Options dialog box.
What's Changed
- Fix the GUI scaling issue on some screens by @ErikMogensen in #788
Full Changelog: 6.0.0...6.0.1
6.0.0
This major release contains support for Event Grid Standard. It also includes the ability to cancel scheduled Service Bus messages.
Breaking change
It defaults to storing the namespace connections in the User profile directory. The location is usually C:\Users<UserName>\AppData\Roaming\Service Bus Explorer\UserSettings.config. It will be created automatically once you save a connection string.
You can open the file by clicking the Open button on the Tools | Options dialog box.
What's New
Features:
-
Event Grid Explorer:
- Added support for Event Grid Standard.
- Contributors: @t-wangamy, @hillaryc, @harrieoriowo, @SeanFeldman, @ErikMogensen.
- Pull Request #737
-
Message Management:
- Added the ability to cancel scheduled messages.
- Contributor: @ErikMogensen.
- Pull Request #746
Enhancements:
-
User Interface:
- Reinstated submenus for "Set Status".
- Contributor: @ErikMogensen.
- Pull Request #761
-
Testing:
- Updated NUnit.ConsoleRunner to the latest version (3.16.3).
- Contributor: @ErikMogensen.
- Pull Request #765
-
Transfer Deadletter Subqueues:
- Added selective delete feature and fixed context menus for the Transfer Deadletter grid view.
- Contributor: @ErikMogensen.
- Pull Request #768
-
Error Handling:
- Display error messages for incorrect config files.
- Contributor: @ErikMogensen.
- Pull Request #770
-
Batch Processing:
- Fixed the "Submit batch" issue for messages of type string.
- Contributor: @ErikMogensen.
- Pull Request #776
-
GitHub Actions:
- Updated to supported versions of GitHub Actions.
- Contributor: @ErikMogensen.
- Pull Request #778
-
Configuration:
- Defaulted to use the config file in the user profile.
- Contributor: @ErikMogensen.
- Pull Request #783
Documentation:
- Installation Instructions:
- Added instructions to install ServiceBus Explorer using Scoop in the README.
- Contributor: @0xced.
- Pull Request #748
Dependency Updates:
-
NuGet Packages:
- Updated various NuGet packages including WindowsAzure.ServiceBus.
- Contributor: @ErikMogensen.
- Pull Request #751
-
Azure.Identity:
- Bumped Azure.Identity from version 1.11.3 to 1.11.4 in
src/EventGridExplorerLibrary
. - Contributor: @dependabot.
- Pull Request #781
- Bumped Azure.Identity from version 1.11.3 to 1.11.4 in
New Contributors
- @t-wangamy, @hillaryc and @harrieoriowo made their first contribution in #737
Full Changelog: 5.0.18...6.0.0
5.0.18
What's Changed
- Removed Video section from readme.md by @ErikMogensen in #730
- Fix bug Wrong test made when saving two files configuration by @robionekenobi in #732
- Fix build warning for null value by @ErikMogensen in #733
- docs: fix formatting by @MichaelCurrin in #735
- docs: replace bullets with table in README by @MichaelCurrin in #736
- Abstracting EventHubs EventData by @SeanFeldman in #740
New Contributors
- @robionekenobi made their first contribution in #732
- @MichaelCurrin made their first contribution in #735
Full Changelog: 5.0.17...5.0.18
5.0.17
What's Changed
- Add source configuration to choco push command by @ErikMogensen in #729
- Removed the class TestControlBase and added the class TestControlHelper by @ErikMogensen in #728
Full Changelog: 5.0.16...5.0.17
5.0.16
What's Changed
- adds row number display for queue and subscription messages by @ksumrall in #717
- Added software requirements to readme by @ErikMogensen in #724
- Re-submit a single message with binary content created with Azure.Messaging.ServiceBus nuget package by @KinNeko-De in #722
- Extended 'Accidental Deletion Prevention' Verification by @BruAlcaraz in #721
New Contributors
- @ksumrall made their first contribution in #717
- @KinNeko-De made their first contribution in #722
- @BruAlcaraz made their first contribution in #721
Full Changelog: 5.0.15...5.0.16
5.0.15
What's Changed
- master -> main by @ErikMogensen in #690
- Fix the ability to connect using an EntityPath connection string by @ErikMogensen in #693
- Support preview releases by @ErikMogensen in #698
- Modify BulkPurge to handle Topic with no Subscriptions by @avalanchis in #703
Full Changelog: 5.0.14...5.0.15
5.0.15-preview
What's Changed
- master -> main by @ErikMogensen in #690
- Fix the ability to connect using an EntityPath connection string by @ErikMogensen in #693
- Support preview releases by @ErikMogensen in #698
Full Changelog: 5.0.14...5.0.15-preview