Skip to content

v0.5.0 - Stürmisch bewegt

Compare
Choose a tag to compare
@ctdk ctdk released this 02 May 06:07
· 1011 commits to master since this release

The biggest new feature in this release is MySQL support as a storage backend. Other changes in this release are minor improvements or bugfixes.

NOTE: Any saved data files you may already have from an earlier installation of goiardi will break with this release. Hopefully you don't have too much laying around.

  • MySQL support added
  • No longer redirect /environments/NAME/roles/NAME to
    /roles/NAME/environments/NAME
  • Update documentation, reformat godocs
  • Split actors apart into separate user and client types, made new Actor
    interface that encompasses both users and clients.