github.com/hxx258456/ccgo@v0.0.5-0.20230213014102-48b35f46f66f/go-grpc-middleware/CHANGELOG.md (about)

     1  # Changelog
     2  All notable changes to this project will be documented in this file.
     3  
     4  The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
     5  and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
     6  
     7  Types of changes:
     8  - `Added` for new features.
     9  - `Changed` for changes in existing functionality.
    10  - `Deprecated` for soon-to-be removed features.
    11  - `Removed` for now removed features.
    12  - `Fixed` for any bug fixes.
    13  - `Security` in case of vulnerabilities.
    14  
    15  ## [Unreleased]
    16  ### Added
    17  - This CHANGELOG file to keep track of changes.
    18  
    19  ## 1.0.0 - 2018-05-08
    20  ### Added
    21  - grpc_auth 
    22  - grpc_ctxtags
    23  - grpc_zap
    24  - grpc_logrus
    25  - grpc_opentracing
    26  - grpc_retry
    27  - grpc_validator
    28  - grpc_recovery
    29  
    30  [Unreleased]: https://github.com/grpc-ecosystem/go-grpc-middleware/compare/v1.0.0...HEAD