Sha256: b87742cae1bd8889c74b2c8d717e6ea9e5f467950694f010237eaafd45693e39
Contents?: true
Size: 1.68 KB
Versions: 2
Compression:
Stored size: 1.68 KB
Contents
# Changelog for Stealth v1.1.2 ## Bug Fixes * [Server] Handle cases where CONTENT_TYPE is missing from incoming requests. ## Enhancements * [CI] Added Ruby 2.6 to build. # Changelog for Stealth v1.1.1 ## Bug Fixes * [Server] Does not auto-return an HTTP 202. Leaves it up to the drivers again. # Changelog for Stealth v1.1.0 ## Breaking Changes * [Sidekiq] Sidekiq queues have been renamed from `webhooks` and `default` to `stealth_webhooks` and `stealth_replies`. Please ensure your `Procfile` is adjusted accordingly. * [Flows] `flow_map.current_state.fails_to` now returns a `Stealth::Session` instead of a `Stealth::Flow::State`. This might affect your `catch_alls`. ## Enhancements * [Controllers] `current_session_id` now references the session ID in controllers * [Replies] Added support for dynamic delays * [Replies] Added support for service-specific variants * [Models] ActiveRecord is now part of the generated bot Gemfile and can be removed from bots * [Flows] Added support for `redirects_to` during state declaration. If specified, will automatically step a user to the specified state or session. * [Flows] `redirects_to` and `fails_to` now support a session string as an argument (`my_flow->some_state`). This allows you to fail and redirect to other flows. A state name specified as a string or symbol is still allowed. * [Errors] Backtraces are now more readable in logs * [Sessions] Sessions can now be configured to expire after a specified period of inactivity. ## Bug Fixes * [Generators] Fixed flow generation * [Generators] Fixed sample Facebook services.yml example ## Deprecations * [Controllers] `current_user_id` has been soft deprecated in favor of `current_session_id`
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
stealth-1.1.4 | CHANGELOG.md |
stealth-1.1.3 | CHANGELOG.md |