Skip to content

Releases: punkish/zenodeo

v2.6.4

08 May 12:52
Compare
Choose a tag to compare

production release running on zenodeo.org

v2.6.3

08 May 11:44
Compare
Choose a tag to compare
  • This release migrates the website to a new URL, https://zenodeo.org
  • Added more explanations to the workflow diagram
  • Fixed a minor error that was calculating pagination wrong

RC2-2.6.1

02 May 17:24
Compare
Choose a tag to compare
RC2-2.6.1 Pre-release
Pre-release

This release adds a workflow route that allows for optional review of code. See /workflow

More comments have been added to even more files, and also the versioning system has been consolidated in one place, package.json, instead of having versions stored in several different places.

Versioning is now simplified with version number stored only in package.json.

Tag versioning now follows the package versioning. No longer all that cov3 nonnsense. It was useful while it lasted, but now there is a simplified single version - the API version.

Release commits are tagged with the API version, and release candidates are simply marked RC. So, this commit is version 2.6.1 and it will be tagged v2.6.1 and made into a release candidate called RC2-2.6.1. Simple.

cov3-rc1

27 Apr 08:36
Compare
Choose a tag to compare
cov3-rc1 Pre-release
Pre-release
  • Continuing the process of refactoring, more code has been refactored and simplified.
  • A lot more comments added to the remaining scripts.
  • The 'test' mode shows performance metrics as well as SQL statements to help in debugging.
  • Logging process has been consolidated and simplified.
  • SQL queries and perf metrics are stored in a dedicated database.
  • A new web page has been created to list release notes for the API /releases
    Note: this is still experimental