Skip to content

0.14.0

Choose a tag to compare

@autorelease3 autorelease3 released this 18 Sep 14:03
· 403 commits to develop since this release
0.14.0
8d3ec69

✨ Features

    • Move data models from foundry/<VERSION>/models to their respective namespace. For example, the V2 dataset models are located in foundry/v2/datasets/models.
    • The request body is now passed in as method parameters. For example, rather than creating a branch like this client.datasets.Dataset.Branch.create(dataset_rid, create_branch_request={"name": "develop"}) you would do this client.datasets.Dataset.Branch.create(dataset_rid, name="develop").
    • Renamed FoundryV1Client and FoundryV2Client back to FoundryClient
    • Removed unused models (#21)