Skip to content

Tags: geldata/gel-go

Tags

v1.4.3

Toggle v1.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
edgeql-go: only fetch protocol version once (#396)

This is a minor optimization.

v1.4.2

Toggle v1.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow TLSOptions.ServerName use with TLSOptions.SecurityMode (#393)

v1.4.1

Toggle v1.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump shared client testcases (#392)

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Accept null branch & database in credentials files (#385)

The gel CLI recently started writing credentials files that use `null`
to indicate that the default branch name should be used instead of
specifying a value explicitly. This caused the following error in
gel-go.

```
`database` must be a string
```

Closes #382

v1.3.0

Toggle v1.3.0's commit message
go mod tidy

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Move documentation examples into Example functions (#363)

This makes it so the examples are compiled and run with the test suite.

fixes #362

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Configure warning handler for edgeql-go (#367)

fixes #364

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Rename edgedb.com urls to geldata.com (#356)

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add examples for Client.With*() methods (#353)

fixes #288

Co-authored-by: Scott Trinh <[email protected]>

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Client.WithQueryTag() (#344)

fixes #325