Releases: microsoft/Agents-for-js
Releases · microsoft/Agents-for-js
v1.0.0
What's Changed
- Update FICClientId retrieval to use connection-specific environment variable by @rido-min in #456
- Refactor imports for logger by @rido-min in #458
- Improve Logs by @rido-min in #461
- [#434] CopilotStudio Client WebChat sample failure when cloud is not set by @sw-joelmut in #457
- Fix/usertokenclient refreshtoken by @rido-min in #463
- Update dependencies by @rido-min in #468
- Review typedocfx by @rido-min in #465
- Removed teams extension and samples by @Stevenic in #469
- [#417] Support sovereign / national clouds by @ceciliaavila in #467
- Improved documentation comments by @JimDaly in #472
- Add request logging to ConnectorClient and UserTokenClient by @rido-min in #473
- [#451] Enable to pass headers to connector by @sw-joelmut in #471
- Refactor ConnectorClient methods to remove 'Async' suffix by @rido-min in #477
- rev to 1.0 by @rido-min in #478
New Contributors
Full Changelog: v0.6.11...v1.0.0
v0.6.11
What's Changed
- [#299] ServiceURl Should not be required when DeliveryMode = ExpectReplies by @ceciliaavila in #399
- Bump rxjs from 5.5.12 to 7.8.2 by @sw-joelmut in #442
- [#271] Ignore 'No client info in response' warning from MSAL by @sw-joelmut in #444
- [#364] Implement Logging in CopilotStudio Client by @sw-joelmut in #411
- Refactor StreamingResponse to use entities for channel data by @rido-min in #445
- [#182] Implement routes rank by @ceciliaavila in #440
- Add/Improve documentation comments by @JimDaly in #447
- Update documentation examples in AgentApplication by @rido-min in #448
- [#366] Add Transcript Middleware to App object by @ceciliaavila in #423
- Update dependencies and refactor blob demo to use TokenCredential by @rido-min in #449
Full Changelog: v0.6.1...v0.6.11
v0.6.1
What's Changed
- chore: update dependencies in package.json files by @rido-min in #336
- Feat new teams extension by @rido-min in #332
- feat: add Microsoft Teams extension package and documentation by @rido-min in #346
- Fix build warnings in reference doc generations by @JimDaly in #350
- Feat/streaming by @rido-min in #339
- Update UserTokenClient with GetTokenOrSigningResource / GetTokenStatus and GetAadTokens by @rido-min in #291
- [#224] Update Copilot Studio Client and sample to support S2S and DirectURL Connection by @ceciliaavila in #354
- Fix/284-routes by @rido-min in #380
- refactor: use Activity.fromObject for sending activity responses in message handling by @rido-min in #385
- fix: update code block syntax in README for environment variables by @rido-min in #381
- refactor: update OAuth flow to use Storage instead of UserState and improve token handling by @rido-min in #402
- [#397] [Feature] Add WebChat support for Copilot Studio Client by @sw-joelmut in #398
- [#222] Add support for Targeted messages in a group setting by @ceciliaavila in #386
- update deps by @rido-min in #405
- Feat/auto-auth-obo2 by @rido-min in #413
- chore: update dependencies to latest versions for @types/node and sinon by @rido-min in #418
- feat: implement MsalTokenCredential for Azure authentication and update BlobsStorage constructor by @rido-min in #421
- [#368] Provide custom scopes for MCS environments by @ceciliaavila in #415
- chore: update dependencies and fix typo in streaming response message by @rido-min in #428
- Support multiple connections by @rido-min in #430
- Rev version to 0.6 by @rido-min in #439
New Contributors
- @ceciliaavila made their first contribution in #354
- @sw-joelmut made their first contribution in #398
Full Changelog: v0.4.3...v0.6.1
v0.4.3
v0.4.1
v0.3.5
What's Changed
- One file samples by @rido-min in #274
- try to address build warnings in docs by @JimDaly in #279
- Add Authorization Handlers by @rido-min in #276
- Add and enhance typedoc comments to improve reference documentation completeness by @JimDaly in #283
- Adding more changes to address warnings in generated docs output by @JimDaly in #281
- Enhancing TypeDoc comments by @JimDaly in #294
- Update dependencies and remove deprecated comments in dialog context and manager by @rido-min in #295
New Contributors
Full Changelog: v0.2.14...v0.3.5
v0.2.14
What's Changed
- Fix Parsers renames for tests and comments by @VictoriaAcqua in #196
- Add more app.activity examples for different types by @VictoriaAcqua in #197
- Add dialogs README and typedoc by @rido-min in #206
- Fix typedoc warnings on dialogs by @rido-min in #212
- Update lint strategy by @rido-min in #218
- Add clock tolerance to JWT verification options by @rido-min in #220
- Rename bot->agent in public API by @rido-min in #210
- Update to latest dependencies, review devDependencies by @rido-min in #221
- Enable any Storage in Agent 2 Agent by @rido-min in #223
- Feat/33 app tests by @rido-min in #230
- Add signinCard method to CardFactory by @rido-min in #234
- Dependabot/updates by @rido-min in #238
- add missing imports by @rido-min in #240
- add date as a valid union to timestamp by @rido-min in #251
- add product info to user agent by @rido-min in #252
- Consolidate SSO Flows by @rido-min in #247
- refactor: update entity schema to allow unknown fields and enhance tests for activity entities by @rido-min in #260
- Bump eslint from 9.25.0 to 9.25.1 by @dependabot in #257
- Bump typedoc from 0.28.2 to 0.28.3 by @dependabot in #256
- test: add roundtrip tests for Activity value serialization by @rido-min in #265
- Enhance documentation with detailed comments by @rido-min in #267
- Adds new Package: hosting-express by @rido-min in #266
- Update missing exports, and review typedoc config by @rido-min in #270
Full Changelog: v0.1.49...v0.2.14
v0.1.49
What's Changed
- Update axios and CI configuration for compatibility by @rido-min in #125
- Implement Activity.Clone by @VictoriaAcqua in #136
- Update packages by @rido-min in #144
- Fix lock by @rido-min in #147
- Bot2Bot feature by @alejandrocolman in #140
- [Feat Branch] Application Style for WebChat and Teams by @rido-min in #139
- Add bot hosting dialogs package by @JhontSouth in #141
- Rename validators functions to parsers by @VictoriaAcqua in #156
- Fix server rateLimit 429 errors on samples by @VictoriaAcqua in #157
- Zod error whenrelatesTo.bot is null by @VictoriaAcqua in #160
- Fix parse/validators and upd deps by @rido-min in #163
- Update JWT middleware to support multiple audiences. Remove aud validation by @alejandrocolman in #162
- Fix parsers errors by @VictoriaAcqua in #164
- Rename Bot with Agent by @rido-min in #165
- Update dependabot configuration to change package directories by @rido-min in #173
- Add test-bot for messagingExtensions by @VictoriaAcqua in #172
- Update Adaptive Card handling: make 'id' optional and enhance action execution by @rido-min in #178
- Update MSAL to 3.4.1 by @rido-min in #184
- Root Agent sample: EndOfConversation with blob storage memory by @alejandrocolman in #187
- Add test-bot for taskModules by @VictoriaAcqua in #188
- Review exports in App.AdaptiveCards by @VictoriaAcqua in #189
- Bump adaptivecards from 1.3.1 to 3.0.5 by @dependabot in #113
Full Changelog: v0.1.27...v0.1.49
v0.1.27
What's Changed
- Bump deps, and ref ado pr ci by @rido-min in #88
- Add error handling to server listen method in bot index files by @alejandrocolman in #82
- Create a new package for Teams by @VictoriaAcqua in #99
- Typedocs comments by @alejandrocolman in #77
- Add Tamples to Workspace by @rido-min in #112
- Update vscode tasks by @rido-min in #114
- Prep next release by @rido-min in #120
Full Changelog: v0.1.20...v0.1.27
v0.1.20
What's Changed
- Bump zod from 3.24.1 to 3.24.2 by @dependabot in #51
- Bump eslint from 9.20.0 to 9.20.1 by @dependabot in #52
- Bump @azure/msal-node from 3.2.1 to 3.2.2 by @dependabot in #53
- Fix/clean lock by @rido-min in #54
- Enable Auth using FIC by @rido-min in #56
- Implement Flow Expiration in SSO flows by @VictoriaAcqua in #61
- Fix types for mcs client. Update MSAL and esbuild by @rido-min in #65
- @eslint/plugin-kit 0.2.5 by @rido-min in #66
- Update package exports to point to the correct source path in agents-… by @rido-min in #67
- Fix/mcs typedocs by @rido-min in #68
- Refactor logging levels to use debug instead of info and update logger to support debug level by @rido-min in #69
- Create a migration guide for transitioning from botbuilder-js to copilot-sdk by @JhontSouth in #23
- Teams samples by @alejandrocolman in #70
- Prep Release by @rido-min in #71
- Downgrade UUID to 11.0.5 by @rido-min in #74
New Contributors
- @dependabot made their first contribution in #51
- @JhontSouth made their first contribution in #23
Full Changelog: v0.1.5...v0.1.20