Releases: RelationalAI/rai-sdk-julia
Releases · RelationalAI/rai-sdk-julia
v0.0.4
v0.0.3
RAI v0.0.3
Closed issues:
- Julia SDK should be automatically refreshing the jwt tokens if they're expired (#30)
Merged pull requests:
v0.0.2
RAI v0.0.2
Merged pull requests:
- Always return the same type from exec_async: a Dict(). (#24) (@NHDaly)
- Add synchronous
exec()function that polls client side in the SDK to provide synchronous behavior. (#25) (@NHDaly) - Remove deprecated
persist=option from v1 protocol wire format (#26) (@NHDaly) - Revert "Remove deprecated
persist=option from v1 protocol wire format" (#28) (@NHDaly) - Fixup a bug in the sync polling exec function (#29) (@NHDaly)
v0.0.1
RAI v0.0.1
Closed issues:
- README: Pkg.add exmaple doesn't work (#13)
Merged pull requests:
- Add Base.propertynames() for all types that define getproperty() (#14) (@NHDaly)
- Add support for empty "true" relations, e.g.
:x, true(#15) (@NHDaly) - Set up CI in GitHub via
PkgTemplates.generate(). (#16) (@NHDaly) - Support v2 "async" transactions returning multipart Arrow responses (#17) (@NHDaly)
- CompatHelper: add new compat entry for ConfParser at version 0.1, (keep existing compat) (#18) (@github-actions[bot])
- CompatHelper: add new compat entry for Tables at version 1, (keep existing compat) (#19) (@github-actions[bot])
- CompatHelper: add new compat entry for JSON3 at version 1, (keep existing compat) (#20) (@github-actions[bot])
- CompatHelper: add new compat entry for ArgParse at version 1, (keep existing compat) (#21) (@github-actions[bot])
- CompatHelper: add new compat entry for HTTP at version 0.9, (keep existing compat) (#22) (@github-actions[bot])
- Add support for v1_inputs to v2-style exec :) (#23) (@NHDaly)