Skip to content

Releases: nsheridan/cashier

v1.2.0

07 Sep 21:26
Compare
Choose a tag to compare

Changes:

  • fix Lets Encrypt
  • Add Microsoft auth
  • Breaking change: Tokens are base-64 encoded
  • Breaking change: In order to support long tokens, multi-line tokens are supported. Terminate input with a .
  • Stop logging cert reason in the server output. Store certificate reason in the database.
  • Allow multiple group memberships in gitlab

v1.1.0

10 Aug 08:10
Compare
Choose a tag to compare
  • Fix Docker build, which apparently has been broken for ages
  • Use sql-migrate to manage database schema
  • Stop hard-coding the database name, allow setting it via dbname
  • Require setting the database type. "mem" is no longer the default, and an error will be thrown for an unknown or null database type
  • Schema changes:
    • Drop an index (idx_revoked_expires_at)
    • Change the database primary key from the cert KeyID to an integer
  • Stop client crashing out when config file doesn't exist
  • Remove unused gRPC support
  • Stop asking for a message by default. The client will prompt only if the server requires it

v1.0.0

02 Aug 21:16
Compare
Choose a tag to compare

v1.0.0