Releases: keijack/python-eureka-client
Releases · keijack/python-eureka-client
0.11.2
Merge branch 'main' of https://github.com/keijack/python-eureka-clien…
0.11.1
This release make a big refactoring:
The methods of the HttpClient now are defined async, For the contiguity of the async/await mechanical, all the basic functions and all related methods in EurekaClient are became async.
An sync vesion facade is also provided.
0.10.5
At 0.10.5 in init method, you can set strict_service_error_policy to False, by doing so, the HTTPError will be raise when do_service raise that.
0.10.3
if a http/https use a default port, will not add it to the url when c…
0.10.0
A on_error callback function is accepted when initializing.
0.9.9
fix some amazon data center issues.
0.9.6
New optional parameter instance_ip_network
is added which will be used in auto-detected IP.
0.9.5
Replace netifaces with ifaddr library