Releases: akshayjshah/connectauth
v0.6.0
This package is now deprecated in favor of connectrpc.com/authn, which is officially part of the Connect project. Many thanks to everyone who's given me feedback about this API — I hope that the new package does your suggestions justice.
This package isn't going anywhere, but I don't plan to actively maintain it going forward.
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
Following Connect's move to a new GitHub organization and vanity import paths, this release changes the import path for Connect from github.com/bufbuild/connect-go
to connectrpc.com/connect
. A migration guide for user code is available in the Connect release notes.
Binaries importing github.com/bufbuild/connect-go
should pin to v0.4.2. Binaries importing connectrpc.com/connect
should pin to v0.5.0 or later.
Breaking changes
- Move to connectrpc.com/connect by @akshayjshah in #16
Other changes
- Use memhttp in tests by @akshayjshah in #15
Full Changelog: v0.4.2...v0.5.0
v0.4.2
What's Changed
Bugfixes
- Actually update the README to reflect v0.4.0 renames by @akshayjshah
Full Changelog: v0.4.1...v0.4.2
v0.4.1
v0.4.0
What's Changed
Enhancements
- Rename identity to info by @akshayjshah in #14
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
Enhancements
- Move import path to
go.akshayshah.org/connectauth
. - Provide (and recommend) HTTP middleware in addition to the existing RPC interceptor.
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
🤦🏽♂️ I botched this release - it includes nothing of note.
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
Bugfixes
- Remove mistakenly exported embed from
Interceptor
.
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
Initial release: includes support for configurable authentication and retrieving the authenticated identity from the context.
Full Changelog: https://github.com/akshayjshah/connectauth/commits/v0.1.0