forked from infracloudio/msbotbuilder-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
103 additions
and
103 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,112 +1,112 @@ | ||
# Changelog | ||
|
||
## [v0.2.5](https://github.com/infracloudio/msbotbuilder-go/tree/v0.2.5) (2021-10-19) | ||
## [v0.2.5](https://github.com/fasttrack-solutions/msbotbuilder-go/tree/v0.2.5) (2021-10-19) | ||
|
||
[Full Changelog](https://github.com/infracloudio/msbotbuilder-go/compare/v0.2.4...v0.2.5) | ||
[Full Changelog](https://github.com/fasttrack-solutions/msbotbuilder-go/compare/v0.2.4...v0.2.5) | ||
|
||
**Closed issues:** | ||
|
||
- Breaking change in latest github.com/lestrrat-go/jwx [\#41](https://github.com/infracloudio/msbotbuilder-go/issues/41) | ||
- Breaking change in latest github.com/lestrrat-go/jwx [\#41](https://github.com/fasttrack-solutions/msbotbuilder-go/issues/41) | ||
|
||
**Merged pull requests:** | ||
|
||
- Migrate dgrijalva/jwt dep to golang-jwt/jwt/v4 [\#62](https://github.com/infracloudio/msbotbuilder-go/pull/62) ([PrasadG193](https://github.com/PrasadG193)) | ||
- Create codeql-analysis.yml [\#61](https://github.com/infracloudio/msbotbuilder-go/pull/61) ([PrasadG193](https://github.com/PrasadG193)) | ||
- Migrate dgrijalva/jwt dep to golang-jwt/jwt/v4 [\#62](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/62) ([PrasadG193](https://github.com/PrasadG193)) | ||
- Create codeql-analysis.yml [\#61](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/61) ([PrasadG193](https://github.com/PrasadG193)) | ||
|
||
## [v0.2.4](https://github.com/infracloudio/msbotbuilder-go/tree/v0.2.4) (2021-04-18) | ||
## [v0.2.4](https://github.com/fasttrack-solutions/msbotbuilder-go/tree/v0.2.4) (2021-04-18) | ||
|
||
[Full Changelog](https://github.com/infracloudio/msbotbuilder-go/compare/v0.2.3...v0.2.4) | ||
[Full Changelog](https://github.com/fasttrack-solutions/msbotbuilder-go/compare/v0.2.3...v0.2.4) | ||
|
||
**Merged pull requests:** | ||
|
||
- Remove redundant print statement [\#60](https://github.com/infracloudio/msbotbuilder-go/pull/60) ([PrasadG193](https://github.com/PrasadG193)) | ||
- Remove redundant print statement [\#60](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/60) ([PrasadG193](https://github.com/PrasadG193)) | ||
|
||
## [v0.2.3](https://github.com/infracloudio/msbotbuilder-go/tree/v0.2.3) (2021-04-18) | ||
## [v0.2.3](https://github.com/fasttrack-solutions/msbotbuilder-go/tree/v0.2.3) (2021-04-18) | ||
|
||
[Full Changelog](https://github.com/infracloudio/msbotbuilder-go/compare/v0.2.2...v0.2.3) | ||
[Full Changelog](https://github.com/fasttrack-solutions/msbotbuilder-go/compare/v0.2.2...v0.2.3) | ||
|
||
**Fixed bugs:** | ||
|
||
- Echobot sample returns an error [\#38](https://github.com/infracloudio/msbotbuilder-go/issues/38) | ||
- Echobot sample returns an error [\#38](https://github.com/fasttrack-solutions/msbotbuilder-go/issues/38) | ||
|
||
**Closed issues:** | ||
|
||
- Failed to parse request. Authentication failed.: Unauthorized. Invalid AppId passed on token [\#54](https://github.com/infracloudio/msbotbuilder-go/issues/54) | ||
- Add support to Update an activity [\#35](https://github.com/infracloudio/msbotbuilder-go/issues/35) | ||
- Failed to parse request. Authentication failed.: Unauthorized. Invalid AppId passed on token [\#54](https://github.com/fasttrack-solutions/msbotbuilder-go/issues/54) | ||
- Add support to Update an activity [\#35](https://github.com/fasttrack-solutions/msbotbuilder-go/issues/35) | ||
|
||
**Merged pull requests:** | ||
|
||
- Added support for activity update [\#51](https://github.com/infracloudio/msbotbuilder-go/pull/51) ([sbawaskar](https://github.com/sbawaskar)) | ||
- Added support for activity update [\#51](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/51) ([sbawaskar](https://github.com/sbawaskar)) | ||
|
||
## [v0.2.2](https://github.com/infracloudio/msbotbuilder-go/tree/v0.2.2) (2020-09-16) | ||
## [v0.2.2](https://github.com/fasttrack-solutions/msbotbuilder-go/tree/v0.2.2) (2020-09-16) | ||
|
||
[Full Changelog](https://github.com/infracloudio/msbotbuilder-go/compare/v0.2.1...v0.2.2) | ||
[Full Changelog](https://github.com/fasttrack-solutions/msbotbuilder-go/compare/v0.2.1...v0.2.2) | ||
|
||
**Closed issues:** | ||
|
||
- Conversation update activity handler failing with infinite loop [\#47](https://github.com/infracloudio/msbotbuilder-go/issues/47) | ||
- Need a way to mock authentication [\#46](https://github.com/infracloudio/msbotbuilder-go/issues/46) | ||
- Conversation update activity handler failing with infinite loop [\#47](https://github.com/fasttrack-solutions/msbotbuilder-go/issues/47) | ||
- Need a way to mock authentication [\#46](https://github.com/fasttrack-solutions/msbotbuilder-go/issues/46) | ||
|
||
**Merged pull requests:** | ||
|
||
- Added test case with mock server [\#49](https://github.com/infracloudio/msbotbuilder-go/pull/49) ([sbawaskar](https://github.com/sbawaskar)) | ||
- Fixed conversation update activity handler failing with infinite loop \#47 [\#48](https://github.com/infracloudio/msbotbuilder-go/pull/48) ([sbawaskar](https://github.com/sbawaskar)) | ||
- Added test case with mock server [\#49](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/49) ([sbawaskar](https://github.com/sbawaskar)) | ||
- Fixed conversation update activity handler failing with infinite loop \#47 [\#48](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/48) ([sbawaskar](https://github.com/sbawaskar)) | ||
|
||
## [v0.2.1](https://github.com/infracloudio/msbotbuilder-go/tree/v0.2.1) (2020-07-26) | ||
## [v0.2.1](https://github.com/fasttrack-solutions/msbotbuilder-go/tree/v0.2.1) (2020-07-26) | ||
|
||
[Full Changelog](https://github.com/infracloudio/msbotbuilder-go/compare/v0.2.0...v0.2.1) | ||
[Full Changelog](https://github.com/fasttrack-solutions/msbotbuilder-go/compare/v0.2.0...v0.2.1) | ||
|
||
**Closed issues:** | ||
|
||
- 404 Not Found [\#44](https://github.com/infracloudio/msbotbuilder-go/issues/44) | ||
- Add support to Delete activity [\#34](https://github.com/infracloudio/msbotbuilder-go/issues/34) | ||
- Realese 0.1.1 [\#29](https://github.com/infracloudio/msbotbuilder-go/issues/29) | ||
- 404 Not Found [\#44](https://github.com/fasttrack-solutions/msbotbuilder-go/issues/44) | ||
- Add support to Delete activity [\#34](https://github.com/fasttrack-solutions/msbotbuilder-go/issues/34) | ||
- Realese 0.1.1 [\#29](https://github.com/fasttrack-solutions/msbotbuilder-go/issues/29) | ||
|
||
**Merged pull requests:** | ||
|
||
- Use github\_changelog\_generator 1.15.2 for release [\#45](https://github.com/infracloudio/msbotbuilder-go/pull/45) ([PrasadG193](https://github.com/PrasadG193)) | ||
- Added conversation update activity handler [\#42](https://github.com/infracloudio/msbotbuilder-go/pull/42) ([PrasadG193](https://github.com/PrasadG193)) | ||
- Add support to Delete Activity by ID [\#37](https://github.com/infracloudio/msbotbuilder-go/pull/37) ([PrasadG193](https://github.com/PrasadG193)) | ||
- Use github\_changelog\_generator 1.15.2 for release [\#45](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/45) ([PrasadG193](https://github.com/PrasadG193)) | ||
- Added conversation update activity handler [\#42](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/42) ([PrasadG193](https://github.com/PrasadG193)) | ||
- Add support to Delete Activity by ID [\#37](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/37) ([PrasadG193](https://github.com/PrasadG193)) | ||
|
||
## [v0.2.0](https://github.com/infracloudio/msbotbuilder-go/tree/v0.2.0) (2020-03-15) | ||
## [v0.2.0](https://github.com/fasttrack-solutions/msbotbuilder-go/tree/v0.2.0) (2020-03-15) | ||
|
||
[Full Changelog](https://github.com/infracloudio/msbotbuilder-go/compare/v0.1.0...v0.2.0) | ||
[Full Changelog](https://github.com/fasttrack-solutions/msbotbuilder-go/compare/v0.1.0...v0.2.0) | ||
|
||
**Closed issues:** | ||
|
||
- Add a sample for proactive message [\#28](https://github.com/infracloudio/msbotbuilder-go/issues/28) | ||
- Add support for file upload [\#25](https://github.com/infracloudio/msbotbuilder-go/issues/25) | ||
- Add support for attachments [\#12](https://github.com/infracloudio/msbotbuilder-go/issues/12) | ||
- Add support for proactive messages [\#11](https://github.com/infracloudio/msbotbuilder-go/issues/11) | ||
- Cache the JWT token used to send activity [\#9](https://github.com/infracloudio/msbotbuilder-go/issues/9) | ||
- Cache JWK document [\#8](https://github.com/infracloudio/msbotbuilder-go/issues/8) | ||
- Add CI build [\#7](https://github.com/infracloudio/msbotbuilder-go/issues/7) | ||
- Add a sample for proactive message [\#28](https://github.com/fasttrack-solutions/msbotbuilder-go/issues/28) | ||
- Add support for file upload [\#25](https://github.com/fasttrack-solutions/msbotbuilder-go/issues/25) | ||
- Add support for attachments [\#12](https://github.com/fasttrack-solutions/msbotbuilder-go/issues/12) | ||
- Add support for proactive messages [\#11](https://github.com/fasttrack-solutions/msbotbuilder-go/issues/11) | ||
- Cache the JWT token used to send activity [\#9](https://github.com/fasttrack-solutions/msbotbuilder-go/issues/9) | ||
- Cache JWK document [\#8](https://github.com/fasttrack-solutions/msbotbuilder-go/issues/8) | ||
- Add CI build [\#7](https://github.com/fasttrack-solutions/msbotbuilder-go/issues/7) | ||
|
||
**Merged pull requests:** | ||
|
||
- Add invoke activity handler to support file upload [\#32](https://github.com/infracloudio/msbotbuilder-go/pull/32) ([PrasadG193](https://github.com/PrasadG193)) | ||
- Add sample for sending proactive messages [\#31](https://github.com/infracloudio/msbotbuilder-go/pull/31) ([PrasadG193](https://github.com/PrasadG193)) | ||
- Add support for proactive messages [\#27](https://github.com/infracloudio/msbotbuilder-go/pull/27) ([PrasadG193](https://github.com/PrasadG193)) | ||
- add package cache [\#24](https://github.com/infracloudio/msbotbuilder-go/pull/24) ([sahil-lakhwani](https://github.com/sahil-lakhwani)) | ||
- Add license headers [\#21](https://github.com/infracloudio/msbotbuilder-go/pull/21) ([PrasadG193](https://github.com/PrasadG193)) | ||
- Add godoc reference badge in README [\#18](https://github.com/infracloudio/msbotbuilder-go/pull/18) ([PrasadG193](https://github.com/PrasadG193)) | ||
- Add invoke activity handler to support file upload [\#32](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/32) ([PrasadG193](https://github.com/PrasadG193)) | ||
- Add sample for sending proactive messages [\#31](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/31) ([PrasadG193](https://github.com/PrasadG193)) | ||
- Add support for proactive messages [\#27](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/27) ([PrasadG193](https://github.com/PrasadG193)) | ||
- add package cache [\#24](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/24) ([sahil-lakhwani](https://github.com/sahil-lakhwani)) | ||
- Add license headers [\#21](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/21) ([PrasadG193](https://github.com/PrasadG193)) | ||
- Add godoc reference badge in README [\#18](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/18) ([PrasadG193](https://github.com/PrasadG193)) | ||
|
||
## [v0.1.0](https://github.com/infracloudio/msbotbuilder-go/tree/v0.1.0) (2020-01-15) | ||
## [v0.1.0](https://github.com/fasttrack-solutions/msbotbuilder-go/tree/v0.1.0) (2020-01-15) | ||
|
||
[Full Changelog](https://github.com/infracloudio/msbotbuilder-go/compare/d2be6786149857b350c968db943256a460bd8487...v0.1.0) | ||
[Full Changelog](https://github.com/fasttrack-solutions/msbotbuilder-go/compare/d2be6786149857b350c968db943256a460bd8487...v0.1.0) | ||
|
||
**Merged pull requests:** | ||
|
||
- Add release script [\#17](https://github.com/infracloudio/msbotbuilder-go/pull/17) ([PrasadG193](https://github.com/PrasadG193)) | ||
- Address go vet complaints [\#16](https://github.com/infracloudio/msbotbuilder-go/pull/16) ([sahil-lakhwani](https://github.com/sahil-lakhwani)) | ||
- Add CI checks [\#15](https://github.com/infracloudio/msbotbuilder-go/pull/15) ([PrasadG193](https://github.com/PrasadG193)) | ||
- Update README [\#14](https://github.com/infracloudio/msbotbuilder-go/pull/14) ([PrasadG193](https://github.com/PrasadG193)) | ||
- Change data type of Attachment.Content [\#13](https://github.com/infracloudio/msbotbuilder-go/pull/13) ([sahil-lakhwani](https://github.com/sahil-lakhwani)) | ||
- Add godoc, golint fixes [\#10](https://github.com/infracloudio/msbotbuilder-go/pull/10) ([sahil-lakhwani](https://github.com/sahil-lakhwani)) | ||
- Reply to activity [\#6](https://github.com/infracloudio/msbotbuilder-go/pull/6) ([sahil-lakhwani](https://github.com/sahil-lakhwani)) | ||
- Add interfaces for components [\#5](https://github.com/infracloudio/msbotbuilder-go/pull/5) ([PrasadG193](https://github.com/PrasadG193)) | ||
- Fix token validation issue [\#3](https://github.com/infracloudio/msbotbuilder-go/pull/3) ([PrasadG193](https://github.com/PrasadG193)) | ||
- Merge develop to master [\#2](https://github.com/infracloudio/msbotbuilder-go/pull/2) ([PrasadG193](https://github.com/PrasadG193)) | ||
- Add release script [\#17](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/17) ([PrasadG193](https://github.com/PrasadG193)) | ||
- Address go vet complaints [\#16](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/16) ([sahil-lakhwani](https://github.com/sahil-lakhwani)) | ||
- Add CI checks [\#15](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/15) ([PrasadG193](https://github.com/PrasadG193)) | ||
- Update README [\#14](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/14) ([PrasadG193](https://github.com/PrasadG193)) | ||
- Change data type of Attachment.Content [\#13](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/13) ([sahil-lakhwani](https://github.com/sahil-lakhwani)) | ||
- Add godoc, golint fixes [\#10](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/10) ([sahil-lakhwani](https://github.com/sahil-lakhwani)) | ||
- Reply to activity [\#6](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/6) ([sahil-lakhwani](https://github.com/sahil-lakhwani)) | ||
- Add interfaces for components [\#5](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/5) ([PrasadG193](https://github.com/PrasadG193)) | ||
- Fix token validation issue [\#3](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/3) ([PrasadG193](https://github.com/PrasadG193)) | ||
- Merge develop to master [\#2](https://github.com/fasttrack-solutions/msbotbuilder-go/pull/2) ([PrasadG193](https://github.com/PrasadG193)) | ||
|
||
|
||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module github.com/infracloudio/msbotbuilder-go | ||
module github.com/fasttrack-solutions/msbotbuilder-go | ||
|
||
go 1.16 | ||
|
||
|
This file contains 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
This file contains 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
Oops, something went wrong.