5.0.0 (2024-11-12)
- centralnic reseller python sdk: Introducing CentralNic Reseller Python SDK API Connector (a78900c)
- centralnic reseller python sdk: This release deprecates the Hexonet Python SDK and introduces the CentralNic Reseller Python SDK.
- Note: To continue using the Hexonet SDK, please install version 4.0.2 or earlier.
4.0.4 (2024-10-21)
- deps: update sphinx-rtd-theme requirement from <3,>=1 to >=1,<4 (f4749f6)
4.0.3 (2024-09-04)
- deps: update sphinx requirement from <8,>=3 to >=3,<9 (71f6e91)
- deps: update sphinxcontrib-websupport requirement (b00095c)
4.0.2 (2023-11-09)
- README: remove 4.0.1 duplicates and test releasing again (bfb1057)
4.0.1 (2023-11-09)
- developmentguide.rst: Cleanup of setup.cfg and updated with pyproject.toml (8895d54)
- github actions: extend release process (cf63206)
- github actions: extend release process permissions (c7ef2df)
- github actions: last tryout (31bf7c7)
- github actions: playing with release process (ad245d0)
- pyproject.toml: Cleanup of setup.py in favour of pyproject.toml (52f05a8)
- releaserc.json: included pyproject.toml in release git assets (f54a85e)
- sphinx: upgraded to latest version and condition syntax fix (0f8e4f3)
4.0.0 (2022-06-08)
- dep-bump: upgrade dev-deps and test release process (33f4309)
- dep-bump: semantic-release v19
3.8.4 (2022-04-01)
- dep bump: trigger new version as of twine 4.0 (abd3472)
3.8.3 (2022-03-23)
- ot&e: url updated for OT&E environment (6bdebc8)
3.8.2 (2021-01-22)
- ci: migration from Travis CI to github actions (d74edcd)
- ci: missing replacement of m2r with m2r2 in docs/conf.py (4a1ec74)
- ci: replace m2r (abandoned) with m2r2 (1e048c5)
- test & coverage: reviewed dependency management, coverage reporting and configs (2bd868a)
3.8.1 (2020-05-23)
- apiclient: fixed empty ConvertIDN request (8d4e96d)
3.8.0 (2020-05-07)
- logger: possibility to override debug mode's default logging mechanism (944d9de)
3.7.0 (2020-05-07)
- response: possibility of placeholder vars in standard responses to improve error details (393f20c)
3.6.0 (2020-05-07)
- apiclient: allow to specify additional libraries via setUserAgent (3100656)
3.5.1 (2020-04-30)
- security: replace passwords whereever they could be used for output (9215b87)
3.5.0 (2020-04-30)
- response: added getCommandPlain (getting used command in plain text) (2efab17)
3.4.2 (2020-04-29)
- responsetemplatemanager: fixed namingconventions self vs. cls (b52b22d)
3.4.1 (2020-04-29)
- messaging: return a specific error template if API response' code or description are missing (7cd33b4)
3.4.0 (2020-04-29)
- apiclient: support the
High Performance Proxy Setup
. see README.md (d66d495)
3.3.0 (2020-04-29)
- apiclient: automatic IDN conversion of API command parameters to punycode (6562f26)
3.2.2 (2020-03-11)
- travis: remove branch verification in updateVersion.sh as releasing happens on master (4eb327e)
3.2.1 (2020-03-11)
- travis: fixed node env usage in ci/release process (6e8f9e0)
3.2.0 (2020-03-11)
- apiclient: support bulk parameters through nested array in API command (1e4b8e7)
3.1.4 (2019-10-04)
- responsetemplate/mgr: improve description for
423 Empty API response
[HM-577] (7bbcee9) - responsetemplate/mgr: pep8 review of response description usage (1410e58)
3.1.3 (2019-09-24)
3.1.2 (2019-09-19)
- release process: migrate configuration (9fcd7d1)
3.1.1 (2019-08-16)
- APIClient: update default SDK url (758bf13)
3.1.0 (2019-04-16)
- responsetemplate: add isPending method (c429972)
3.0.2 (2019-04-04)
- APIClient: return APIClient instance in setUserAgent method (2169891)
3.0.1 (2019-04-01)
- docs: remove python 2 documentation from docs (81a4586)
3.0.0 (2019-04-01)
- pkg: python 2 support removal (11351aa)
- pkg: drop python 2 support
2.1.2 (2019-04-01)
- apiclient: fix usage of user agent header field (bbd9095)
2.1.1 (2019-03-29)
- apiclient: fix useragent string. missing semicolon (8161b41)
2.1.0 (2019-03-29)
- apiclient: review useragent support (4b4d9a7)
2.0.2 (2019-03-06)
- response: remove deprecated debug outputs (70dbe7e)
2.0.1 (2018-10-31)
- releasing: moved travis deploy step into semantic release (c1a3415)
2.0.0 (2018-10-31)
- semantic-release: missing setup (f100c3e)
- pkg: migrate to cross-SDK UML diagram (52a78a2)
- pkg: rewrite from scratch to align the structure of our SDKs; downward incompatible