Skip to content

v1.2.0

Compare
Choose a tag to compare
@elrayle elrayle released this 05 Apr 12:27
· 325 commits to master since this release

Release Highlights

Release tag: v1.2.0

There are two changes of interest:

  • improved coordinate checking for PyPI
  • addition of an action that automatically updates the LicenseDB data

The remaining changes impact the development and deploy processes.

Upgrade Notes

There are no required actions for this upgrade.

What’s changed

Changes: v1.1.0...v1.2.0

Minor Changes

Improve coordinate checking for PyPI

Action to automatically update the LicenseDB data

Display information related to the deploy in the default endpoint

The sha of the deployed code is displayed at the default endpoint. This is useful for debugging.

Example:

{ "status": "OK", "sha": "89555eb2a172d4c804d1f4541377e300de77ca63" }
  • get latest release version from GitHub API for prod deploy (#1055) (@elrayle)
  • get version from package.json instead of release (#1053) (@elrayle)

Bug Fixes and Patches

Development related

Move deploy process to GitHub Actions

Dependency updates