Bot Framework SDK for Python v4.5b5
v4.5b5
Welcome to the 4.5b5 release of the Bot Framework SDK for Python!
This version of the SDK breaks backwards compatibility at the storage layer to fix some broken edge-case scenarios. If a current bot uses the previous botbuilder-azure Cosmos or Blob storage classes this update might break read/write scenarios if the data model is class based. We recommend backing-up current stored data and have a migration strategy moving into this new version.
Changelog:
- Initial template for echo bot. [PR 351] Fixes #350.
- Fixed black formatting. [PR 347]
- Updated recognizers versions. [PR 346]
- Fixed empty name error message typo in bot_state.py. [PR 345]
- Update for erialization in blob storage. [PR 344]
- Update for serialization in cosmos storage. [PR 343]
- DialogTestClient for Py. [PR 341]
- Updated inspection middleware. [PR 340]
- Application Insights accepts TelemetryProcessor or TelemetryClient for Django. [PR 336]
- Added Recognizer interface to LuisRecognizer. [PR 326]
- Updated pylint rules to comply to latest version. [PR 325]
- Fixed concatinating attachments if exist in Prompt::AppendChoices. [PR 324] Fixes #315.
- Fixed UnsupportedMediaType in samples. [PR 323]
- Removed await from synchronous method in the transcript logger. [PR 322]
- Fixed AttributeError. [PR 321]
- Fix for parity w/ dotnet in create_conversation tentant_id/channel_data. [PR 317]
- Added GetAnswerRaw for QnA Maker. [PR 316]
- Updated welcomecard isSubtle field value from "yes" to "true". [PR 314]
- Multi-turn SDK support for QnAId. [PR 310]
- Changed greeting to include instructions to type anything to see state in Sample 45. [PR 307]
- Multi-turn support for QnA MAker in python. [PR 305]
- Removed AppInsights sample. [PR 304]
- Modified secret key so that it's clearer it needs to be changed. [PR 303]
- Fixed retry prompting in NumberPrompt by adding await. [PR 302]
The issues list can be viewed here.