Skip to content

Releases: palantir/foundry-platform-python

0.115.0

02 Apr 19:23
0.115.0
43dfd13
Compare
Choose a tag to compare

🐛 Fixes

  • Fix bug where forward resolution incorrectly created null types. (#183)

0.114.0

02 Apr 15:04
0.114.0
4be2196
Compare
Choose a tag to compare

💡 Improvements

  • Swap datetime types with AwareDatetime types from pydantic to ensure timezones are used when constructing a datetime instance. (#181)

  • Promote the latest FoundryClient from the top level package so that users can import everything they need to get started from the foundry package.

    from foundry import UserTokenAuth, FoundryClient
    
    client = FoundryClient(hostname="...", auth=UserTokenAuth(...))
    ``` ([#182](https://github.com/palantir/foundry-platform-python/pull/182))

0.113.0

01 Apr 17:42
0.113.0
c7685c0
Compare
Choose a tag to compare

💡 Improvements

  • Config Refactor (#177)

0.112.0

26 Mar 15:32
0.112.0
3341f4b
Compare
Choose a tag to compare

No documented user-facing changes

0.111.0

25 Mar 16:59
0.111.0
39d02d7
Compare
Choose a tag to compare

💡 Improvements

  • Merge Error Classes (#174)

0.110.0

24 Mar 15:00
0.110.0
25a3862
Compare
Choose a tag to compare

No documented user-facing changes

0.109.0

20 Mar 16:07
0.109.0
fe1011c
Compare
Choose a tag to compare

🐛 Fixes

  • Revert "Remove forceIncludeComponents" (#166)

0.108.0

17 Mar 19:21
0.108.0
f3968a8
Compare
Choose a tag to compare

No documented user-facing changes

0.107.0

17 Mar 14:53
0.107.0
c15a807
Compare
Choose a tag to compare

No documented user-facing changes

0.106.0

15 Mar 19:26
0.106.0
3a88bf6
Compare
Choose a tag to compare

🐛 Fixes

  • Fix Forward Ref Resolution (#164)