This version validates on all http 200-level return codes, not just requests, not just 200 via requests.codes.ok.
0.2.2
What's Changed * Update how to get the last http status code in README to reflect prior code changes. by gmi-joelbondurant in https://github.com/rveachkc/pymsteams/pull/126 * Doc update by rveachkc in https://github.com/rveachkc/pymsteams/pull/127 * Dont check if the response text is simply '1' because it's sending a complex JSON payload by alextadams88 in https://github.com/rveachkc/pymsteams/pull/136
New Contributors * gmi-joelbondurant made their first contribution in https://github.com/rveachkc/pymsteams/pull/126 * alextadams88 made their first contribution in https://github.com/rveachkc/pymsteams/pull/136
What's Changed * Implement async send by nickolay-github in https://github.com/rveachkc/pymsteams/pull/105 * add pytest-cov by nsano-rururu in https://github.com/rveachkc/pymsteams/pull/112
New Contributors * Dritzii made their first contribution in https://github.com/rveachkc/pymsteams/pull/109 * aviadlevy made their first contribution in https://github.com/rveachkc/pymsteams/pull/111 * nickolay-github made their first contribution in https://github.com/rveachkc/pymsteams/pull/105 * nsano-rururu made their first contribution in https://github.com/rveachkc/pymsteams/pull/112
What's Changed * Bump urllib3 from 1.25.9 to 1.26.5 by dependabot in https://github.com/rveachkc/pymsteams/pull/98 * Upgrade requests to the newest version supporting urllib3 1.26 by szemek in https://github.com/rveachkc/pymsteams/pull/101 * optional body arg to POST data to action URL by calvma in https://github.com/rveachkc/pymsteams/pull/103
New Contributors * szemek made their first contribution in https://github.com/rveachkc/pymsteams/pull/101 * calvma made their first contribution in https://github.com/rveachkc/pymsteams/pull/103