Skip to content

Releases: renalreg/python-mirth-client

v4.0.1

23 Jun 15:36
a0d5487

Choose a tag to compare

What's Changed

  • General improvements by @OliveraReeves in #71
  • fixed issue that would have appeared when using pydantic > 2.0

Full Changelog: v4.0.0...v4.1.0

v4.0.0

19 Dec 14:31
8bd49e1

Choose a tag to compare

What's Changed

  • Dependency updates:
    • pytest-cov: ^3.0.0 → ^4.0.0 (#53)
    • mypy: ^0.981 → ^1.1 (#54, #63)
    • black: ^22.1 → ^23.3 (#64)
    • httpx: ^0.23.0 → >=0.23,<0.25 (#69)
    • lxml: ^4.7.1 → ^5.2.2 (#68)
    • sphinx-rtd-theme: >=0.5.1,<1.1.0 → >=0.5.1,<2.1.0 (#67)
    • semver: ^2.13.0 → >=2.13,<4.0 (#66)
    • pydantic: ^1.8.2 → >=1.8.2,<3.0.0 (#65)
    • importlib-metadata: <5 → <7 (#59)
  • feat(TNG-1034): Update Python version (#70)

Full Changelog: v3.2.0-1...v4.0.0

v3.2.0-1

07 Oct 17:25

Choose a tag to compare

Retrigger publish after working around PyCQA/bandit#951

v3.2.0

07 Oct 17:12

Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.2.0

v3.1.0

06 Jul 12:53

Choose a tag to compare

What's Changed

  • Dropped support for Python 3.6 in #49
  • Updated dependencies

Full Changelog: v3.0.0...v3.1.0

v3.0.0

07 Feb 12:33
1ae2077

Choose a tag to compare

What's Changed

  • Update httpx requirement from >=0.18,<0.22 to >=0.18,<0.23 by @dependabot in #36
  • Update mypy requirement from ^0.910 to ^0.931 by @dependabot in #35
  • Update typing-extensions requirement from ^3.10.0 to >=3.10,<5.0 by @dependabot in #31
  • Model tests from API examples by @jtc42 in #38

Breaking changes

Internal changes

Full Changelog: v2.0.4...v3.0.0

v2.0.4

03 Dec 16:29

Choose a tag to compare

Changelog

  • Include X-Requested-With header on all requests

v2.0.3

07 Oct 14:06

Choose a tag to compare

Changelog

  • Handle missing or removed channel message responses

v2.0.2

03 Sep 13:59

Choose a tag to compare

Changelog

  • Only return sent message on POST for Mirth API versions recent enough to return the message ID

In newer versions of Mirth, the API actually tells you the ID of the message you just sent and we use this to quickly return the message it received. In older versions, Mirth doesn't tell you anything about the message you just sent. In this case we return nothing and don't check if the message actually got processed. Sorry!

v2.0.1

27 Aug 10:40

Choose a tag to compare

Changelog

  • Fixed typo in ChannelMessageResponseModel class name