You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release v1.3.0
No functional changes, but this release bumps the base Go version to 1.23.
Maintenance:
- go.mod: update to Go 1.23
- tools: update interface{} to any
- README.md: add a link to the CI workflow
- Make receiver names consistent.
Release v1.1.2
- Update module dependencies.
- .github: drop oldstable from the CI matrix
- channel: fix documentation of the Close method of Channel
- jhttp: allow content-type to include a charset (#111)