Skip to content

Releases: emdgroup/foundry-dev-tools

v2.1.19

14 Jul 13:21
6b2cdb0

Choose a tag to compare

[2.1.19] - 2025-07-14

Added

  • added api_remove_jobspecs and api_get_jobspec_for_dataset for Build2Client (#105)

v2.1.18

23 Jun 14:35

Choose a tag to compare

[2.1.18] - 2025-06-23

Added

  • add auth_header to TransformContext and support ctx in lighweight (#100)
  • support polars dataframe in CachedFoundryClient.save_dataset (#103)
  • added api_get_table_schema for TableClient (#104)

v2.1.17

19 May 19:09
cca0899

Choose a tag to compare

[2.1.17] - 2025-05-19

Added

  • Use same requests session in oauth2 token provider as well. (#99)

v2.1.16

19 May 19:08
c904cf1

Choose a tag to compare

[2.1.16] - 2025-05-16

Added

  • add multipass API to delete Users. (#96)
  • bring your own requests.Session() (#98)

Fixed

  • update deploy-pages version to v4

v2.1.15

16 May 19:41

Choose a tag to compare

[2.1.15] - 2024-12-18

Added

  • Manage Virtual Tables & associated S3 / Snowflake Source (#92)
  • Adding initial implementation of SchedulerClient (#93)
  • added search to multipass (#94)

v2.1.14

18 Dec 09:19

Choose a tag to compare

[2.1.14] - 2024-12-18

Fixed

  • establish direct read for full dataset queries in Dataset class (#91)

v2.1.13

18 Dec 09:07

Choose a tag to compare

Fixed

  • fix require consent param name, should be requireConsent instead of require_consent (#89)

v2.1.12

18 Dec 09:07

Choose a tag to compare

Fixed

  • fixed pagination in list_files (#88)

v2.1.11

11 Nov 12:51
6d2ab03

Choose a tag to compare

Fixed

  • save_dataframe incorrectly interacting with optional modules pandas or polars

v2.1.10

31 Oct 14:14

Choose a tag to compare

[2.1.10] - 2024-10-31

Changed

  • Typing for callable in transform decorators (#78)
  • Support polars in Dataset class (#81)

Added

  • Update project roles via compass-API (#80)
  • Add error message to SQL Exception (#82)