Skip to content

Releases: palantir/foundry-platform-python

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)

0.13.0

17 Sep 22:25
0.13.0
61ebd97
Compare
Choose a tag to compare

✨ Features

  • Update APIs (#18)

0.12.0

03 Sep 12:17
0.12.0
b2122e4
Compare
Choose a tag to compare

💡 Improvements

  • Add generation scripts (#14)

0.11.0

23 Aug 16:21
0.11.0
6ba8c91
Compare
Choose a tag to compare

✨ Features

  • Initialize orchestration namespace (#13)

💡 Improvements

  • Major version the FoundryClient (#15)

0.10.0

09 Aug 14:33
23f0da6
Compare
Choose a tag to compare
Type Description Link
Improvement List parameters are now optional #11

0.9.0

07 Aug 16:47
83703c8
Compare
Choose a tag to compare
Type Description Link
Improvement No longer using custom DateTime & Date Pydantic types #12

0.8.0

01 Aug 17:55
e19aa8f
Compare
Choose a tag to compare
Type Description Link
Fix DateTime parsing fix #10

0.7.0

29 Jul 13:49
259e722
Compare
Choose a tag to compare
Type Description Link
Improvement Security Namespace Rename #9

0.6.0

03 Jun 19:18
dcee90a
Compare
Choose a tag to compare
Type Description Link
Feature Foundry CLI Prototype #8