Skip to content
This repository has been archived by the owner on Jun 12, 2021. It is now read-only.

Releases: menzerath/upandrunning2

v2.2.1

08 Apr 19:59
Compare
Choose a tag to compare

Changelog:

  • Updated Docker-instructions and image (refer to the guide before upgrading)
  • Minor ui-improvements
  • Updated dependencies

v2.2.0

30 Sep 14:56
Compare
Choose a tag to compare

Changelog:

  • New API v2 introducing minor, but important changes. Read more.
  • New notification-type: Telegram. Read more.
  • Restructured settings: moved configuration from API to config-file. Read more.
  • Docker: reflect configuration-changes and update to alpine v3.4
  • Display response-time on the public dashboard
  • "Check now" changed to per-website basis
  • New simple application-icon
  • Updated documentation and dependencies
  • Bugfixes and general improvements

v2.1.3

01 Aug 19:03
Compare
Choose a tag to compare

Changelog:

  • Improved Pushbullet-integration
  • Removed asynchronous loading of JS-assets
  • Updated documentation
  • Updated depedencies

v2.1.2

09 Apr 21:53
Compare
Choose a tag to compare

Changelog:

  • Added setting to disable web-frontend (but still serve API)
  • More input validation when adding/editing websites
  • Added current version to user-agent
  • Updated dependencies (jQuery, Chart.js, SweetAlert2, ...)
  • Updated and moved documentation into docs/-directory
  • Now using vendoring (using godep-tool)
  • Small bugfixes

v2.1.1

14 Feb 16:53
Compare
Choose a tag to compare

Changelog:

  • Added address-binding (update your config-file)
  • Added check-lifetime (update your config-file)
    • checks older than this amount of days will be deleted every 24h
  • Added timestamp to email-notifications
  • Fixed website-numbering
  • Updated UI-dependencies
  • Removed Bootstrap Notify and moved to SweetAlert for every kind of notification
  • Removed colored logs on Windows-systems

v2.1.0

03 Jan 15:27
Compare
Choose a tag to compare

Changelog:

  • New APIs and breaking API-changes. Please refer to README.md to see the new (versioned) API. This will be the last breaking API-change.
    • RESTful API
    • New endpoints and modified methods
  • Added new notifications-system
    • Set notifications per website
    • Added mail-notification. Please adjust your config-file to use this functionality.
  • Added Chart.js to display response-time graphs.
  • Added optional online-check. This prevents the application from checking websites when there is no connection to the internet.
  • Added automatic database-cleaning (every 24h all checks older than 1 month).
  • Added Docker-support. Please refer to docker/README.md.
  • Slightly modified a few layouts.
  • Faster login due to lower bcrypt work-factor. You need to set a new password to use this update.

IMPORTANT: Make sure you are using v2.0.2 before upgrading to v2.1.0!

v2.0.2

22 Dec 17:55
Compare
Choose a tag to compare

Changelog:

  • Added a "More"-button in admin-backend, which shows all publicly available data
  • Added ability to set a custom amount of redirects to follow
  • Added recording of the request's response-time
  • Website-overview reloads automatically
  • Fix for many "Server not found" errors
  • Multiple UI, API and documentation fixes

v2.0.1

16 Nov 19:30
Compare
Choose a tag to compare

Changelog:

  • Detect timeouts (triggers second check)
  • Wait a short period of time between checks
  • Backend-UI fixes
  • Small improvements (e.g. in README.md)

v2.0.0

15 Nov 16:21
Compare
Choose a tag to compare

Initial Release of UpAndRunning2.

Important Changes:

  • Switched to Golang. No need for Node.js on the server anymore.
  • Using HEAD instead of GET requests now. Can be switched per Website.
  • Small improvements in API and UI.