v0.19.0 Released
2019-07-27 20:13:23-07:00
v0.19.0 contains the following changes:
☠️ Breaking Change
- HIBP module now requires an API key to operate. See Authentication and the Have I Been Pwned API for more details, #508 by @senorprogrammer
⚡️ Added
- OpsGenie module now supports "region" configuration option ("us" or "eu"), by @l13t
🐞 Fixed
- Fixes the error message shown when an explicitly-specified custom config file cannot be found or cannot be read, by @senorprogrammer
- Rollbar module works again, #507 by @Seanstoppable
- The default config that gets installed on first run is much improved, #504 by @senorprogrammer
- Default config file is now
chmod 0600
to ensure only the owning user can read it, by @senorprogrammer