Releases: rveachkc/pymsteams
Releases · rveachkc/pymsteams
Version 0.2.3
version 0.2.2 - relax response validation
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
- @gmi-joelbondurant made their first contribution in #126
- @alextadams88 made their first contribution in #136
Full Changelog: 0.2.1...0.2.2
0.2.1
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
What's Changed
- Implement async send by @nickolay-github in #105
- add pytest-cov by @nsano-rururu in #112
New Contributors
- @Dritzii made their first contribution in #109
- @aviadlevy made their first contribution in #111
- @nickolay-github made their first contribution in #105
- @nsano-rururu made their first contribution in #112
Full Changelog: 0.1.16...0.2.0
v0.1.16
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
v0.1.14
v0.1.13
v0.1.12
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