Skip to content

Releases: QlikProfessionalServices/QlikSenseCLI

v38.25.23108

18 May 04:23
3494f01
Compare
Choose a tag to compare

updated for Qlik Sense May 23

v38.22.22356

22 Dec 03:11
3494f01
Compare
Choose a tag to compare

38.22.22356 2022-12-22

  • Version Number updated
    • Build number to reflect Year and Day of year of build.
  • Optimised the Build Process to
    • resolve a number of bugs with internal Paths and Response object types not being set correctly.
  • Updated the New-QS<object> builder to
    • only create functions for Objects that are used in Put & Post Commands rather than unnecessarily generating for all.

v38.22.0.1

14 Dec 13:57
3494f01
Compare
Choose a tag to compare

38.22.0.0 Revision 1

  • Updated to fix a bug in the QSTask Apis.
  • A non-breaking change implemented to adjust the Parameter set names for a number of functions.
  • Fixed a edge case issue where the Connect-QlikSense function would fail on the first use, but work on the second attempt.
  • Changes in the build Process introduced some reserved words so Event & Lock models have been renamed to QRSEvent & QRSLock this only effects the dotnet types

v38.22.0.0

10 Nov 13:39
3494f01
Compare
Choose a tag to compare

38.22.0 2022-11-11

Generated: Qlik Sense November 2022

Function Add-QSTask has a new parameter set Copy

 Add-QSTask [[-Raw]] [[-TimeOut] <int>] [[-QlikClient] <QlikClient>] -Copy -Id <guid> [[-Name] <string>] [-Includecustomproperties] [-Includetags] [<CommonParameters>]

Functions added for new experimental API custombannermessage

New-QSCustomBannerMessage [-MessageType {Standard | Info | Warning | Error}] [-Id <guid>] [-CreatedDate <datetime>] [-ModifiedDate <datetime>] [-ModifiedByUserName <string>] [-SchemaPath <string>] [-Privileges <string[]>] [-Name <string>] [-Message <string>] [-IsActive <bool>] [-Duration <int>] [-Tags <List[TagCondensed]>] [<CommonParameters>]

Add-QSCustombannermessage [[-Raw]] [[-TimeOut] <int>] [[-QlikClient] <QlikClient>] -CustomBannerMessageObj <CustomBannerMessage> [-Privileges] [<CommonParameters>]

Get-QSCustombannermessage [[-Raw]] [[-TimeOut] <int>] [[-QlikClient] <QlikClient>] [-Id <guid>] [-Filter <string>] [-Orderby <string>] [-Privileges] [-Count] [-Full] [<CommonParameters>]

Remove-QSCustombannermessage [[-Raw]] [[-TimeOut] <int>] [[-QlikClient] <QlikClient>] -Id <guid> [<CommonParameters>]

Update-QSCustombannermessage [[-Raw]] [[-TimeOut] <int>] [[-QlikClient] <QlikClient>] -Id <guid> -CustomBannerMessageObj <CustomBannerMessage> [-Privileges] [<CommonParameters>]

v38.17.0.1

27 Oct 11:28
3494f01
Compare
Choose a tag to compare

38.17.0 2022-10-26

Generated: Qlik Sense August 2022

Fixes Added for some old bugs.

The Invoke-QS Functions now all honour the timeout flag.

Functions using the -Table flag are better defined to prevent issues with parameterset overlap

Add-QSApp -Import & -ImportReplace incorrectly wanted a [FileItem] when they needed a [String] for the File name.

QlikSenseCLI

09 Sep 03:31
31a551a
Compare
Choose a tag to compare

38.17.0 2022-09-08

Generated against OpenAPI Schema from Qlik Sense August 2022

PowerShell Gallery Link

QlikSenseCLI - 38.17.0

Changes:

What-is-new-developer-Aug2022