Releases: metal-toolbox/iam-runtime
Releases · metal-toolbox/iam-runtime
v0.4.1
v0.4.0
What's Changed
- create Identity service proto with support for getting credentials by @mikemrm in #13
- Update module google.golang.org/protobuf to v1.33.0 [SECURITY] by @renovate in #12
- Bump golang.org/x/net from 0.12.0 to 0.23.0 by @dependabot in #14
- Update module google.golang.org/grpc to v1.63.2 by @renovate in #3
New Contributors
- @mikemrm made their first contribution in #13
- @renovate made their first contribution in #12
- @dependabot made their first contribution in #14
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Change errors to be inside responses instead of using gRPC codes by @jnschaeffer in #8
- Update spec.md by @jacobsee in #9
New Contributors
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Breaking Changes
AuthenticateSubject
has been renamed toValidateCredential
;AuthenticateSubjectRequest
andAuthenticateSubjectResponse
have been renamed accordingly.ValidateCredentialResponse
contains a new field,subject_id
, which should contain the ID of the subject the provided credential corresponds to.
What's Changed
- Rename AuthenticateSubject to ValidateCredential by @jnschaeffer in #6
- Add go-mod Make target and use it by @jnschaeffer in #7
New Contributors
- @jnschaeffer made their first contribution in #6
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Full Changelog: https://github.com/metal-toolbox/iam-runtime/commits/v0.1.0