Skip to content

Releases: Netflix/zuul

v2.5.4

08 Aug 20:14
99ef884
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump org.slf4j:slf4j-simple from 1.7.36 to 2.0.13 by @dependabot in #1763
  • Upgrade to latest netty by @jguerra in #1789
  • build(deps): bump com.palantir.javaformat:gradle-palantir-java-format from 2.36.0 to 2.48.0 by @dependabot in #1790
  • build(deps): bump gradle/wrapper-validation-action from 2 to 3 by @dependabot in #1764
  • build(deps): bump com.netflix.archaius:archaius-core from 0.7.7 to 0.7.12 by @dependabot in #1757
  • Add test for SocketAddressProperty$Decoder.apply by @lacinoire in #1265
  • build(deps): bump org.wiremock:wiremock from 3.3.1 to 3.9.1 by @dependabot in #1795
  • Extract protocol constants by @jguerra in #1797
  • Only start read timeout handler on success by @jguerra in #1793

New Contributors

Full Changelog: v2.5.2...v2.5.4

v2.5.1

15 Jul 18:07
ab38a1a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.0...v2.5.1

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