You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2.4 KiB
2.4 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Types of changes:
Addedfor new features.Changedfor changes in existing functionality.Deprecatedfor soon-to-be removed features.Removedfor now removed features.Fixedfor any bug fixes.Securityin case of vulnerabilities.
Unreleased
Added
v1.1.0 - 2019-09-12
Added
- #226 Support for go modules.
- #221 logging/zap add support for gRPC LoggerV2 - kush-patel-hs
- #181 Rate Limit support - ceshihao
- #161 Retry on server stream call - lonnblad
- #152 Exponential backoff functions - polyfloyd
- #147 Jaeger support for ctxtags extraction - vporoshok
- #184 ctxTags identifies if the call was sampled
Deprecated
Fixed
- 172 Passing ctx into retry and recover - johanbrandhorst
- Numerious documentation fixes.
v1.0.0 - 2018-05-08
Added
- grpc_auth
- grpc_ctxtags
- grpc_zap
- grpc_logrus
- grpc_opentracing
- grpc_retry
- grpc_validator
- grpc_recovery