Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Bump botkit from 0.6.8 to 0.6.12 #125

Closed

Conversation

dependabot-preview[bot]
Copy link

@dependabot-preview dependabot-preview bot commented Mar 16, 2018

Bumps botkit from 0.6.8 to 0.6.12.

Changelog

Sourced from botkit's changelog.

0.6.12

0.6.11

  • For Botkit Studio users, added controller.studio.getById() for loading scripts
    by their unique ID rather than by name or trigger. Docs here

0.6.10

Documentation for the Cisco Jabber adapter can be found here

  • Updated ciscospark dependency to latest version and fixed some bugs in the example bot

  • Update Twilio dependency to latest, along with small updates to adapter. Thanks nishant-chaturvedi! PR #1140

0.6.9

  • Add 2 new middleware endpoints that occur during conversations - conversationStart(bot, convo, next) and conversationEnd(bot, convo, next). Some new documentation
  • Conversations powered by Botkit Studio will now include convo.context.script_name and convo.context.script_id which point back to the script loaded from the Botkit Studio API
  • When using Botkit Studio's execute script action, the resulting conversation object will have 2 additional context fields: convo.context.transition_from and convo.context.transition_from_id which will point to the script from which the user transitioned
  • When using Botkit Studio's execute script action, the original conversation from which the user is transitioning will have 2 additional context fields: convo.context.transition_to and convo.context.transition_to_id which will point to the script to which the user transitioned
  • Fix for Botkit Studio scripts which used "end and mark successful" action from a condition. Previously this would end, but not mark successful.

Merged Pull Requests:

  • Make sure Facebook API errors are passed to callback if specified PR #1225
  • Refresh Microsoft Teams token when it has expired. PR #1230
  • Update TypeScript definition for Web bots PR #1231
  • Update TypeScript definition for bot.replyAndUpdate PR #1232
  • Fix for Microsoft teams button builder function PR #1233
    ... (truncated)
Commits
  • 9631fb5 changelog
  • 2150805 fix formatting in changelog
  • 77b7d7f some tab depth changes
  • 8f2988c Merge pull request #1253 from krashidov/respond500
  • 2d64825 Merge pull request #1289 from howdyai/march14
  • 8737755 add note about docs
  • ce06363 Merge branch 'master' of github.com:howdyai/botkit into march14
  • ef03edf update package version
  • 6705e07 fix to the way variables are copied between conversations as execute_script d...
  • 8d5c0d3 adjust syntax of comments in jabber
  • 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.

If you'd like to skip this version, you can just close this PR. If you have any feedback just mention @dependabot in the comments below.

Bumps [botkit](https://github.com/howdyai/botkit) from 0.6.8 to 0.6.12.
- [Release notes](https://github.com/howdyai/botkit/releases)
- [Changelog](https://github.com/howdyai/botkit/blob/master/changelog.md)
- [Commits](howdyai/botkit@v0.6.8...v0.6.12)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/botkit-0.6.12 branch from 891554c to 94524d6 Compare April 2, 2018 04:53
@dependabot-preview
Copy link
Author

Superseded by #128.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/botkit-0.6.12 branch April 9, 2018 03:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant