Skip to content

Releases: RelationalAI/rai-sdk-julia

v0.2.0

09 Sep 00:36
ba4572c
Compare
Choose a tag to compare

RAI v0.2.0

Diff since v0.1.8

Merged pull requests:

v0.1.8

30 Aug 19:46
ad63e2d
Compare
Choose a tag to compare

RAI v0.1.8

Diff since v0.1.7

Closed issues:

  • Printing Config object prints credentials (#63)

Merged pull requests:

  • Implement fixed-overhead polling; add wait_until_done() for Transactions (#62) (@NHDaly)
  • Hide client secrets in repl (#66) (@NRHelmi)
  • Remove timeout from get_access_token http request. (#72) (@NHDaly)

v0.1.7

16 Aug 22:51
bc276f5
Compare
Choose a tag to compare

RAI v0.1.7

Diff since v0.1.6

Merged pull requests:

  • Fix show_result for schema-only relation values (e.g. def output = true) (#65) (@NHDaly)
  • Pfl windows safe homedir (#67) (@torkins)

v0.1.6

11 Aug 20:50
b3d12b0
Compare
Choose a tag to compare

RAI v0.1.6

Diff since v0.1.5

Closed issues:

  • Update create_database to v2 (shouldn't require an Engine to create a database) (#57)

Merged pull requests:

  • Use Pkg to get accurate package version number. (#58) (@NHDaly)
  • v2 create_database (nonbreaking, with backwards compatible deprecation) (#61) (@NHDaly)

v0.1.5

03 Aug 15:53
6c9ddf5
Compare
Choose a tag to compare

RAI v0.1.5

Diff since v0.1.4

Merged pull requests:

  • Add support for optional audience field to Config (#56) (@NHDaly)

v0.1.4

19 Jul 20:18
19139dc
Compare
Choose a tag to compare

RAI v0.1.4

Diff since v0.1.3

Closed issues:

  • Retryable HTTP errors should be retried (to satisfaction?) before being thrown to callers (#45)
  • drop the line to disable retries in HTTP.jl (#47)

Merged pull requests:

  • Fix RAI functions to accept Vector of strings for headers (#50) (@NHDaly)
  • Remove redundant method after #50 (#52) (@NHDaly)
  • Set authenticate post request to retry (#53) (@quinnj)

v0.1.3

12 Jul 15:34
57150ae
Compare
Choose a tag to compare

RAI v0.1.3

Diff since v0.1.2

Merged pull requests:

v0.1.2

11 Jul 20:07
935d4f1
Compare
Choose a tag to compare

RAI v0.1.2

Diff since v0.1.1

Merged pull requests:

  • Fix a bug for the fastpath responses (#44) (@NHDaly)

v0.1.1

11 Jul 17:09
b857e20
Compare
Choose a tag to compare

RAI v0.1.1

Diff since v0.1.0

Merged pull requests:

  • Refactor exec() so txn is always defined for error reporting (#43) (@NHDaly)

v0.1.0

11 Jul 15:05
236f148
Compare
Choose a tag to compare

RAI v0.1.0

Diff since v0.0.4

Closed issues:

  • "show_result" MethodError (#38)

Merged pull requests: