Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (17 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

29 lines (17 loc) · 1.12 KB

Change log

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

  • add 'interval' param to grpc continuous auth, default changed from "10s" to "60s"
  • move from deprecated github.com/bufbuild/connect-go to connectrpc.com/connect

Added

  • added x-trace-id header in grpc request to dauth

  • Added back secret plugin support with the form secret://this-is-the-secret-and-fits-in-the-host-field?[user_id=<value>]&[api_key_id=<value>].

  • Added continuous authentication support, enable by setting grpc://localhost:9018?continuous=true

  • Added x-sf-meta header to pass arbitrary metadata as trusted headers.

2020-03-21

Changed

  • Breaking middleware/connect/NewAuthInterceptor requires a logger *zap.Logger has its last argument now.

  • Breaking middleware/grpc/UnaryAuthChecker requires a logger *zap.Logger has its last argument now.

  • Breaking middleware/grpc/StreamAuthChecker requires a logger *zap.Logger has its last argument now.

  • License changed to Apache 2.0