Skip to content

v1.1.0

Compare
Choose a tag to compare
@le717 le717 released this 28 Oct 20:58
· 155 commits to main since this release
  • Remove rotted property from a link
  • Add new is_dead and is_web_archive properties to a link
  • Update link title to indicate Web Archive/dead link on the fly, not in the database
  • Update linkrot endpoint response to present updated information
  • Add Flask-DB to handle database migrations
  • Run database migrations automatically when needed
  • Rename gunicorn logs to match traditional web server log names
  • Remove duplicated error log

Upgrading Note

If you are already running a webring instance, this release has breaking changes.

  1. An existing database needs to be moved from db/database.db to database/database.db
  2. All references to /app/db will need to be changed to /app/database
  3. Existing rotted status will not be preserved. All links will need to be re-checked. Additionally, link titles are no longer be rewritten and duplicate labels may appear.

Full Changelog: v1.0.5...v1.1.0