Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ hide:
### ✨ New Functionality

* Add new `fab find` command for searching the OneLake catalog across workspaces by [nschachter](https://github.com/nschachter)
* Promote VariableLibrary from portal-only to full API support, enabling `create`, `get`, `set`, `rm`, `ls`, `export`, `import`, `cp`, and `mv` commands via the Variable Library REST APIs by [itsnotaboutthecell](https://github.com/itsnotaboutthecell)
* Promote VariableLibrary from portal-only to full API support, enabling create, get, set, rm, ls, export, import, cp, and mv commands via the Variable Library REST APIs by [itsnotaboutthecell](https://github.com/itsnotaboutthecell)
Comment thread
ohadedry marked this conversation as resolved.
* adds hard flag to rm command (permanent delete) by [v-alexmoraru](https://github.com/v-alexmoraru)
* supports lakehouse import & export by [v-alexmoraru](https://github.com/v-alexmoraru)

### 🔧 Bug Fix

* fix correct "caracters" typo in error message by [alonyeshurun](https://github.com/alonyeshurun)
* Fix "caracters" typo in error message by [alonyeshurun](https://github.com/alonyeshurun)
Comment thread
ohadedry marked this conversation as resolved.
* Remove hardcoded description when create/import items by [aviatco](https://github.com/aviatco)

### ⚡ Additional Optimizations
Expand Down
Loading