Skip to content

Releases: pjazdzyk/lottery-web

v1.1.0 - Microservices components update

03 Jan 18:33
Compare
Choose a tag to compare

Change log:

  • Added EUREKA discovery service
  • Added NGINX reversed proxy
  • Reworked project architecture, all services are in one project as Maven modules
  • Updated Spring Boot to 3.0.1
  • Minor fixes and refactoring

v1.0.1 - Fixed bugs

27 Nov 15:15
Compare
Choose a tag to compare

Change log:

  • Fixed bug with Redis cache, when user was checking result before draw date -> a not found DTO which was cached before, was provided to user even after results were available in database. Added scheduled Redis cache flush to fix the bug.
  • Fixed bug with web page header injection. On slower PCs, jQuery-based injection had significant delay in time, resulting in observable anomaly, when page content was loaded first without any styles, and couple of seconds later header with style was injected. Implemented Thymeleaf layouts system, to reuse HTML, limit line duplication and resolve the bug.

v1.0.0 - First release

21 Nov 18:28
Compare
Choose a tag to compare

First release of Lottery|Web, backend Spring Boot web application.
Stable and tested version (unit tests, integration tests).
Requires winning-numbers-generator microservice to work.
Uploaded on Docker Hub: docker pull pjazdzyk/lottery-web
Deployed on AWS EC2 server.
Simple static landing page available at: http://lottery.synerset.com