Skip to content

Releases: rveachkc/pymsteams

v0.2.5 wheels

07 Jan 23:58
674a3bd
Compare
Choose a tag to compare

This release does not change any of the underlying code, but it does change the tooling quite a bit.

  • CircleCI is out, Github Actions are in
  • uv is now used as a project management utility
  • ruff is now used to lint
  • pre-commit is now used to help validate prior to committing
  • wheels should not be published as requested by @dimbleby in #159 (fingers crossed, this is the first tag triggering that action)

What's Changed

Full Changelog: 0.2.4...0.2.5

v0.2.4

06 Jan 20:06
adaed8a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.3...0.2.4

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