Skip to content

Commit

Permalink
Prepare for 24.4.0 release (#1195)
Browse files Browse the repository at this point in the history
* Prepare for 24.4.0 release

* Update Change Log
  • Loading branch information
TamiTakamiya authored Apr 3, 2024
1 parent c38979a commit 61ef1ca
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@

<!-- KEEP-THIS-COMMENT -->

## 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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 61ef1ca

Please sign in to comment.