Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

39 lines (24 loc) · 1.25 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.

Tags on this repository

[Unreleased]

  • Restric access via Basic Authorization.

1.1.0 - 2017-07-29

Added

  • Docker build task, Dockerfile and possibility to create Docker images.
  • Headers print in debug mode.

Changed

  • Default listening address from localhost to 0.0.0.0.

1.0.1 - 2017-07-24

Added

  • X-Expired-Time header in creation response, for telling in which time client should make PUT request again. If --heartbeat option is not set - this header will have 0 value.

Changed

  • Corrected README.md file

1.0.0 - 2017-07-22

Initial release.

Added

  • CRUD endpoints for service registration and management.
  • Scheduled periodical task for removing expired records.
  • Dashborad, which you could launch on separate port and open in your web browser.