You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update CHANGELOG
* Bump version
* Add EnumX and ProtocolBuffers packages
* ProtoBuf codegen
* Add methods to handle and show new ProtoBuf metadata
* Ensure Accept: application/x-protobuf header for requests
* Deserialize metadata using ProtoBuf decoder
* Add tests
* Add v2_async_response to test
* Move encode workaround out of generated file
* Add comment about strings and symbol constant types
* Fix typo
* JuliaFormatter
* Migrate to ProtoBuf.jl 1.0
* Fix merge conflict: support show for empty tuples.
* Fix merge conflict
* Regenerate protos from new schema
* Remove SYMBOL reference
* Change show representation of RelationId
* Adapt tests
Co-authored-by: Nathan Daly <[email protected]>
Co-authored-by: Tomáš Drvoštěp <[email protected]>
- If you cancel the polling via `ctrl-C`, the error log will print the transaction ID, so you can still
17
31
recover the transaction or cancel it.
18
32
* Consistent return format (`Dict`) from `exec_async()` and `exec()`, regardless of whether you get synchronous results ([#24](https://github.com/RelationalAI/rai-sdk-julia/pull/24)).
33
+
34
+
## main
35
+
36
+
* Add find_user to api.jl
37
+
* Rename examples/get-userid.jl to examples/find-user.jl
38
+
* Fixed bug in support for custom extra `headers` in SDK. For example:
0 commit comments