Skip to content

Releases: rveachkc/pymsteams

Version 0.2.3

11 Jul 15:31
Compare
Choose a tag to compare

This version validates on all http 200-level return codes, not just requests, not just 200 via requests.codes.ok.

version 0.2.2 - relax response validation

09 Oct 03:59
Compare
Choose a tag to compare

What's Changed

  • Update how to get the last http status code in README to reflect prior code changes. by @gmi-joelbondurant in #126
  • Doc update by @rveachkc in #127
  • Dont check if the response text is simply '1' because it's sending a complex JSON payload by @alextadams88 in #136

New Contributors

Full Changelog: 0.2.1...0.2.2

0.2.1

21 Jan 14:52
Compare
Choose a tag to compare

Version 0.2.1 corrects the python setup information, preventing incompatible code from being installed on Python 2.

Full Changelog: 0.2.0...0.2.1

0.2.0

18 Jan 05:51
44a53ff
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.16...0.2.0

v0.1.16

07 Oct 13:33
Compare
Choose a tag to compare

What's Changed

  • Bump urllib3 from 1.25.9 to 1.26.5 by @dependabot in #98
  • Upgrade requests to the newest version supporting urllib3 1.26 by @szemek in #101
  • optional body arg to POST data to action URL by @calvma in #103

New Contributors

Full Changelog: 0.1.15...0.1.16

v0.1.15

10 May 13:38
Compare
Choose a tag to compare

#95: return self from methods to allow chaining. Thanks @matmunn

v0.1.14

02 Sep 00:00
Compare
Choose a tag to compare

Resolves #75, connectorcard.send() will now raise a TeamsWebhookException when a sent message is too large for the API to handle. Thanks @stmoody.

v0.1.13

08 Jun 15:00
Compare
Choose a tag to compare

potentialaction: New method: addOpenURI. Thanks @ipsoftar
connectorcard: exposes the http response object as class attribute last_http_response

v0.1.12

18 Jul 16:55
79d8a7b
Compare
Choose a tag to compare

Now allows for custom CA Bundles and disabling CA verification by leveraging the requests verify parameter: https://2.python-requests.org/en/master/user/advanced/#ssl-cert-verification

v0.1.11

02 Jul 01:23
1370961
Compare
Choose a tag to compare

Will now raise a TeamsWebhookException exception when an http call to the webhook service fails.