Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release ctrl-q 5.0.0 #549

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mountaindude
Copy link
Contributor

🤖 I have created a release beep boop

5.0.0 (2024-11-19)

⚠ BREAKING CHANGES

  • QSEoW: Add new command prefix for all client-managed related commands

Features

  • Add JWT auth option for all Ctrl-Q commands (e1e9f3d), closes #155
  • app-export: Add --app-published flag for exporting all published apps (fbff348), closes #468
  • help: Add app version as part of help message (443bf3f)
  • qscloud: Add connection test command (61dd4d8)
  • qseow: Add command for creating custom properties acting as user activity buckets (f8cc30a), closes #154
  • QSEoW: Add new command prefix for all client-managed related commands (06ab7ca), closes #519
  • qseow: Add new, default user activity bucket to qseow user-activity-bucket-cp-create command (efaa81c), closes #546
  • qseow: Show app counter when exporting apps to QVF files (ff90297)
  • script-get: Add option for (not) loading data when app is opened (dc0640b), closes #459
  • script-get: Make it possible to get only the app script, w/o any log info (cfdb900), closes #460
  • sessions: Add session-get and session-delete commands (52947a7)
  • task-get: Simplify --table-details option (2cbd470), closes #345
  • task-import: Support external program tasks when importing tasks (8060a1b)
  • task-vis: Visualise tasks in network view (8c01cd3), closes #366
  • version: New version command (aa02c0e)

Bug Fixes

  • app-upload: More consistent logging during up/download of Sense apps (32f6d70)
  • certificates: Handle --secure flag correctly, rejecting/allowing unauthorised certificates based on this flag. (4634693), closes #416
  • get-task: Fix cyclic dependency issue in task trees (8af8e94), closes #291
  • Improve help texts for and sort available sub-commands in help texts. (ec9f1ad), closes #431
  • Incorrect description of --port option (a6bee97)
  • Make error logging consistent across all of Ctrl-Q (9b65770)
  • qseow: Delete master dimension works again (610b969), closes #537
  • qseow: Deleting proxy sessions works again, caused by regression in 4.0.0 (2bb820e), closes #539
  • qseow: Don't throw unwarranted errors when importing master dimensions (c61409e), closes #542
  • qseow: Exporting apps to QVF files works again (8b45d85), closes #541
  • qseow: Getting proxy sessions works again, caused by regression in 4.0.0 (c756c8f), closes #538
  • qseow: Implement missing --dry-run feature for qseow user-activity-bucket-cp-create command (473dde3), closes #543
  • qseow: Visualisation tasks in network diagram works again (338152d), closes #540
  • set-task-cp: Respect --overwrite option when setting CPs for reload tasks (95eabab), closes #356
  • task-get: Add better debug logging when showing task trees (c66ab77)
  • task-get: More consistent logging when exporting task definitions to disk file (8a4d9bb)
  • task-vis: Add --secure command line option to task-vis command (766725c)
  • task-vis: Add favicons for task network view (5cfb204)
  • task-vis: Add more robust error handling (dd7feac)
  • unit-test: Tests for setting task custom properties now work as intended (779ee4e)
  • variable-delete: Make it possible to delete variables from several apps in one go (6897603)
  • variable-get: Now possible to get variables from more than one app in a single Ctrl-Q execution (6615afa), closes #430
  • Version command works again (af26171), closes #536

Miscellaneous

  • Add unit tests (50bbae1)
  • Add unit tests for app-export command (014096e)
  • Add unit tests for app-import command (9b79bf1)
  • Add unit tests for bookmark-get command (4085282)
  • Add unit tests for script-get command (855b714)
  • Add unit tests for task-custom-property-set command (cacdbf4)
  • Add unit tests for task-get command (42fd155)
  • Add unit tests for task-import command (be0ca72)
  • ci: Update build process for Windows, macOS, and Linux to target Node.js 23 and improve executable handling (ab191b6)
  • ci: Update CI workflow to target Node.js 23 and enhance binary signing and notarization process (ce020ed), closes #523
  • Clean up source code formatting (6baccc0)
  • deps: update @qlik/api and eslint to latest versions (38ae154)
  • deps: Update app dependencies (d66d7e6)
  • deps: Update build pipeline dependencies (d66d7e6)
  • deps: Update dependencies (b74df00)
  • deps: Update dependencies (591196b)
  • deps: Update dependencies (bc90ea9)
  • deps: Update dependencies (731fb56)
  • deps: Update dependencies (f3e9be4)
  • deps: Update dependencies (5351e29)
  • deps: update dependencies to latest versions (84ffc18)
  • deps: Upgrade app upload retry logic (98b3a0d)
  • deps: Upgrade dependencies (99362ba)
  • deps: Upgrade dependencies (e34bf27)
  • Fix incorrect zip file names for release binaries (86ba819), closes #461
  • main: release 3.14.0 (b949e98)
  • main: release 3.15.0 (dc19fc8)
  • main: release ctrl-q 3.15.1 (d3c6b08)
  • main: release ctrl-q 3.15.1 (a772047)
  • main: release ctrl-q 3.15.1 (73174bb)
  • main: release ctrl-q 3.15.2 (423c2d4)
  • main: release ctrl-q 3.15.2 (6dc9810)
  • main: release ctrl-q 3.15.2 (6f64c8b)
  • main: release ctrl-q 3.15.2 (ccc038b)
  • main: release ctrl-q 3.15.2 (f12d7c5)
  • main: release ctrl-q 3.16.0 (306e8d2)
  • main: release ctrl-q 3.16.0 (5cdab52)
  • main: release ctrl-q 3.16.0 (fcb01ea)
  • main: release ctrl-q 3.17.0 (b20bd18)
  • main: release ctrl-q 3.18.0 (2d2df23)
  • main: release ctrl-q 3.18.1 (7b1d7a8)
  • main: release ctrl-q 4.0.0 (95847ce)
  • main: release ctrl-q 4.0.0 (77a514f)
  • main: release ctrl-q 4.1.0 (c1554f1)
  • release-please debugging (34eba8f)
  • Revert to normal version numbering (c4ccff5)
  • test: Add unit test for user activity custom property (3131917)
  • Update build pipeline dependencies (17726cf)
  • Upgrade release-please to latest version (3ed45f2)
  • win: Switch to new signing solution for Windows binaries (d66d7e6)

Refactoring

  • Migrate from CJS to ESM (23deb10), closes #400
  • More consistent handling of QRS calls (c050445)
  • variable-get: Add a bit more verbose logging about Sense and engine versions (3bbcf91)

Documentation

  • Add more task import examples (0ca7363)

This PR was generated with Release Please. See documentation.

Copy link

sonarcloud bot commented Nov 19, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment