Skip to content

Releases: weibocom/nginx-upsync-module

v2.1.3

20 Nov 06:29
63733af

Choose a tag to compare

  • Bug Fixes

v2.1.2

02 Jan 18:08
c40b1f4

Choose a tag to compare

  • Bug fixes

v2.1.1

07 Nov 19:28
506d9be

Choose a tag to compare

  • fix memory leak when alloc new data failed
  • fixed the bug: coredump on ngx_http_upsync_clear_all_events

v2.1.0

23 Jul 22:19

Choose a tag to compare

  • added compatiblity with nginx 1.12.2+
  • added consul service health endpoints
  • fixed compilation errors with gcc6 and 7.
  • other bug fixes and optimizations

v2.0.0

02 Jul 06:34

Choose a tag to compare

compatible with nginx-1.9.0+

v1.0.0

02 Jun 14:05

Choose a tag to compare

  1. support ectd.
  2. support attribute of 'down';
  3. compatible with nginx-1.8.x

v0.2.2

18 Jan 09:09

Choose a tag to compare

optimal code: delete add_sever and del_server function, merge to one function 'server'

v0.2.1

11 Jan 11:33

Choose a tag to compare

update upsync_dump_path default

v0.2.0

08 Jan 02:22

Choose a tag to compare

refactor structure, easily support other conf server

v0.1.2

27 Dec 10:55

Choose a tag to compare

Merge pull request #7 from weibocom/optimizing_branch

Optimizing branch