Releases: solarwinds/OrionSDK
v3.2.0.50049
Change SWIS endpoints
- #333 - by @petr-jancik-swi
- #336 - by @petr-jancik-swi
Remove Support of obsolete connection types
- #324 - by @danjagnow
Removing obsolete protocols
- #324 - by @danjagnow
Samples for managing NTA Sources
- #327 - by @jan-turon
Fix C# samples for active alerts
- #326 - by @danjagnow
v3.1.343
This release addresses the following issue:
If you are using Orion 2020.2.6 HF2 or later, you will need this fix to avoid a System.FormatException
that occurs when parsing the SWIS schema documentation associated with that release. See [ERROR] SWQL Studio (3.0.0.336) connecting to Orion Platform 2020.2.6 HF2 for additional details.
v3.0.336
v3.0.0.309-beta
This release includes several changes to enable the SwisPowerShell commandlet to work with PowerShell 7, previously known as PowerShell Core. The goal is to enable cross-platform usage of this PowerShell commandlet. See the supported platforms for PowerShell 7.
To enable this change, several assemblies were retargeted from net48 to netstandard2.0. This required changes to system dependencies that are reflected in the MSI installer. The most significant changes (courtesy of @tdanner) were related to the Windows Communication Foundation (WCF) protocol that SWIS uses. It has limited support in .NET Core.
This release also includes a fix for high-DPI support by @pstranak-sw.
v3.0.0.296-beta
- Fix a problem with copying text from the query window - by @tdanner
v3.0
This release includes several enhancements and bug fixes. Note that this release now requires .NET Framework 4.8
- Added support for reading documentation from metadata - by @jirkapok
- Added support for filtering, based on obsolescence - by @gglogowski
- Added support for pause button for activity monitor - by @etichy
- Fixed parameter copy-paste - by @jirkapok
- Fixed annoying save dialog to display just once - @jirkapok
- Enabled high DPI support - @tdanner
- SQL's DateTime now shows full precision - @martin-lacina-swi
- Fixed intellisense, added Ctrl+Space shortcut to show intellisense - @jirkapok
- Migrated to .NET48 - @danjagnow
- Copy text from query window formatted - @nothrow
v2.6.0.285-beta
- Fixed annoying save dialog to display just once - @jirkapok
- Enabled high DPI support - @tdanner
- SQL's DateTime now shows full precision - @martin-lacina-swi
- Fixed intellisense, added Ctrl+Space shortcut to show intellisense - @jirkapok
- Migrated to .NET48 - @danjagnow
- Copy text from query window formatted - @nothrow
v2.6.0.238-beta
v2.6.0.227-beta
- Added support for reading documentation from metadata - by @jirkapok
- Added support for filtering, based on obsolescence - by @gglogowski
v2.5.0.214
This release contains new features and upgrades from @tdanner, @nothrow, and others:
- Added a Find/Replace dialog to SWQL Studio
- Install SwisPowerShell module from OrionSDK.msi (fixes #155)
- New UI for CRUD tab
- SWQL Studio updated to .NET Framework 4.5
And bugfixes:
- Fixed issue in SWQL studio with disappearing subscriptions
- Fixed a CRUD UI bug
- Fixed a few other minor bugs