You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nextcloud-exporter/CHANGELOG.md

1.4 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.5.0 - 2022-01-15

Added

  • Flag for showing version information
  • Option to disable TLS validation
  • Token authentication for Nextcloud 22 and newer

Changed

  • Switched to JSON from XML for getting information from server
  • Use different metric for authentication errors

0.4.0 - 2021-01-21

Added

  • Metrics for installed apps and available updates

0.3.0 - 2020-06-01

Added

  • Makefile target for building deb
  • Login flow for app password

Changed

  • Simpler configuration of server URL

Fixed

  • Error in version information

0.2.0 - 2020-05-20

Added

  • Version information in binary
  • Custom User-Agent header
  • systemd service unit

Changed

  • No timestamp in log output

0.1.0 - 2019-10-12

  • Initial release