Releases: scottslowe/flask-web-svc
Releases · scottslowe/flask-web-svc
Beta Release 4
This release fixes a few minor bugs that don't affect the core functionality of the application.
Beta Release 3
This release moves to a multi-container architecture. One container provides a "front-end" service that responds in HTML. This "front-end" service queries two other JSON-based back-end services to build its HTML response. This release also adds support for using Docker Compose to deploy the containers.
Beta Release 2
This release adds curl
in the container image for troubleshooting. The functionality of the application in the container image is otherwise unchanged.
Beta Release 1
This is the first release for this application. It works, but not all intended features have been implemented.