Skip to content

Releases: emdgroup/foundry-dev-tools

v1.3.4

29 Nov 15:32
Compare
Choose a tag to compare

Fixed

  • fdt build throws exception when user logs with format other than %s (e.g. %d) #41

v1.3.3

02 Nov 11:52
82958cc
Compare
Choose a tag to compare

Added

  • allow to set consent flag when enabling third party application. (#40)

v1.3.2

02 Nov 11:51
2d8ad07
Compare
Choose a tag to compare

Fixed

  • version in UA (#39)

v1.3.1

30 Oct 14:39
812f85d
Compare
Choose a tag to compare

Changed

  • allow passing of "None" into scope to not restrict the Oauth2 (#38)

v1.3

04 Oct 16:01
63fe916
Compare
Choose a tag to compare

Added

  • S3 cli helper and boto3 methods for the S3 compatible dataset API (#32)

Fixed

  • typos in docs (#30)
  • pandas test (#31)
  • windows specific test errors (#33)
  • use absolute python path in aws config (#35)

v1.2

04 Oct 15:13
Compare
Choose a tag to compare

Added

  • fdt info command (#28)

Fixed

  • foundry dataset view support (#27)

v1.1

12 Jun 09:25
Compare
Choose a tag to compare

Added

  • foundry-dev-tools build CLI (#22) (#23)

v1.0.12

01 Jun 14:02
2df4230
Compare
Choose a tag to compare

Added

  • SQLReturnType enum (#21)

Changed

  • move to arrow_v1 for sql queries (#21)

Removed

  • FoundrySQLClient (#21)

v1.0.11

26 May 14:36
Compare
Choose a tag to compare

Changed

  • better SQL exceptions (#20)

Fixed

  • pip installation documentation for zsh users (#19)

v1.0.10

16 May 10:49
92f425f
Compare
Choose a tag to compare

Changed

  • use ruff and black instead of pylint and ufmt (#15)
  • converted the subprocess calls with git to python only imitations (#15)

Fixed

  • environment variables didn't take precedence (#15)