Skip to content

Releases: gateway-fm/service-pool

optional path update

15 Aug 19:12
449b13d
Compare
Choose a tag to compare

Optional path added to service address

v0.7.0

07 Aug 18:25
12540ad
Compare
Choose a tag to compare

0.7.0 (2023-08-07)

Features

Bug Fixes

v0.6.2

20 Jul 14:14
007481d
Compare
Choose a tag to compare

0.6.2 (2023-07-20)

Bug Fixes

  • existence check before srv add (3e968f6)

v0.6.1

14 Jul 15:52
c37bd21
Compare
Choose a tag to compare

0.6.1 (2023-07-14)

Bug Fixes

  • refactor delete from slice (381a8e6)

v0.6.0

30 Jun 14:49
61cbbd5
Compare
Choose a tag to compare

0.6.0 (2023-06-30)

Features

  • added healthy modifier method to srv list (46f5154)

v0.5.2

26 Jun 11:54
64332bd
Compare
Choose a tag to compare

0.5.2 (2023-06-26)

Bug Fixes

  • add err return to srv's Close() method (67104a3)
  • call Close() when srv is removed from list, call mutation Fnc only if srv is not present in list (cb81438)
  • minor fixes of calling mutation fn during discovery (4ea7d5b)
  • minor refactor (2012202)

v0.5.1

23 Jun 09:16
409e723
Compare
Choose a tag to compare

0.5.1 (2023-06-23)

Bug Fixes

  • onNewDiscCallback should be called before srv existence check (4480129)

v0.5.0

15 Jun 13:56
2a8a4e8
Compare
Choose a tag to compare

0.5.0 (2023-06-15)

Features

  • improve unit tests for srv list and pool (a571e11)

Bug Fixes

v0.4.1

15 Jun 13:44
052ea66
Compare
Choose a tag to compare

0.4.1 (2023-06-15)

v0.4.0

15 Jun 13:03
2006403
Compare
Choose a tag to compare

0.4.0 (2023-06-15)

Features

  • add some srv pool unit tests (c456934)

Bug Fixes