Skip to content

Releases: connectrpc/connect-go

v1.5.1

01 Feb 21:31
Compare
Choose a tag to compare

What's Changed

Thanks to @mattrobenolt, v1.5.1 exclusively contains performance improvements. There should be no other user-visible behavior changes.

Bugfixes

Full Changelog: v1.5.0...v1.5.1

v1.5.0

26 Jan 14:47
Compare
Choose a tag to compare

What's Changed

Enhancements

  • Add NewWireError for propagating partial stream failures by @akshayjshah in #437

Bugfixes

  • Match Content-Type charset case-insensitively by @ichizero in #440

New Contributors

Full Changelog: v1.4.1...v1.5.0

v1.4.1

20 Dec 15:32
Compare
Choose a tag to compare

What's Changed

Bugfixes

Full Changelog: v1.4.0...v1.4.1

v1.4.0

08 Dec 20:20
Compare
Choose a tag to compare

What's Changed

Enhancements

Migration Notes

As a consequence of #416, connect-go servers exposed to web browsers may need to amend their CORS configuration to add Connect-Protocol-Version to Access-Control-Allow-Headers. The pull request description explains the motivation for this additional header.

Full Changelog: v1.3.2...v1.4.0

v1.3.2

05 Dec 23:37
Compare
Choose a tag to compare

What's Changed

Bugfixes

Full Changelog: v1.3.1...v1.3.2

v1.3.1

01 Dec 20:12
Compare
Choose a tag to compare

What's Changed

Bugfixes

  • Don't re-wrap Any when creating ErrorDetails by @jhump in #409

New Contributors

Full Changelog: v1.3.0...v1.3.1

v1.3.0

30 Nov 22:28
Compare
Choose a tag to compare

What's Changed

Enhancements

  • Ensure streaming http.ResponseWriters implement http.Flusher by @akshayjshah in #406
  • Close TLS connection when HTTP/1.1 clients call bidi methods by @akshayjshah in #408

Full Changelog: v1.2.0...v1.3.0

v1.2.0

26 Nov 00:17
Compare
Choose a tag to compare

What's Changed

Enhancements

Bugfixes

  • Fix potential panic receiving invalid error codes by @joshcarp in #398

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

18 Oct 21:24
Compare
Choose a tag to compare

What's Changed

Enhancements

  • Add IsWireError to differentiate server-sent and client-synthesized errors by @joshcarp in #374

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

04 Oct 18:17
Compare
Choose a tag to compare

What's Changed

This is connect-go's first stable release! 🎉 It doesn't contain any user-facing changes.

We follow semantic versioning carefully, and won't make breaking changes in the 1.x series of releases.

Full Changelog: v0.5.0...v1.0.0