Skip to content

Latest commit

 

History

History
201 lines (100 loc) · 6.54 KB

CHANGELOG.md

File metadata and controls

201 lines (100 loc) · 6.54 KB

2.5.7 (2020-10-30)

Bug Fixes

2.5.6 (2020-10-25)

Bug Fixes

  • mpgpelastickibana.Dockerfile (c961746)

2.5.5 (2020-10-25)

Bug Fixes

  • mpgpelastickibana.Dockerfile (920b677)

2.5.4 (2020-10-25)

Bug Fixes

  • mpgpelastickibana.Dokerfile (91eb1c1)

2.5.3 (2020-10-24)

Bug Fixes

2.5.2 (2020-10-24)

Bug Fixes

2.5.1 (2020-10-24)

Bug Fixes

2.5.0 (2020-10-24)

Bug Fixes

  • update .net sdk for circle CI (fdb47b3)

Features

  • api: add appsettings.prod.json (04fa208)

2.4.0 (2019-09-07)

Bug Fixes

  • core: update .gitignore (6e5f04f)
  • core: update commitlint rules (bb6788d)
  • core: update configs for mpgpdb (069ce9a)
  • core: update docker.compose.prod.yml (a42c41e)
  • core: update initial migration (6272014)

Features

  • core: add elasticsearch and kibana support (9e00ae2)
  • core: add grafana + prometheus (b7bd8a1)

2.3.3 (2019-06-23)

Bug Fixes

  • core: update .gitignore (6e5f04f)
  • core: update configs for mpgpdb (069ce9a)
  • core: update docker.compose.prod.yml (a42c41e)
  • core: update initial migration (6272014)

2.3.3 (2019-06-23)

Bug Fixes

  • core: update .gitignore (6e5f04f)
  • core: update configs for mpgpdb (069ce9a)
  • core: update initial migration (6272014)

2.3.2 (2019-01-06)

Bug Fixes

  • core: add missing mapper initialization (ef60f3c)

2.3.1 (2018-07-24)

Bug Fixes

  • api: add checking for oldpassword in UpdatePasswordCommandHandler (1f48246)
  • api: set errorCode to 400 if modelstate is invalid (131e8f1)

2.3.0 (2018-07-22)

Features

  • api: add account management (3d06e76)

2.2.1 (2018-07-08)

Bug Fixes

  • ws: remove 'status' field from messages (ba52b3f)

2.2.0 (2018-07-08)

Features

2.1.0 (2018-07-01)

Features

  • api: add exceptions endpoint (e4358a0)

2.0.3 (2018-06-16)

Bug Fixes

  • resolve problems with docker (8a56eaa)

2.0.2 (2018-06-16)

Bug Fixes

  • use alpine versions for docker images (5f2c027)

2.0.1 (2018-06-16)

Bug Fixes


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.


2.0.0 (2018-05-29)

The Reborn

What’s New

  • Docker support.
  • New project structure.
  • Stylecop analyzers and rulesets.
  • New approach to writing tests.
  • Advanced and structured logging for project.

BREAKING CHANGES

Deprecated code

  • ws: We have refused to support multiple websocket servers. Now we will have only one websocket server. And, accordingly, removed the API Endpoint for receiving a servers.

Bug Fixes

  • Fix codestyle warnings.

Performance Improvements

  • Remove duplication logic in RestApiServer and WebSocketServer.