Skip to content

Releases: keijack/python-eureka-client

0.11.2

02 Jun 09:02
Compare
Choose a tag to compare
Merge branch 'main' of https://github.com/keijack/python-eureka-clien…

0.11.1

27 May 01:17
Compare
Choose a tag to compare

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

04 Mar 07:40
Compare
Choose a tag to compare

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.4

22 Feb 01:20
Compare
Choose a tag to compare

Fix a bug.

0.10.3

18 Feb 09:53
Compare
Choose a tag to compare
if a http/https use a default port, will not add it to the url when c…

0.10.0

31 May 02:33
Compare
Choose a tag to compare

A on_error callback function is accepted when initializing.

0.9.10

27 May 10:20
Compare
Choose a tag to compare

fix issue #53

0.9.9

05 May 02:21
Compare
Choose a tag to compare

fix some amazon data center issues.

0.9.6

23 Feb 01:31
Compare
Choose a tag to compare

New optional parameter instance_ip_network is added which will be used in auto-detected IP.

0.9.5

18 Feb 03:04
Compare
Choose a tag to compare

Replace netifaces with ifaddr library