Releases: DaSenf1860/ms-fabric-sdk-core
Releases · DaSenf1860/ms-fabric-sdk-core
0.0.11
0.0.11
New Features
- added Eventhouse APIs (create, update, delete, get, list)
- added Environment APIs (create, update, delete, get, list)
- added Environment details APIs except upload_staging_library (implemented are get published settings, get staging settings, update staging settings)
- added KQL Database Create API
0.0.10
0.0.10
New Features
- added deployment pipeline APIs
- added APIs for spark custom pools and workspace settings
- added Create Data Pipeline API
- added Long Running Operations API
- added Lakehouse background jobs API for manual table maintenance
- added the Label APIs as part of the Admin APIs
- added get and update definition APIs for semantic models, notebooks, reports and spark job definitions
Revisions
- some Admin APIs have changed and are called list_...settings instead of get..._settings. The naming in the SDK is changed accordingly although we tried to keep the old naming still vialbe for backwards compatibility with a deprecation warning. The old naming will be removed in one of the next releases.
0.0.9
- adding a Synapse Spark authentication client, so that it is possible to use via a Fabric Notebook
0.0.7
Extended compability to Python >= 3.10 instead of 3.11
0.0.6
0.0.6
New Features
- adding item specific CRUD APIs
msfabricsdkcore 0.0.5
- getting or creating an item will retrieve automatically additional properties and item definitions. Note that when retrieving a list this is disabled by default, but can be enabled by setting
with_properties=True
(It is disabled because it takes significantly more time to retrieve all properties for all items)
msfabricsdkcore 0.0.4
0.0.4
New Features
- introduced general client
- added admin api client
- moved old client to core client
- added domains and all other admin apis
- more advanced usage patterns
msfabricpysdkcore 0.0.3
Release Notes 0.0.3
New Features
- added pagination
- added getting item by name and type
- added a workaround for the create item API bug which does not return the item for all types
- added Lakehouse APIs for listing tables and loading tables
- added capacity reference by name
- added usage patterns for bulk operations
msfabricpysdkcore 0.0.2
updated README.md