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.
oidc-idp/changelog.md

1.1 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

Added

  • implement logout-successful handler

Changed

  • recommend mkcert to generate certificates for local development
  • change default configuration to use files recommended in README.md
  • separate server name and bind address to allow binding to a local address but publish a different public name
  • move default configuration to internal/services/configuration.go
  • use structured logging
  • support JSON logging and make it the default
  • support log level configuration
  • update dependencies

Fixed

  • run deb-systemd-helper in Debian package postinst script

[0.1.3] - 2023-07-24

Fixed

  • fix conf parameter name

[0.1.2] - 2023-07-24

Fixed

  • fix path to cacert-idp binary

[0.1.1] - 2023-07-24

Fixed

  • fix ExecStart entry in systemd service unit

[0.1.0] - 2023-07-24

Changed

  • initial release