- Add support for MongoDB 8.2.
- Support for MongoDB 6.0 has been removed.
- Deprecated support for MongoDB 4.0, 4.2, 4.4 and 5.0 has been removed.
- Remove
USER_GEMFILEenv support. From now, onlyUserGemfileis supported. - Remove
SERVE_STATIC_ASSETSenv support. Just remove it. - Remove
RACK_ENVenv support. UseRAILS_ENVenv for this. Official docker image setRAILS_ENVtoproduction. - Remove
ERRBIT_ENFORCE_SSLenv support. From now, Errbit always should be behind reverse proxy with HTTPS support (ACME). Like, e.g., Traefik. - Remove
ERRBIT_PROTOCOLenv support. - Remove
ERRBIT_PORTenv support. - MongoDB 4.0 reached EOL on 21 Jun 2018. 4.0 support will be removed after v0.10.0 release.
- MongoDB 4.2 reached EOL on 09 Aug 2019. 4.2 support will be removed after v0.10.0 release.
- MongoDB 4.4 reached EOL on 25 Jul 2020. 4.4 support will be removed after v0.10.0 release.
- MongoDB 5.0 reached EOL on 08 Jul 2021. 5.0 support will be removed after v0.10.0 release.
- Note: There are no migrations to run and the rake task for running migrations has been removed.
- You must have already run migrations at least up to v0.3.0. Check to make sure you're schema version is at least 20131011155638 by running rake db:version before you upgrade beyond v0.4.0
- Notice fingerprinting has changed and is now easy to configure. But this
means you'll have to regenerate fingerprints on old notices in order to for
them to be properly grouped with new notices. To do this run:
bundle exec rake errbit:notice_refingerprint. If you were using a custom fingerprinter class in a previous version, be aware that it will no longer have any effect. Fingerprinting is now configurable within the Errbit UI. - Prior to v0.4.0, users were only able to see apps they were watching. All users can now see all apps and they can watch or unwatch any app. If you were using the watch feature to hide secret apps, you should not upgrade beyond v0.4.0.
- All configuration is now done through the environment. See configuration
- Ruby 1.9 and 2.0 are no longer officially supported. Please upgrade to Ruby 2.1+
- Errbit now maintains an issue tracker only for GitHub. If you're using another issue tracker integration, you may need to maintain it yourself. See Issue Trackers