Releases: paolosalvatori/ServiceBusExplorer
6.1.3
What's Changed
- Test to pass the GitHub token another way by @ErikMogensen in #842
- Fix: automatically select queue or topic again after the queue/topic … by @Wolf-Code in #844
- Fix entity creation from tree by @ErikMogensen in #845
- Fix selecting queues when they are filtered by @ErikMogensen in #846
New Contributors
- @Wolf-Code made their first contribution in #844
Full Changelog: 6.1.2...6.1.3
6.1.2
What's Changed
- Enable preview builds again by @ErikMogensen in #832
- Fix WinGet publishing by @ErikMogensen in #836
- Add number of queues/topis on the root node by @robionekenobi in #838
Full Changelog: 6.1.1...6.1.2
6.1.1
Since version 6.1.0 ServiceBusExplorer requires .NET Framework 4.7.2.
It is also possible to install it using WinGet. See the readme.md for instructions.
What's Changed
- Updated the other cache statement by @ErikMogensen in #831
- Raised NuGet versions by @ErikMogensen in #833
- Remove obsolete assembly mapping by @ErikMogensen in #834
Full Changelog: 6.0.3...6.1.1
6.1.0
What's Changed
Starting with this release ServiceBusExplorer requires .NET Framework 4.7.2.
It is also possible to install it using WinGet. See the readme.md for instructions.
- Replace Nunit with xUnit by @asos-gurpreetsingh in #801
- Show error message when a fatal error occurs by @ErikMogensen in #805
- Revert the High DPI changes by @ErikMogensen in #807
- Export/Import Properties of CorrelationFilter by @robionekenobi in #812
- Fixes an issue when connection string ending with ";" causes an exception by @dileepsam in #813
- Implement issue 802 by @NaorisKong in #815
- #686: Move Queue management functions to separate class by @supereddie in #816
- #686: Move Topic management functions to separate class by @supereddie in #818
- #686: Move Subscription management functions to separate class by @supereddie in #819
- #686: Move Rule management functions to separate class by @supereddie in #820
- #686: Move Relay management functions to separate class by @supereddie in #822
- #686: Move NotificationHub management functions to separate class by @supereddie in #823
- #686: Move EventHub management functions to separate class by @supereddie in #824
- Set warning as error on all projects by @ErikMogensen in #825
- #686: Move ConsumerGroup management functions to separate class by @supereddie in #826
- #686: Move Partition retrieval functions to separate class by @supereddie in #827
- #686: Remove unused code and make some methods private by @supereddie in #828
- docs: adding possibility to install from winget by @felipementel in #829
- Update actions/cache to v4 by @ErikMogensen in #830
New Contributors
- @jmoralesv made their first contribution in #797
- @asos-gurpreetsingh made their first contribution in #801
- @dileepsam made their first contribution in #813
- @NaorisKong made their first contribution in #815
- @supereddie made their first contribution in #816
- @felipementel made their first contribution in #829
Full Changelog: 6.0.3...6.1.0
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