Skip to content

Releases: keijack/python-eureka-client

0.13.2

23 Oct 03:22

Choose a tag to compare

What's Changed

  • Add missing httpx dependency to pyproject.toml by @Przemek625 in #93

New Contributors

Full Changelog: 0.13.0...0.13.2

0.13.0

17 Sep 08:23

Choose a tag to compare

HttpClient use httpx to replace urllib.request.

0.12.0

16 Sep 03:45

Choose a tag to compare

Full Changelog: 0.11.13...0.12.0

0.11.13

11 Nov 03:17

Choose a tag to compare

Full Changelog: 0.11.12...0.11.13

0.11.12

08 Nov 07:23

Choose a tag to compare

Full Changelog: 0.11.11...0.11.12

0.11.11

08 Nov 07:00

Choose a tag to compare

Full Changelog: 0.11.10...0.11.11

0.11.10

18 Mar 01:26

Choose a tag to compare

Full Changelog: 0.11.9...0.11.10

0.11.9

16 Jan 09:25

Choose a tag to compare

Update dependencies.

0.11.8

26 Sep 10:00

Choose a tag to compare

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

0.11.7

20 Dec 03:39

Choose a tag to compare

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