Skip to content

Releases: geldata/gel-go

v0.14.2

21 Sep 20:38
99c07ac

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

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)

v0.13.6

14 Mar 23:40
dbaf06c

Choose a tag to compare

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)

v0.13.5

09 Feb 19:44
1a0e0c9

Choose a tag to compare

Changelog

Full Diff

Fixed bugs:

  • Idle connections are never replaced after timeout #259

Closed Issues

  • Fix rounding when encoding timestamps #257

Merged Pull Requests

  • Correct connection pooling accounting #260 (fmoor)
  • Round time.Time to the nearest even microsecond #258 (fmoor)

v0.13.4

06 Jan 19:07

Choose a tag to compare

Full Diff

Closed Issues

  • The json format byte is sometimes included in json data #253
  • Types generated for EdgeDB tuples are invalid #252

Merged Pull Requests

  • Add cloud-credentials/secret_key parsing #256 (fmoor)
  • fix generated tuple types #255 (fmoor)

v0.13.3

20 Dec 21:20

Choose a tag to compare

Changelog

Full Diff

Closed Issues

  • The json format byte is sometimes included in json data #253

Merged Pull Requests

  • Remove json format byte from returned optional json data #254 (fmoor)

v0.13.2

14 Dec 17:03

Choose a tag to compare

Changelog

Full Diff

Closed Issues

  • 'allow_user_specified_id' config doesn't work #249
  • edgedb.Duration and time.Duration operate on different scales #248
  • Name generated query return type #244
  • Document slices as arguments #229
  • Query pass slice #228
  • Document go time nanosecond precision on linux x86_64 #209

Merged Pull Requests

  • Note in docs that edgedb.Duration is not time.Duration #251 (fmoor)
  • Correct protocol state passing in transactions #250 (fmoor)
  • Bump github action versions #247 (fmoor)
  • Add named result types to generated code #246 (fmoor)
  • Add feature request template #242 (i0bs)
  • Add issue template #241 (raddevon)

v0.13.1

03 Nov 21:56

Choose a tag to compare

Changelog

Full Diff

Changes

v0.13.0

24 Oct 22:13
49aa101

Choose a tag to compare

Changelog

Full Diff

Merged Pull Requests

  • Add edgeql to go code generator #236 (fmoor)

v0.12.0

22 Jul 21:23

Choose a tag to compare

Changelog

Full Diff

Closed Issues

Merged Pull Requests

API Changes

DateDuration: added
NewDateDuration: added
NewOptionalDateDuration: added
NewOptionalRangeDateTime: added
NewOptionalRangeFloat32: added
NewOptionalRangeFloat64: added
NewOptionalRangeInt32: added
NewOptionalRangeInt64: added
NewOptionalRangeLocalDate: added
NewOptionalRangeLocalDateTime: added
NewRangeDateTime: added
NewRangeFloat32: added
NewRangeFloat64: added
NewRangeInt32: added
NewRangeInt64: added
NewRangeLocalDate: added
NewRangeLocalDateTime: added
OptionalDateDuration: added
OptionalRangeDateTime: added
OptionalRangeFloat32: added
OptionalRangeFloat64: added
OptionalRangeInt32: added
OptionalRangeInt64: added
OptionalRangeLocalDate: added
OptionalRangeLocalDateTime: added
RangeDateTime: added
RangeFloat32: added
RangeFloat64: added
RangeInt32: added
RangeInt64: added
RangeLocalDate: added
RangeLocalDateTime: added