Skip to content

Releases: palantir/foundry-platform-python

0.23.0

04 Oct 21:36
0.23.0
9d5c3e3
Compare
Choose a tag to compare

No documented user-facing changes

0.22.0

02 Oct 12:18
0.22.0
7f3da53
Compare
Choose a tag to compare

No documented user-facing changes

0.21.0

30 Sep 16:48
0.21.0
b3849f1
Compare
Choose a tag to compare

No documented user-facing changes

0.20.0

29 Sep 10:58
0.20.0
2f72943
Compare
Choose a tag to compare

No documented user-facing changes

0.19.0

25 Sep 12:24
0.19.0
5f7978d
Compare
Choose a tag to compare

No documented user-facing changes

0.18.0

24 Sep 14:05
0.18.0
0717f9b
Compare
Choose a tag to compare

No documented user-facing changes

0.17.0

19 Sep 15:40
0.17.0
4c00c70
Compare
Choose a tag to compare

💡 Improvements

  • Remove OpenAPI spec (#25)

0.16.0

18 Sep 22:30
0.16.0
8eec44d
Compare
Choose a tag to compare

🐛 Fixes

  • Remove yq from script (#23)

0.15.0

18 Sep 17:38
0.15.0
6a67343
Compare
Choose a tag to compare

💡 Improvements

    • Docs updates including updating examples and fixing imports
    • Adding size constraints around List types when applicable (#22)

0.14.0

18 Sep 14:03
0.14.0
8d3ec69
Compare
Choose a tag to compare

✨ 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)