Skip to content

Releases: keijack/python-eureka-client

0.11.13

11 Nov 03:17
Compare
Choose a tag to compare

0.11.12

08 Nov 07:23
Compare
Choose a tag to compare

Full Changelog: 0.11.11...0.11.12

0.11.11

08 Nov 07:00
Compare
Choose a tag to compare

Full Changelog: 0.11.10...0.11.11

0.11.10

18 Mar 01:26
Compare
Choose a tag to compare

Full Changelog: 0.11.9...0.11.10

0.11.9

16 Jan 09:25
Compare
Choose a tag to compare

Update dependencies.

0.11.8

26 Sep 10:00
Compare
Choose a tag to compare

Default httpclient now will disable keep-alive, when doing any HTTP connection.

0.11.7

20 Dec 03:39
Compare
Choose a tag to compare

Merge PR #73
eureka return 406 at eureka/v2/apps if missing headers = {'Accept-Encoding':'gzip, deflate'}

0.11.5

07 Nov 10:03
Compare
Choose a tag to compare

Bug fixed: When basic authentication is used, password now can correctly include special character now.

0.11.4

09 Oct 09:15
Compare
Choose a tag to compare

Move event loop to thread local.

0.11.3

07 Jun 01:22
Compare
Choose a tag to compare

Delay the HttpResponse body reading.