botframework-ruby icon indicating copy to clipboard operation
botframework-ruby copied to clipboard

Microsoft Bot Framework ruby client

Results 17 botframework-ruby issues
Sort by recently updated
recently updated
newest added

Bumps [puma](https://github.com/puma/puma) from 3.8.2 to 5.6.2. Release notes Sourced from puma's releases. 5.6.1 Bugfixes Reverted a commit which appeared to be causing occasional blank header values (see issue #2808) (#2809)...

dependencies

Bumps [json](https://github.com/flori/json) from 2.1.0 to 2.3.1. Changelog Sourced from json's changelog. 2020-06-30 (2.3.1) Spelling and grammar fixes for comments. Pull request #191 by Josh Kline. Enhance generic JSON and #generate...

dependencies

Bumps [rack](https://github.com/rack/rack) from 2.0.1 to 2.2.3. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...

dependencies

Bumps [rack](https://github.com/rack/rack) from 2.0.1 to 2.2.3. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...

dependencies

Bumps [puma](https://github.com/puma/puma) from 3.8.2 to 4.3.3. Release notes *Sourced from [puma's releases](https://github.com/puma/puma/releases).* > ## v4.3.0 - Mysterious Traveller > ![0000492109](https://user-images.githubusercontent.com/845662/68427889-ff59cd00-0178-11ea-8329-8493b3de6906.jpg) > > [Mysterious Traveller](https://www.youtube.com/watch?v=bZ44_P6iM18) > > * Features > *...

dependencies

Currently `lib/bot_framework/server.rb` raises `InvalidToken` exception, but it shouldn't because it's perfectly fine to receive invalid requests and should just log and ignore them. Otherwise currently I get a lot of...

- [x] The token was sent in the HTTP Authorization header with “Bearer” scheme - [x] The token is valid JSON that conforms to the JWT standard (see references) -...

When using Microsoft Bot Framework Channel Emulator it says ``` [14:00:03] Warning: The bot is using an SDK version earlier than 3.11.0. [14:00:03] Warning: SDK versions earlier than 3.11.0 use...

Currently to send messages to Skype or Telegram we have to manually create a Conversation, but it would be nicer if there was some higher level API. this is example...