Skip to content

Releases: atc0005/go-teams-notify

v2.10.0

22 Feb 23:02
2601751
Compare
Choose a tag to compare

What's Changed

New Features or Enhancements 🎉

  • Add IsSublte and HorizontalAlignment to Element by @codello in #255

Dependency Updates

Other Changes

New Contributors

Full Changelog: v2.9.0...v2.10.0

v2.9.0

25 Jan 13:30
f941266
Compare
Choose a tag to compare

What's Changed

New Features or Enhancements 🎉

Dependency Updates

Other Changes

Full Changelog: v2.8.0...v2.9.0

v2.9.0-alpha.1

07 Dec 13:34
a09de7c
Compare
Choose a tag to compare
v2.9.0-alpha.1 Pre-release
Pre-release

What's Changed

New Features or Enhancements 🎉

  • Initial support for toggling visibility by @atc0005 in #246

Dependency Updates

Other Changes

  • Sync latest changes from master branch by @atc0005 in #245

Full Changelog: v2.8.0...v2.9.0-alpha.1

v2.8.0

21 Jul 12:09
935abb0
Compare
Choose a tag to compare

What's Changed

New Features or Enhancements 🎉

  • Update vuln analysis GHAW to remove on.push hook by @atc0005 in #225
  • Add initial Adaptive Card Table support by @atc0005 in #220
  • Add initial automated release notes config by @atc0005 in #232
  • Add initial automated release build workflow by @atc0005 in #233

Bug Fixes 🐛

Dependency Updates

  • go.mod: bump github.com/stretchr/testify from 1.8.2 to 1.8.4 by @dependabot in #222

Other Changes

Full Changelog: v2.7.1...v2.8.0

v2.8.0-alpha.1

09 Jun 11:04
5f66b72
Compare
Choose a tag to compare
v2.8.0-alpha.1 Pre-release
Pre-release

WARNING

NOTE: This is not considered a stable release.

Changes for the v2.8.0-alpha.1 release

  • ability to create a Table in AdaptiveCard format
  • CI updates
  • dependency updates

See GH-220 and GH-205 for more details.

References

v2.7.1

09 Jun 10:31
ff587f7
Compare
Choose a tag to compare

Changed

  • Dependencies
    • github.com/stretchr/testify
      • v1.8.1 to v1.8.2
  • CI
    • (GH-198) Add Go Module Validation, Dependency Updates jobs
    • (GH-200) Drop Push Validation workflow
    • (GH-201) Rework workflow scheduling
    • (GH-203) Remove Push Validation workflow status badge
    • (GH-207) Update vuln analysis GHAW to use on.push hook
  • Adaptive Card format
    • (GH-206) Update AdaptiveCardMaxVersion to 1.5
    • (GH-216) Refactor TopLevelCard.Validate
  • Other
    • (GH-212) Update InList, InListIfFieldValNotEmpty validators

Fixed

  • (GH-208) Validation of (adaptivecard.Attachment).Content is missing

References

v2.7.1-rc.3

27 Mar 10:59
0af7ea6
Compare
Choose a tag to compare
v2.7.1-rc.3 Pre-release
Pre-release

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 to v1.8.2
  • CI
    • (GH-198) Add Go Module Validation, Dependency Updates jobs
    • (GH-200) Drop Push Validation workflow
    • (GH-201) Rework workflow scheduling
    • (GH-203) Remove Push Validation workflow status badge
    • (GH-207) Update vuln analysis GHAW to use on.push hook
  • Adaptive Card format
    • (GH-206) Update AdaptiveCardMaxVersion to 1.5
    • (GH-216) Refactor TopLevelCard.Validate
  • (GH-212) Update InList, InListIfFieldValNotEmpty validators

Fixed

  • (GH-208) Validation of (adaptivecard.Attachment).Content is missing

References

v2.7.1-rc.2

23 Mar 12:07
cc08182
Compare
Choose a tag to compare
v2.7.1-rc.2 Pre-release
Pre-release

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 to v1.8.2
  • CI
    • (GH-198) Add Go Module Validation, Dependency Updates jobs
    • (GH-200) Drop Push Validation workflow
    • (GH-201) Rework workflow scheduling
    • (GH-203) Remove Push Validation workflow status badge
    • (GH-207) Update vuln analysis GHAW to use on.push hook
  • Adaptive Card format
    • (GH-206) Update AdaptiveCardMaxVersion to 1.5
  • (GH-212) Update InList, InListIfFieldValNotEmpty validators

Fixed

  • (GH-208) Validation of (adaptivecard.Attachment).Content is missing

References

v2.7.1-rc.1

21 Mar 11:04
312df42
Compare
Choose a tag to compare
v2.7.1-rc.1 Pre-release
Pre-release

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 to v1.8.2
  • CI
    • (GH-198) Add Go Module Validation, Dependency Updates jobs
    • (GH-200) Drop Push Validation workflow
    • (GH-201) Rework workflow scheduling
    • (GH-203) Remove Push Validation workflow status badge
    • (GH-207) Update vuln analysis GHAW to use on.push hook
  • Adaptive Card format
    • (GH-206) Update AdaptiveCardMaxVersion to 1.5

Fixed

  • (GH-208) Validation of (adaptivecard.Attachment).Content is missing

References

v2.7.0

12 Dec 10:52
c205f3b
Compare
Choose a tag to compare

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
    • see also discussion from GH-127, including feedback from
      @ghokun
  • (GH-169) Added YAML en(de)coding support to MessageCard

Changed

  • Dependencies
    • github.com/stretchr/testify
      • v1.7.0 to v1.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)

References