Skip to content

Releases: edgedb/edgedb-go

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)

v0.14.2

21 Sep 20:38
99c07ac
Compare
Choose a tag to compare

Changelog

Full Changelog

Merged Pull Requests

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

v0.14.0

23 Jun 19:28
48d00c5
Compare
Choose a tag to compare

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)