Skip to content

Releases: prince-chrismc/user-management

Development Pre-Release v1.0.0-dev.1

07 Feb 16:32
Compare
Choose a tag to compare
Pre-release

🆕 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

Development Pre-Release v1.0.0-dev.0

12 Aug 02:50
Compare
Choose a tag to compare
Pre-release

🎯 Features:

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