Skip to content

Latest commit

 

History

History
71 lines (48 loc) · 4.11 KB

changelog.md

File metadata and controls

71 lines (48 loc) · 4.11 KB

Changelog

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

v1.0.0-dev.1 (2021-02-07)

Full Changelog

API updates:

  • Conditional API requests - rfc7232 #10

Implemented enhancements:

  • Logging support for backend #17

  • Add support for an plain HTTP backend #63

  • implementation of conditional request support #11

Fixed bugs:

  • Fix css loader configuration #77
  • Current time displayed in the wrong position #66
  • Separate front-end from FQDN + Fix front-end Etag handling + Stabilize CI #52
  • add new user API is not correctly supported #14
  • fixing new user being empty #13

Deployment improvements:

  • Infrastructure as code #19
  • Improve front-end test coverage + reduce bundle size #78
  • Infrastructure as code deployment #70
  • Combined Alpine deployment image #38
  • Leverage alpine build and runtime image for condensed image sizes #37

Closed issues:

  • Improved documentation #18

Merged pull requests:

  • Updating project documentation #79
  • Build various configuration of backend in parallel #32
  • leveraging binary repo to store build artifacts #26
  • Add code analysis to CI/CD #20

v1.0.0-dev.0 (2020-08-12)

Full Changelog

🎯 Features:

  • Minimal API set for viewing, adding, editing, removing users
    • With documentation hosted on GitHub Pages
  • Functional back-end with a C++14 implementation
  • Feature complete front-end in ReactJS 16 that is built using webpack
  • AWS EC2 instance hosting the working proof-of-concept

Merged pull requests:

  • refinements to API documentation #9
  • adding tests for endpoints #8
  • Improve front-end testing #7
  • user delete tests produce false positive #6
  • adding tests for add, edit, and deleting a user #5
  • adding coverage test #4
  • limit the number of jobs ran on each commit #3
  • Bump websocket-extensions from 0.1.3 to 0.1.4 in /frontend #2
  • Chore/update json schema #1

* This Changelog was automatically generated by github_changelog_generator