Skip to content

Releases: solarwinds/OrionSDK

v3.2.0.50049

24 Jul 12:42
65a07dd
Compare
Choose a tag to compare

Change SWIS endpoints

Remove Support of obsolete connection types

Removing obsolete protocols

Samples for managing NTA Sources

Fix C# samples for active alerts

v3.1.343

22 Oct 16:21
0448cae
Compare
Choose a tag to compare

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

23 Sep 17:14
699df44
Compare
Choose a tag to compare

This release includes two bug fixes since the v3.0.0.309-beta release and some minor code cleanup changes:

  • Find and Replace dialog fixes #274
  • Fixing autocomplete #278

v3.0.0.309-beta

09 Mar 15:07
532eba6
Compare
Choose a tag to compare
v3.0.0.309-beta Pre-release
Pre-release

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

19 Jan 21:58
c67db56
Compare
Choose a tag to compare
v3.0.0.296-beta Pre-release
Pre-release
  • Fix a problem with copying text from the query window - by @tdanner

v3.0

21 Dec 20:17
df6b9b7
Compare
Choose a tag to compare

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

03 Dec 14:43
4f035b1
Compare
Choose a tag to compare
v2.6.0.285-beta Pre-release
Pre-release
  • 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

27 Nov 12:31
v2.6.0.238-beta
31596c8
Compare
Choose a tag to compare
v2.6.0.238-beta Pre-release
Pre-release
  • Added support for pause button for activity monitor - by @etichy
  • Fixed parameter copy-paste - by @jirkapok

v2.6.0.227-beta

30 Jul 09:44
v2.6.0.227-beta
ad55258
Compare
Choose a tag to compare
v2.6.0.227-beta Pre-release
Pre-release
  • Added support for reading documentation from metadata - by @jirkapok
  • Added support for filtering, based on obsolescence - by @gglogowski

v2.5.0.214

04 Apr 15:35
3cd0caa
Compare
Choose a tag to compare

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