Releases: pjazdzyk/lottery-web
Releases · pjazdzyk/lottery-web
v1.1.0 - Microservices components update
v1.0.1 - Fixed bugs
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
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