Releases: atc0005/go-teams-notify
v2.7.1-rc.1
WARNING
This is a release candidate (RC) release. Unless issues are discovered & reported, this will become the next v2.7.1 stable release.
Please test and provide feedback so that any blocking issues can be resolved before the v2.7.1 release.
Thanks in advance!
Changed
- Dependencies
github.com/stretchr/testify
v1.8.1
tov1.8.2
- CI
Adaptive Card
format- (GH-206) Update
AdaptiveCardMaxVersion
to 1.5
- (GH-206) Update
Fixed
- (GH-208) Validation of
(adaptivecard.Attachment).Content
is missing
References
- See the
v2.7.1
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v2.7.0
Added
- (GH-134) Allow setting user agent, fallback to project-specific default value
- (GH-135) Allow overriding default
http.Client
- (GH-157) Add
Adaptive Card
message format support - (GH-169) Added YAML en(de)coding support to
MessageCard
- credit: @pcanilho
Changed
- Dependencies
github.com/stretchr/testify
v1.7.0
tov1.8.1
- (GH-154) Deprecate API interface, expose underlying "Teams" client
- (GH-183) Update Makefile and GitHub Actions Workflows
- (GH-190) Refactor GitHub Actions workflows to import logic
Fixed
- (GH-166) Update
lintinstall
Makefile recipe - (GH-184) Apply Go 1.19 specific doc comments linting fixes
- (GH-176)
./send_test.go:238:8: second argument to errors.As should not be *error
- (GH-179) Wrong json key name for URL (uses uri instead)
- credit: @janfonas
References
- See the
v2.7.0
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v2.7.0-rc.2
WARNING
This is a release candidate (RC) release. Unless issues are discovered & reported, this will become the next v2.7.0 stable release.
Please test and provide feedback so that any blocking issues can be resolved before the v2.7.0 release.
Thanks in advance!
Changes for the v2.7.0-rc.2
release
- dependency updates
- CI tweaks/enhancements
Changes for the v2.7.0-rc.1
release
- Go 1.19 specific linting fixes
- CI tweaks/enhancements
Changes for the v2.7.0-alpha.6
release
Changes for the v2.7.0-alpha.5
release
Changes for the v2.7.0-alpha.4
release
- linting fixes
Changes for the v2.7.0-alpha.3
release
- (GH-169) add YAML en(de)coding support to MessageCard (thanks to @pcanilho)
- dependency updates
- linting fixes (more needed)
Changes for the v2.7.0-alpha.2
release
- new
adaptivecard
package - remove
botapi
package - example code refresh
- documentation refresh
- simplify
goteamsnotify.messagePreparer
interface - simplify
MessageCard.Prepare()
implementation - explicitly mark existing formatting functionality as specific to the
MessageCard
format - ...
See GH-162 for more changes.
Changes for the v2.7.0-alpha.1
release
- deprecate the current
API
interface - expose
TeamsClient
to take its place - create new
botapi
package (limited functionality) - add support for overriding default
http.Client
- add default project-specific user agent, support for overriding the default from client code
- ...
See GH-155 for more changes.
References
- See the
v2.7.0
milestone for all issues associated with this (upcoming) release. - Please provide feedback (good or bad) via the discussion thread here.
v2.7.0-rc.1
WARNING
This is a release candidate (RC) release. Unless issues are discovered & reported, this will become the next v2.7.0 stable release.
Please test and provide feedback so that any blocking issues can be resolved before the v2.7.0 release.
Thanks in advance!
Changes for the v2.7.0-rc.1
release
- Go 1.19 specific linting fixes
- CI tweaks/enhancements
Changes for the v2.7.0-alpha.6
release
Changes for the v2.7.0-alpha.5
release
Changes for the v2.7.0-alpha.4
release
- linting fixes
Changes for the v2.7.0-alpha.3
release
- (GH-169) add YAML en(de)coding support to MessageCard (thanks to @pcanilho)
- dependency updates
- linting fixes (more needed)
Changes for the v2.7.0-alpha.2
release
- new
adaptivecard
package - remove
botapi
package - example code refresh
- documentation refresh
- simplify
goteamsnotify.messagePreparer
interface - simplify
MessageCard.Prepare()
implementation - explicitly mark existing formatting functionality as specific to the
MessageCard
format - ...
See GH-162 for more changes.
Changes for the v2.7.0-alpha.1
release
- deprecate the current
API
interface - expose
TeamsClient
to take its place - create new
botapi
package (limited functionality) - add support for overriding default
http.Client
- add default project-specific user agent, support for overriding the default from client code
- ...
See GH-155 for more changes.
References
- See the
v2.7.0
milestone for all issues associated with this (upcoming) release. - Please provide feedback (good or bad) via the discussion thread here.
v2.7.0-alpha.6
WARNING
NOTE: This is not considered a stable release.
Changes for the v2.7.0-alpha.6
release
Changes for the v2.7.0-alpha.5
release
Changes for the v2.7.0-alpha.4
release
- linting fixes
Changes for the v2.7.0-alpha.3
release
- (GH-169) add YAML en(de)coding support to MessageCard (thanks to @pcanilho)
- dependency updates
- linting fixes (more needed)
Changes for the v2.7.0-alpha.2
release
- new
adaptivecard
package - remove
botapi
package - example code refresh
- documentation refresh
- simplify
goteamsnotify.messagePreparer
interface - simplify
MessageCard.Prepare()
implementation - explicitly mark existing formatting functionality as specific to the
MessageCard
format - ...
See GH-162 for more changes.
Changes for the v2.7.0-alpha.1
release
- deprecate the current
API
interface - expose
TeamsClient
to take its place - create new
botapi
package (limited functionality) - add support for overriding default
http.Client
- add default project-specific user agent, support for overriding the default from client code
- ...
See GH-155 for more changes.
References
- See the
v2.7.0
milestone for all issues associated with this (upcoming) release. - Please provide feedback (good or bad) via the discussion thread here.
v2.7.0-alpha.5
WARNING
NOTE: This is not considered a stable release.
Changes for the v2.7.0-alpha.5
release
Changes for the v2.7.0-alpha.4
release
- linting fixes
Changes for the v2.7.0-alpha.3
release
- (GH-169) add YAML en(de)coding support to MessageCard (thanks to @pcanilho)
- dependency updates
- linting fixes (more needed)
Changes for the v2.7.0-alpha.2
release
- new
adaptivecard
package - remove
botapi
package - example code refresh
- documentation refresh
- simplify
goteamsnotify.messagePreparer
interface - simplify
MessageCard.Prepare()
implementation - explicitly mark existing formatting functionality as specific to the
MessageCard
format - ...
See GH-162 for more changes.
Changes for the v2.7.0-alpha.1
release
- deprecate the current
API
interface - expose
TeamsClient
to take its place - create new
botapi
package (limited functionality) - add support for overriding default
http.Client
- add default project-specific user agent, support for overriding the default from client code
- ...
See GH-155 for more changes.
References
- See the
v2.7.0
milestone for all issues associated with this (upcoming) release. - Please provide feedback (good or bad) via the discussion thread here.
v2.7.0-alpha.4
WARNING
NOTE: This is not considered a stable release.
Changes for the v2.7.0-alpha.4
release
- linting fixes
Changes for the v2.7.0-alpha.3
release
- (GH-169) add YAML en(de)coding support to MessageCard (thanks to @pcanilho)
- dependency updates
- linting fixes (more needed)
Changes for the v2.7.0-alpha.2
release
- new
adaptivecard
package - remove
botapi
package - example code refresh
- documentation refresh
- simplify
goteamsnotify.messagePreparer
interface - simplify
MessageCard.Prepare()
implementation - explicitly mark existing formatting functionality as specific to the
MessageCard
format - ...
See GH-162 for more changes.
Changes for the v2.7.0-alpha.1
release
- deprecate the current
API
interface - expose
TeamsClient
to take its place - create new
botapi
package (limited functionality) - add support for overriding default
http.Client
- add default project-specific user agent, support for overriding the default from client code
- ...
See GH-155 for more changes.
References
- See the
v2.7.0
milestone for all issues associated with this (upcoming) release. - Please provide feedback (good or bad) via the discussion thread here.
v2.7.0-alpha.3
WARNING
NOTE: This is not considered a stable release.
Changes for the v2.7.0-alpha.3
release
- (GH-169) add YAML en(de)coding support to MessageCard (thanks to @pcanilho)
- dependency updates
- linting fixes (more needed)
Changes for the v2.7.0-alpha.2
release
- new
adaptivecard
package - remove
botapi
package - example code refresh
- documentation refresh
- simplify
goteamsnotify.messagePreparer
interface - simplify
MessageCard.Prepare()
implementation - explicitly mark existing formatting functionality as specific to the
MessageCard
format - ...
See GH-162 for more changes.
Changes for the v2.7.0-alpha.1
release
- deprecate the current
API
interface - expose
TeamsClient
to take its place - create new
botapi
package (limited functionality) - add support for overriding default
http.Client
- add default project-specific user agent, support for overriding the default from client code
- ...
See GH-155 for more changes.
References
- See the
v2.7.0
milestone for all issues associated with this (upcoming) release. - Please provide feedback (good or bad) via the discussion thread here.
v2.7.0-alpha.2
WARNING
NOTE: This is not considered a stable release.
Changes for the v2.7.0-alpha.2
release
- new
adaptivecard
package - remove
botapi
package - example code refresh
- documentation refresh
- simplify
goteamsnotify.messagePreparer
interface - simplify
MessageCard.Prepare()
implementation - explicitly mark existing formatting functionality as specific to the
MessageCard
format - ...
See GH-162 for more changes.
Changes for the v2.7.0-alpha.1
release
- deprecate the current
API
interface - expose
TeamsClient
to take its place - create new
botapi
package (limited functionality) - add support for overriding default
http.Client
- add default project-specific user agent, support for overriding the default from client code
- ...
See GH-155 for more changes.
References
- See the
v2.7.0
milestone for all issues associated with this (upcoming) release. - Please provide feedback (good or bad) via the discussion thread here.
v2.7.0-alpha.1
WARNING
NOTE: This is not considered a stable release.
Changes since the last stable release
- deprecate the current
API
interface - expose
TeamsClient
to take its place - create new
botapi
package (limited functionality) - add support for overriding default
http.Client
- add default project-specific user agent, support for overriding the default from client code
- ...
See GH-155 for more changes.
References
- See the
v2.7.0
milestone for all issues associated with this (upcoming) release. - Please provide feedback (good or bad) via the discussion thread here.