Skip to content

Releases: Netflix/zuul

v2.5.0

29 Feb 02:33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.0...v2.5.0

zuul 2.4.0

25 Oct 17:27
6f064c7
Compare
Choose a tag to compare

zuul-core

  • update to using Netty 4.1.100
  • update to using tcnative 2.0.61

Misc

  • update to Gradle 8.4, added tests, and other minor improvements.

What's Changed

Read more

Introducing zuul-discovery

29 Apr 17:21
530adfb
Compare
Choose a tag to compare

zuul-discovery

  • New module with a Resolver interface to decouple service discovery from Netflix's ribbon implementation. This should enable plugging in custom service discovery mechanisms.

zuul-core

zuul-guice

  • update to Guice 5 enabling migrations beyond jdk11

Misc

  • update to Gradle 6.8.2, added tests, and other minor improvements.

v2.2.0

20 Nov 22:16
Compare
Choose a tag to compare

[zuul-core]

v2.1.5 - Minor fixes

15 Jul 17:05
Compare
Choose a tag to compare
Need public static access to the `BaseServerStartup.defaultChannelCon…

…fig()` method for some unit-tests

v2.1.3 - Regular update

08 Aug 15:41
Compare
Choose a tag to compare

The latest bug fixes and improvements.

v1.2.3: Merge pull request #258 from gzurowski/fix-overrides

30 Aug 20:32
Compare
Choose a tag to compare
Consistently use @Override annotation across all classes