Skip to content

Releases: goji/goji

Go modules support

13 Nov 16:48
Compare
Choose a tag to compare

No new functionality, but I’ve added a go.mod file that folks should be able to use with Go 1.11’s preliminary modules support.

The `context` release

04 Feb 23:18
Compare
Choose a tag to compare

Deep context and net/http integration means we can ditch almost half of our API surface area and standardize on context with the broader Go community.

Performance Improvements

04 Feb 23:14
Compare
Choose a tag to compare

Same great x/net/context-based API, but slightly faster!