Skip to content

Releases: atc0005/go-teams-notify

v2.11.0-alpha.2

24 Jul 11:03
3acf799
Compare
Choose a tag to compare
v2.11.0-alpha.2 Pre-release
Pre-release

What's Changed

Bug Fixes 🐛

Full Changelog: v2.11.0-alpha.1...v2.11.0-alpha.2

v2.11.0-alpha.1

12 Jul 11:58
28f7962
Compare
Choose a tag to compare
v2.11.0-alpha.1 Pre-release
Pre-release

What's Changed

New Features or Enhancements 🎉

  • Add initial support for Workflow connectors by @atc0005 in #265

Dependency Updates

  • ghaw: bump github/codeql-action from 2 to 3 by @dependabot in #249
  • Go Dependency: Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #260

Other Changes

  • Documentation refresh for Workflow connectors by @atc0005 in #263
  • Sync latest changes from master branch by @atc0005 in #266

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

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