Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1 KB

CHANGELOG.md

File metadata and controls

35 lines (27 loc) · 1 KB

Change Log

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]

[1.2.3] - 2017-02-05

Added

[1.2.2] - 2017-01-26

Fixed

  • Cache all nodes instead the chosen one from registry

[1.2.1] - 2017-01-26

Fixed

  • HTTP logger output respected the configuration file

[1.2.0] - 2017-01-26

Added

  • Log output will be appended with "@"
  • In-memory cache for registry discovery calls

[1.1.0] - 2017-01-22

Added

  • LDAPv3 user driver
  • Method agnostic authentication webservice to work with NGINX auth_request directive
  • Service registration and service discovery with etcd

[1.0.0] - 2017-01-16

Changed

  • Use HTTP instead of GRPC for server-to-sever communication.