Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump node-red-contrib-chatbot from 1.2.1 to 1.2.4 in /tags/redbot #724

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2023

Bumps node-red-contrib-chatbot from 1.2.1 to 1.2.4.

Release notes

Sourced from node-red-contrib-chatbot's releases.

RedBot 1.2.4

What’s new in RedBot 1.2.4:

  • fixed: include mime type in Telegram send video

To install RedBot install from the Node-RED’s palette node-red-contrib-chatbot or with Docker docker run -d -p 1880:1880 guidone/redbot

RedBot 1.2.2

What’s new in RedBot 1.2.2:

  • Fixed crash in Params node
  • Plugins lists in Mission Control no longer cached

To install RedBot install from the Node-RED’s palette node-red-contrib-chatbot or with Docker docker run -d -p 1880:1880 guidone/redbot

Changelog

Sourced from node-red-contrib-chatbot's changelog.

  • 1.2.4 - Include mime type in Telegram sendVideo
  • 1.2.2 - Fixed crash in Untitled, plugins list in Mission Control is not cached anymore
  • 1.2.1 - Untitled now supports regular expressions, Untitled and Untitled now implements alla flags for keyboards (persistant, one time only, etc)
  • 1.2.0 - Support for Whatsapp Cloud API, improved events in Rules node, updated Facebook Messenger API to _v15.0, r_emoved deprecated node Generic Template node in Facebook Messenger and Location node support, added read, delivery and reactions event for Facebook Messenger, refactored Facebook, Messenger events names (now matches the events), refactored Messenger Menu node (doesn't require to be connected to Messenger Sender node), added support in Facebook Messenger for notification types, message types and message tags
  • 1.1.6 - Add support for spoiler images, video and text in Telegram
  • 1.1.5 - Fixed global imports in Mission Control for Mass Contact plugin
  • 1.1.4 - Fix templates with non latin chars, fix missing queue error
  • 1.1.3 - Added sortable option to contents table, added migrations
  • 1.1.2 - Improved templating in Untitled (i.e., use of {{msg.myVariable}}
  • 1.1.1 - Improved Queue node, fixed error missing chatbotId in SQLite context
  • 1.1.0 - Added output pins for Untitled and Untitled for better readability, fixed tracking of sender nodes in subflows, fix Untitled
  • 1.0.9 - Untitled accepts parametrized bot node, Untitled now accepts plain strings
  • 1.0.8 - Fixed Untitled with props set in upstream node, added variables {{inboundMessageId}} and {{outboundMessageId}}, fixed edit message use case in Telegram, added delete message in Slack, fixed once for all the expired token in Facebook Messenger
  • 1.0.7 - Fix fallback text for Untitled
  • 1.0.6 - Added Untitled node
  • 1.0.5 - Fix auth in MC when Node-RED admin is not /
  • 1.0.4 - Fix web socket in MC
  • 1.0.3 - Fix Untitled empty description, expand tokens in Untitled
  • 1.0.2 - Fix Telegram palette, tokenize Conversation node params, upgrade to Node-RED 3.0.1
  • 1.0.1 - Updated Telegram library, fixed editor in Untitled
  • 1.0.0 - Mission Control (control panel + nodes), removed deprecated nodes, added Google Analytics. See changes here
  • 0.19.20 - Fix waiting acknowledgement in Slack API
  • 0.19.19 - Fix .keys() error in Rules node, added Push and Pop message nodes
  • 0.19.18 - Added skipMediaFiles for Telegram bot, fixed default valut in Untitled
  • 0.19.16 - Fixed tokens not encrypted in Telegram, fixed reply in threads for Slack, added support for markdown in Slack
  • 0.19.15 - Fixed bug in modify message text for inline buttons in Telegram, fixed Slack connector, added support for web sockets
  • 0.19.11 - Added and fixed Facebook Messenger templates, remove deprecated templates in Facebook Messenger, expose message id in Telegram, delete a message in Telegram
  • 0.19.10 - • Added Telegram menu node, fix sticker node send by id, changed routing error into a warning, enable receiving vide notes, fix louse checking in rules node
  • 0.19.9 - Improved NLP (extract all entities, uses alias for multiple entities, fix alias in utterances), improved param nodes for chained messages, remove deprecated nodes (Recast, Listen, Listen-lexicon), in Messenger quick replies removed location and added email / phone buttons
  • 0.19.8 - Upgraded NLP.js, refactored location node
  • 0.19.7 - Bumped NLP.js
  • 0.19.6 - Add formatting for captions in Telegram
  • 0.19.5 - Fix Slack cleanup on closing connection
  • 0.19.4 - Update Slack to new API Untitled
  • 0.19.3 - Added error pin to sender nodes for Telegram, Slack, Facebook, Twilio
  • 0.19.2 - Reverted previous, fixed param in settings.js config for authorized users usernames
  • 0.19.1 - Fixed param in settings.js config for authorized users authorizedUsernames (previously usernames)
  • 0.19.0 - Untitled
  • 0.18.15 - Fix Slack events
  • 0.18.14 - Fixed bug with base url on callbacks
  • 0.18.13 - Fixed a bug with multi endpoints chatbots (picking the wrong one)
  • 0.18.12 - Moved parseMode from Telegram config to Untitled , added language drop down to Untitled for multi-language support
  • 0.18.11 - Enable MS Teams nodes
  • 0.18.10 - Added nodes for NLP.js, deprecated Untitled , breaking changes for Untitled , added “Is Language …” rule to Untitled
  • 0.18.9 - Support for multiple webhook for Routee
  • 0.18.8 - Fix refresh of access token in Routee
  • 0.18.7 - Fixed Alexa nodes not properly working with the multi transport framework
  • 0.18.6 - Added test endpoint for Telegram webhook
  • 0.18.5 - Support for Slack events
  • 0.18.4 - Fix post-back buttons in Telegram using web-hooks, fix validation of quick replies in Messenger, fix params for modify message, fix set value in context node

... (truncated)

Commits

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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)

Bumps [node-red-contrib-chatbot](https://github.com/guidone/node-red-contrib-chatbot) from 1.2.1 to 1.2.4.
- [Release notes](https://github.com/guidone/node-red-contrib-chatbot/releases)
- [Changelog](https://github.com/guidone/node-red-contrib-chatbot/blob/master/CHANGELOG.md)
- [Commits](guidone/node-red-contrib-chatbot@1.2.1...1.2.4)

---
updated-dependencies:
- dependency-name: node-red-contrib-chatbot
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 20, 2023
@dependabot dependabot bot requested a review from rcarmo February 20, 2023 14:59
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.

None yet

1 participant