Skip to content

Releases: RelationalAI/rai-sdk-julia

v0.0.4

24 Jun 14:06
842494c

Choose a tag to compare

RAI v0.0.4

Diff since v0.0.3

Merged pull requests:

  • Adding extra headers support (#32) (@NRHelmi)
  • Fix headers= kwarg so that user-supplied headers are respected (#34) (@NHDaly)
  • Transaction result conversion (#36) (@bachdavi)

v0.0.3

04 Jun 03:20
92b9322

Choose a tag to compare

RAI v0.0.3

Diff since v0.0.2

Closed issues:

  • Julia SDK should be automatically refreshing the jwt tokens if they're expired (#30)

Merged pull requests:

  • new access token for each request (#31) (@NRHelmi)
  • Anticipate access token expiration (#33) (@NRHelmi)
  • Recent Engines now return a "metadata_info" part at the end that we need to deal with. (#35) (@NHDaly)

v0.0.2

29 Apr 17:28
6e67f8e

Choose a tag to compare

RAI v0.0.2

Diff since v0.0.1

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

04 Apr 08:37

Choose a tag to compare

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)