Skip to content

Releases: geldata/gel-go

v1.0.1

27 Feb 21:38
f1f72dd
Compare
Choose a tag to compare

What's Changed

This is a documentation only change.

Full Changelog: v1.0.0...v1.0.1

v1.0.0

26 Feb 16:04
cce3f19
Compare
Choose a tag to compare

What's Changed

This release is a breaking change. Most of the breakage is caused by renaming and reorganizing packages. The reorganization brings a much needed improvement to the pkg.go.dev documentations. The root package is renamed from edgedb to gel and moves parts of the API to gelcfg, gelerr, and geltypes packages.

New Contributors

Full Changelog: v0.17.2...v1.0.0

v0.17.2

09 Jul 16:57
Compare
Choose a tag to compare

Changelog

Full Changelog

Closed Issues

  • Add mechanism for generating public query functions and types #287

Merged Pull Requests

  • Add pubtypes option to edgeql-go #318 (fmoor)
  • Add pubfuncs option to edgeql-go #317 (fmoor)

v0.17.1

19 Apr 19:31
dabd2d1
Compare
Choose a tag to compare

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

22 Mar 18:05
ea12481
Compare
Choose a tag to compare

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

12 Mar 16:39
0be826d
Compare
Choose a tag to compare

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

01 Mar 20:41
Compare
Choose a tag to compare

Changelog

Full Changelog

Merged Pull Requests

v0.15.0

09 Feb 19:38
1ba36ee
Compare
Choose a tag to compare

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

03 Nov 00:52
2a31436
Compare
Choose a tag to compare

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

22 Sep 17:55
9d0e3ed
Compare
Choose a tag to compare

Changelog

Full Changelog

Merged Pull Requests

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