Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps stealth from 1.0.4 to 1.1.6.

Changelog

Sourced from stealth's changelog.

Changelog for Stealth v1.2.0

Enhancements

  • [Controller] Added a do_nothing method that prevents catch_all from firing when a controller action doesn't send replies nor progresses the session.
  • [Replies] If text and speech replies are specified as an Array, Stealth will now randomize the selected text.

Changelog for Stealth v1.1.5

Enhancements

  • [Replies] Replies will now always send the sender_id that came in to the service drivers. This ensures current_session_id hasn't been modified which would cause replies to fail to send.

Changelog for Stealth v1.1.4

Bug Fixes

  • [General] Fixed controller and model concern load order. Previously files in the concerns folder were not loading before their respective controllers or models causing LoadErrors.

Changelog for Stealth v1.1.3

Bug Fixes

  • [Server] Additional CONTENT_TYPE fixes that would cause the server to 500 when it was missing.

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

... (truncated)
Commits
  • 7ddb349 Prepare v1.1.6
  • 1d08a1a Fix sessions with expiration
  • 8cbfc4c Prepare 1.1.5
  • 7b03c5a Catch up the changelog to latest changes
  • 8e18c43 Ensure we always send to an unmodified sender_id
  • 886a53b Merge branch '1.1-stable' of github.com:hellostealth/stealth into 1.1-stable
  • 562194b Prepare 1.1.4
  • 1a3487d Load concerns before models and controllers (#147)
  • ae83713 Prepare 1.1.4
  • da8c734 Bump oj from 3.7.6 to 3.7.8 (#144)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants