CHANGELOG.md in sapience-1.0.8 vs CHANGELOG.md in sapience-1.0.9
- old
+ new
@@ -1,5 +1,11 @@
+- Added `filter_parameters` configuration to obfuscate sensitive information such as passwords for rack-like applications
+
+## v1.0.8
+
+- Delayed configuration of Sentry until the configuration is valid
+
## v1.0.3
- Rename `SAPIENCE_APP_NAME` to `APP_NAME`
- Allow for configuration inheritance (see the history for [config_loader.rb](https://github.com/reevoo/sapience-rb/blame/master/lib/sapience/config_loader.rb#L19))
@@ -28,15 +34,15 @@
- Reduce noise for assets:precompile by changing default Railtie log level to :warn instead of :debug
## v0.2.13
-- Set Rails.logger even some gems disables logging on initialisation.
+- Set Rails.logger even some gems disables logging on initialisation.
## v0.2.12
-- Adds support for Rails apps with disabled ActiveRecord
+- Adds support for Rails apps with disabled ActiveRecord
## v0.2.11
- Adds `request_id` to the action_controller/log_subscriber
@@ -71,10 +77,10 @@
- Fixed all appenders, it only worked for Sapience::Logger.
- Added method to test exceptions `Sapience.test_exception(:error)`
## v0.2.0
-- Rename Appender::File to Appender::Stream. Accept option stream instead of file in `sapience.yml`
+- Rename Appender::File to Appender::Stream. Accept option stream instead of file in `sapience.yml`
## v0.1.12
- Add missing bang to `.deep_symbolize_keys!`