Skip to content

Release of all 4.0.0-m1.2 packages to npm

Pre-release
Pre-release
Compare
Choose a tag to compare
@Stevenic Stevenic released this 07 Feb 23:14

Installation

This is the M1 (release) of all packages to npm. To install you will need to include an @Preview tag:

npm install --save botbuilder@preview
npm install --save botbuilder-services@preview
npm install --save botbuilder-ai@preview
npm install --save botbuilder-azure@preview
npm install --save botbuilder-choices@preview
npm install --save botbuilder-node@preview

Updates

List of patches published for this release.

botbuilder@4.0.0-m1.4

  • Fixed a filename case issue which would prevent the botbuilder module from loading on a Mac or Linux.

botbuilder@4.0.0-m1.3

  • Made StorageSettings.optimizeWrites optional to fix an issue when using the FileStorage provider.