Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

28 lines (18 loc) · 1.05 KB

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.

[Unreleased]

Added

  • Support for error unwrapping. (Supported for github.com/pkg/errors and native wrapping added in go1.13)

1.2.0 - 2018-06-04

Added

  • Require go 1.9 or later and test against these versions in CI.
  • Provide metrics object as prometheus.Collector, for conventional metric registration.
  • Support non-default/global Prometheus registry.
  • Allow configuring counters with prometheus.CounterOpts.

Changed

  • Remove usage of deprecated grpc.Code().
  • Remove usage of deprecated grpc.Errorf and replace with status.Errorf.

This changelog was started with version v1.2.0, for earlier versions refer to the respective GitHub releases.