Skip to content

Commit

Permalink
Prepare for 2.8 release (#997)
Browse files Browse the repository at this point in the history
Co-authored-by: Ansible-lightspeed-Bot <[email protected]>
  • Loading branch information
ganeshrn and Ansible-lightspeed-Bot authored Oct 20, 2023
1 parent 2e66713 commit 4326c93
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,37 @@

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

## v2.8

### Major Changes

- Add support to display content matches for multiple tasks (#988) @ganeshrn
- Add support for lightspeed multi-task pattern match and model Id updates
(#979) @ganeshrn
- Add additional context for lightspeed suggestions (#973) @ganeshrn
- Add support specifying model Id for Lightspeed subscribed users (#971)
@ganeshrn

### Minor Changes

- Add support to display content matches for multiple tasks (#988) @ganeshrn
- Add a checkbox while sharing Lightspeed sentiment/issue feedback (#980)
@ganeshrn

### Bugfixes

- Fix to ignore empty model ID (#995) @ganeshrn
- Fix reading copilot settings within the extension and other updates (#994)
@ganeshrn
- Update data_source to data_source_description in content matches (#993)
@ganeshrn
- Fix for multi-task and single-task lightspeed suggestions (#992) @ganeshrn
- Update suggestions field in contentmatch API request (#990) @ganeshrn
- Fix multitask trigger invocation and code match support for multi-task (#983)
@ganeshrn
- Add check to not sent feedback events for subscribed lightspeed users… (#981)
@ganeshrn

## v2.7

- Fix broken Ansible Lint docs link (#959) @ElijahLynn
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@
"test-e2e": "yarn run test-compile && node ./out/client/test/testRunner",
"test-e2e-withserver": "yarn run test-compile-withserver && node ./out/client/test/testRunner"
},
"version": "2.7.0",
"version": "2.8.0",
"packageManager": "[email protected]",
"vsce": {
"dependencies": false,
Expand Down

0 comments on commit 4326c93

Please sign in to comment.