CHANGELOG.md in stealth-2.0.0.beta5 vs CHANGELOG.md in stealth-2.0.0.beta6
- old
+ new
@@ -70,9 +70,10 @@
* [Sessions] Sessions retrieved when session expiration was enabled would return as an Array rather than a slug.
* [Sessions] previous_session now respects session_ttl values.
* [Catch All] Log output from all catch_all logging now includes the session_id so they can be included in log searches.
* [NLP] Strip out values from single element arrays in the case of custom LUIS List entities.
* [Config] Attempting to overwrite default config values with `nil` or `false` now correctly sets those config values.
+* [Server] Added support for Bandwidth respones. (thanks @emorissettegregoire)
## Deprecations
* [Controllers] current_user_id has now been completely removed since becoming deprecated in 1.1.0.
* [Ruby] MRI 2.4 is no longer supported as we depend on ActiveSupport 6.0 now. Rails 6.0 only supports Ruby MRI 2.5+.