Releases: RelationalAI/rai-sdk-julia
Releases · RelationalAI/rai-sdk-julia
v0.1.8
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.6
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.4
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)