This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Merged
Conversation
lei9444
pushed a commit
to lei9444/BotFramework-Composer-1
that referenced
this pull request
Jun 15, 2021
* update changelog script * add 4.9 release notes Co-authored-by: Chris Whitten <christopher.whitten@microsoft.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes #3096
4.9
In this release:
Composer desktop application
We are excited to be releasing version 1.0 Composer desktop application! With the desktop version of Composer,
users no longer need to clone the repository and build from source. There versions available for all platforms.
To see all releases, visit the releases tab or go to https://aka.ms/download-composer for the latest version.
4.9 SDK
This release includes version 4.9 of the BotFramework BotBuilder SDK. Check out the release notes here.
Composer Plugins
A preview version of Composer plugins is shipping with this release. With plugins, developers can extend Composer functionality
in many ways such as authentication, custom storage, custom publishing as well as extending the Composer api in arbitrary ways.
To see examples of plugins, look in the
./Composer/pluginsdirectory.Managed runtime
By default, new bots created with Composer will only include the declarative assets (dialogs, lu, and lg files). The runtime needed to run the bot
is managed by Composer. If users want to customize the runtime, they can do so by "ejecting" from the settings page.
Azure deploy
An example of a plugin that the Composer team has worked on is the Azure Publish plugin. With this, users can now provision and deploy their
bots to Azure Bot Service directly through Composer!
Accessibility updates
Many accessibility improvements were made in this release. We are always striving to ensure our products meet the highest standards
of accessibility compliance.
Full Changelog
Added
Fixed
UseCosmosDbPersistentStorageUseTranscriptLoggerMiddlewaresettings and use API to get tenant ID (#2964) (@zidaneymar)updatehandler (#2823) (@yeze322)Changed
Other