From 61ef1cacee43f8aeb933b86bff11945ac701ca51 Mon Sep 17 00:00:00 2001 From: Tami Takamiya Date: Wed, 3 Apr 2024 17:32:35 -0400 Subject: [PATCH] Prepare for 24.4.0 release (#1195) * Prepare for 24.4.0 release * Update Change Log --- CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36d293b89..f55d0cc22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,30 @@ +## v24.4.0 + +### Minor Changes + +- AAP-22175: Make CloudFront check more robust (#1168) @manstis +- Playbook explanation and generation UI (#1133) @goneri @TamiTakamiya +- AAP-19001: No training matches found for the latest accepted suggestion. + (#1166) @manstis +- AAP-19228: Refactor error handling in wisdom service and vscode extension + (#1165) @manstis +- AAP-21329: Capture relevant model in feedback events (#1131) @romartin +- Add comment crediting Ansible Lightspeed to suggestion ghost text (#1117) + @robinbobbitt +- Add example to show feature support for playbook adjacent collection (#1123) + @priyamsahoo + +### Bugfixes + +- Remove extra whitespace after lightspeed suggestion (#1163) @robinbobbitt +- Do not send inlineSuggestionFeedback when completion API returns a non-200 + status (#1129) @TamiTakamiya +- Address 'User not authorized to access Ansible Lightspeed' when request is + blocked by CloudFront (#1122) @manstis + ## v2.13 ### Minor Changes diff --git a/package.json b/package.json index 009333647..363b08d8c 100644 --- a/package.json +++ b/package.json @@ -858,7 +858,7 @@ "coverage-all": "TEST_LIGHTSPEED_URL='http://127.0.0.1:3000' yarn _coverage-all", "als-compile": "yarn workspace @ansible/ansible-language-server compile" }, - "version": "2.13.0", + "version": "24.4.0", "packageManager": "yarn@4.1.1", "vsce": { "dependencies": false,