Releases: cc-wong/python-webservice-demo
Releases · cc-wong/python-webservice-demo
v2.0.0
Full Changelog: v1.4.0...version-2.0.0
- Development testing feature to simulate webservice call delay, enabled/disabled by environment variable(s).
- To be used only in local development environments.
- Currently supports endpoint
/getSumoHonbashoSchedule
.
- Change body payload type of status code 400 responses from string (HTML) to JSON.
Affected endpoints:/calculateDate
/getWorkers
/timestwo
/getSumoHonbashoSchedule
- Change endpoint URL
/{name}
to/greeting/{name}
./greeting
and/{name}
will now return status code 404.
v1.4.0
Full Changelog: v1.3.0...v1.4.0
/getSumoHonbashoSchedule
: Change upper limit of request parameteryear
todatetime.MAXYEAR
.- Non-feature changes:
- Move location of test cases in folder structure.
- Update list of files to ignore by Git and Docker build.
- Fix
swagger.yaml
.
v1.3.0
Full Changelog: v1.2.1...v1.3.0
- New endpoint
/healthcheck
. - App configuration by configuration file and environment variable(s).
- Logging level is now configurable.
v1.2.1
- Fixes:
- CORS error when calling webservice from another website.
- Fix Node.js 16 deprecation warning in GitHub workflow.
Ref: https://github.com/actions/setup-python
- Update documentation.
Full Changelog: v1.2.0...v1.2.1
Version 1.2.0
Added some new endpoints, such as /getSumoHonbashoSchedule
.
Version 1.0.0
The first release.