Skip to content

Releases: DaSenf1860/ms-fabric-sdk-core

0.0.11

26 May 12:47
Compare
Choose a tag to compare

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

16 May 13:44
Compare
Choose a tag to compare

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

18 Apr 12:25
Compare
Choose a tag to compare
  • adding a Synapse Spark authentication client, so that it is possible to use via a Fabric Notebook

0.0.7

17 Apr 15:08
Compare
Choose a tag to compare

Extended compability to Python >= 3.10 instead of 3.11

0.0.6

17 Apr 13:19
Compare
Choose a tag to compare

0.0.6

New Features

  • adding item specific CRUD APIs

msfabricsdkcore 0.0.5

11 Apr 17:44
Compare
Choose a tag to compare
  • 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

11 Apr 10:36
Compare
Choose a tag to compare

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

10 Apr 07:52
Compare
Choose a tag to compare

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

03 Apr 10:09
Compare
Choose a tag to compare
updated README.md