Releases: rveachkc/pymsteams
Releases · rveachkc/pymsteams
v0.2.5 wheels
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
What's Changed
- fix: rename httpx parameter to mounts by @ericdevries in #158
New Contributors
- @ericdevries made their first contribution in #158
Full Changelog: 0.2.3...0.2.4
Version 0.2.3
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
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