Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.42 KB

CHANGELOG.md

File metadata and controls

41 lines (30 loc) · 1.42 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.

  • Nothing so far

v1.0.0 - 2020-02-29

  • Remove dependency on github.com/pkg/errors
  • Update to Go 1.14

v0.5.0 - 2019-10-08

  • Add an (optional) trusted header for inferring client IP address behind reverse proxies, load balancers, etc.

v0.4.1 - 2019-04-19

  • Fix wrong default logger name

v0.4.0 - 2019-03-24

  • Introduce options to control TLS and timeout configuration
  • Write unit tests

v0.3.0 - 2019-03-18

  • Update to the changed Module interface of joe v0.4.0

v0.2.0 - 2019-03-10

  • Add HTTP headers to emitted RequestEvent

v0.1.0 - 2019-03-03

Initial alpha release