Skip to content

Releases: cc-wong/python-webservice-demo

v2.0.0

30 Apr 00:50
Compare
Choose a tag to compare

Full Changelog: v1.4.0...version-2.0.0

  1. 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.
  2. Change body payload type of status code 400 responses from string (HTML) to JSON.
    Affected endpoints:
    • /calculateDate
    • /getWorkers
    • /timestwo
    • /getSumoHonbashoSchedule
  3. Change endpoint URL /{name} to /greeting/{name}.
    • /greeting and /{name} will now return status code 404.

v1.4.0

09 Apr 04:39
Compare
Choose a tag to compare

Full Changelog: v1.3.0...v1.4.0

  1. /getSumoHonbashoSchedule: Change upper limit of request parameter year to datetime.MAXYEAR.
  2. 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

06 Apr 09:18
Compare
Choose a tag to compare

Full Changelog: v1.2.1...v1.3.0

  1. New endpoint /healthcheck.
  2. App configuration by configuration file and environment variable(s).
  3. Logging level is now configurable.

v1.2.1

25 Mar 08:18
Compare
Choose a tag to compare
  1. Fixes:
  2. Update documentation.

Full Changelog: v1.2.0...v1.2.1

Version 1.2.0

23 Mar 11:44
Compare
Choose a tag to compare

Added some new endpoints, such as /getSumoHonbashoSchedule.

Version 1.0.0

20 Mar 15:27
Compare
Choose a tag to compare

The first release.