2.5.7 (2020-10-30)
- auth (9a86811)
2.5.6 (2020-10-25)
- mpgpelastickibana.Dockerfile (c961746)
2.5.5 (2020-10-25)
- mpgpelastickibana.Dockerfile (920b677)
2.5.4 (2020-10-25)
- mpgpelastickibana.Dokerfile (91eb1c1)
2.5.3 (2020-10-24)
- tools/appsettings.json (d17ca70)
2.5.2 (2020-10-24)
- linting issues (3ebe1e0)
2.5.1 (2020-10-24)
2.5.0 (2020-10-24)
- update .net sdk for circle CI (fdb47b3)
- api: add appsettings.prod.json (04fa208)
2.4.0 (2019-09-07)
- 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)
2.3.3 (2019-06-23)
- 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)
- core: update .gitignore (6e5f04f)
- core: update configs for mpgpdb (069ce9a)
- core: update initial migration (6272014)
2.3.2 (2019-01-06)
- core: add missing mapper initialization (ef60f3c)
2.3.1 (2018-07-24)
- api: add checking for oldpassword in UpdatePasswordCommandHandler (1f48246)
- api: set errorCode to 400 if modelstate is invalid (131e8f1)
2.3.0 (2018-07-22)
- api: add account management (3d06e76)
2.2.1 (2018-07-08)
- ws: remove 'status' field from messages (ba52b3f)
2.2.0 (2018-07-08)
- add jwt authentication (fff888f)
2.1.0 (2018-07-01)
- api: add exceptions endpoint (e4358a0)
2.0.3 (2018-06-16)
- resolve problems with docker (8a56eaa)
2.0.2 (2018-06-16)
- use alpine versions for docker images (5f2c027)
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)
- Docker support.
- New project structure.
- Stylecop analyzers and rulesets.
- New approach to writing tests.
- Advanced and structured logging for project.
- Completely redesigned source code.
- Combine projects WebSocketServer and WebApiServer in Mpgp.
- Rename WebApiServer to RestApiServer.
- 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.
- Fix codestyle warnings.
- Remove duplication logic in RestApiServer and WebSocketServer.