Edgedb Go Versions Save

The official Go client library for EdgeDB

v0.17.1

4 weeks ago

Changelog

Full Changelog

Merged Pull Requests

  • Add support for Options.TLSConfig.ServerName #310 (fmoor)
  • Don't hide errors when multiple are encountered. #309 (fmoor)
  • Add support for the new branch connection option #308 (fmoor)
  • Add multi range support #290 (diksipav)

v0.17.0

1 month ago

Changelog

Full Changelog

Closed Issues

  • Add handling of branch option #303

Merged Pull Requests

  • Add handling of branch option #306 (fmoor)
  • Add convenience functions to transform between edgedb.Duration and time.Duration #304 (lsdch)

v0.16.0

2 months ago

Changelog

Full Changelog

Merged Pull Requests

  • Expose a common interface between Client and Tx #302 (lsdch)
  • Don't parse transaction control commands #299 (fmoor)

v0.15.1

2 months ago

Changelog

Full Changelog

Merged Pull Requests

v0.15.0

3 months ago

Changelog

Full Changelog

Closed Issues

  • missing NewRetryOptions() #237

Merged Pull Requests

  • Bump golang.org/x/crypto version #298 (fmoor)
  • Document when NoData error is not returned #295 (fmoor)
  • Add NewRetryOptions() function #205 (fmoor)

v0.14.4

6 months ago

Changelog

Full Changelog

Merged Pull Requests

  • Fix conversion from interface to descriptor V2. #293 (nsidnev)
  • Fix primary type detection if ancestors exist. #292 (nsidnev)

v0.14.3

7 months ago

Changelog

Full Changelog

Merged Pull Requests

  • Use edgedb.Optional in generated optional structs #283 (fmoor)

v0.14.2

7 months ago

Changelog

Full Changelog

Merged Pull Requests

  • Read project schema-dir from edgedb.toml #282 (fmoor)

v0.14.0

10 months ago

Changelog

Full Changelog

Closed Issues

  • UnexpectedMessageError: unexpected message type: 0x45 #261
  • edgeql-go generates private only code #245

Merged Pull Requests

  • Mention the code generator in the top level docs. #273 (fmoor)
  • Lowercase instance and org name when computing instance DNS #272 (elprans)
  • Add new 3.0 errors #270 (fmoor)
  • Update for rules of instance names #268 (fantix)
  • Improve no toml found because of fs boundary error #267 (fmoor)
  • Run CI every day #263 (fmoor)
  • Add -mixedcaps option to edgeql-go #262 (fmoor)

v0.13.6

1 year ago

Changelog

Unreleased

Full Changelog

Fixed bugs:

  • Idle connections are never replaced after timeout #259

Closed Issues

  • Upgrade shared client tests #264
  • UnexpectedMessageError: unexpected message type: 0x45 #261

Merged Pull Requests

  • Handle error message in idle connections #266 (fmoor)
  • Update shared-client-testcases to latest #265 (fmoor)