Skip to content

v0.13.0-RC6

Compare
Choose a tag to compare
@delano delano released this 30 Apr 18:29
· 90 commits to develop since this release
2280ef7

⚠︎ Breaking Change: Shortened environment variables ⚠︎

From v0.13.0-RC6 onwards, the shortened environment variables are used. It's an added hassle when upgrading but I opted for obvious failures to avoid subtle, silent failures.

 before                     after

ONETIMESECRET_HOST       => HOST
ONETIMESECRET_SSL        => SSL
ONETIMESECRET_SECRET     => SECRET
ONETIMESECRET_REDIS_URL  => REDIS_URL
ONETIMESECRET_COLONEL    => COLONEL

All versions prior to this use the longform variables name (including earlier RCs and Ruby 2.x branch).

What's Changed

New Contributors

Full Changelog: v0.13.0-RC3...v0.13.0-RC6