Skip to content

Commit

Permalink
Merge pull request #264 from LizNorris/patch-1
Browse files Browse the repository at this point in the history
Update CHANGELOG.md for 1.4
  • Loading branch information
nfarrell-kx authored Mar 12, 2024
2 parents c3bceeb + 51b8ab8 commit e6d5b1d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

All notable changes to the kdb extension will be documented in this file.

# v1.4.0

### Enhancements

- Changed the workflow of adding new connections to improve the experience of new users

### Fixes

- Previously when running code without an active q connection nothing took place, now an error message is displayed
- KDB Results tab now supports display the result of a scan operation
- Using the query panel to re-run the query will now show the new results
- Corrected issues with linter warnings about undeclared variables, and declared variables not being used as parameters
- Connections must now have unique names
- Unprojected function assignments are now displayed in output
- The limitation of 64 characters for the server name has been increased to 2048
- "temporality" parameter of getData API in kdb Insights has been updated
- MacOS keyboard shortcut documentation has been updated
- Issues with the colorization of comments have been fixed


# v1.3.0

### Enhancements
Expand Down

0 comments on commit e6d5b1d

Please sign in to comment.