Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 930 Bytes

File metadata and controls

55 lines (33 loc) · 930 Bytes

CHANGELOG

2.0.0 - 2026-03-20

  • add AsyncWSC class for async requests
  • replace requets with httpx
  • require python >= 3.11
  • raise RemoteMetohodException when response has non-zero error
  • handle exceptions in wsutil.py scipt
  • update specfile for python3.11 package
  • add github workflows for builds

1.1.0 - 2025-03-06

  • adjust requirement dependencies

1.0.2 - 2023-05-22

  • add urllib3<2 version restriction

1.0.1 - 2023-04-01

  • format code with black
  • fix flake8 linter errors
  • fix getter/setter typos
  • add poetry config
  • add el7 scl rh-python38 specfile

1.0.0 - 2022-01-26

  • first pypi release

0.2.0 - 2020-01-09

  • update for python3

0.1.1 - 2019-10-31

  • fix README typos and bump package version

0.1.0 - 2018-07-10

  • allow bad content types

0.0.3 - 2017-12-09

  • Add debug logging

0.0.2 - 2017-10-08

  • Split ECP login into class

0.0.1 - 2017-08-16

  • initial release