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
- Begin 2.3.1-snapshot by @argha-c in #1052
- zuul-core: add ability to create trusted origin name authority by @carl-mastrangelo in #1055
- Add a basic builder for request message by @argha-c in #1056
- zuul-core: Add overload for OriginName trust by @carl-mastrangelo in #1066
- core: add docs and more tests for OriginName by @carl-mastrangelo in #1067
- Updating log4j properties file in zuul-sample by @kashish9034z in #1068
- core: update perfmark to 0.24.0 by @carl-mastrangelo in #1070
- Block requests with multiple Host headers by @jfernandez in #1060
- core: make session context final by @carl-mastrangelo in #1072
- Add Typesafe session context accessors by @carl-mastrangelo in #1086
- core: add remove method for SessionContext by @carl-mastrangelo in #1087
- all: update to Netty 4.1.66 by @argha-c in #1083
- core: move over more context keys by @carl-mastrangelo in #1089
- core: move and remove session context keys to typesafe variants by @carl-mastrangelo in #1090
- core: move ZUUL_ORIGIN_REQUEST_URI and ORIGIN_CHANNEL to be type safe by @carl-mastrangelo in #1091
- core: move routing log to typesafety by @carl-mastrangelo in #1092
- Register the allocator memory metric polled gauge only once by @jfernandez in #1084
- core: move over more SessionContext Keys by @carl-mastrangelo in #1093
- Remove use of deprecated water mark opts for write buffers. by @argha-c in #1088
- Use a metric instead of logging excessive filter execution time by @jfernandez in #1096
- Copy ATTR_REMOTE_ADDR to h2 child channel by @kyagna in #1101
- core: minor formatting changes for bootstrap by @carl-mastrangelo in #1102
- core: include proxy protocol in server conn dimms by @carl-mastrangelo in #1103
- Add missing tag name in zuul.sni.parse.failure counter by @kyagna in #1105
- Update Zuul 2 blog links by @jfernandez in #1106
- Modify build deps to use Netty BOM by @artgon in #1113
- [all] update to guava 31.0.1 by @argha-c in #1115
- [core] Bump to archaius 0.7.7 by @argha-c in #1117
- [all] Upgrade to mockito 4 by @argha-c in #1122
- build(deps): bump spectator-api from 0.123.1 to 1.0.6 by @dependabot in #1125
- build(deps): bump jackson-core from 2.12.1 to 2.13.0 by @dependabot in #1123
- build(deps): bump actions/cache from 2.1.4 to 2.1.6 by @dependabot in #1071
- build(deps): bump gradle/wrapper-validation-action from 1 to 1.0.3 by @dependabot in #1059
- build(deps): bump junit from 4.13 to 4.13.2 by @dependabot in #999
- build(deps): bump nebula.dependency-lock from 10.1.0 to 12.1.4 by @dependabot in #1127
- build(deps): bump rxjava from 1.2.1 to 1.3.8 by @dependabot in #835
- build(deps): bump commons-configuration from 1.8 to 1.10 by @dependabot in #833
- build(deps): bump me.champeau.gradle.jmh from 0.5.0 to 0.5.3 by @dependabot in #1129
- build(deps): bump log4j-slf4j-impl from 2.14.0 to 2.14.1 by @dependabot in #1130
- build(deps): bump slf4j-simple from 1.7.29 to 1.7.32 by @dependabot in #1131
- add unit test assertions for Content-Length header by @sullis in #1111
- [all] Actually upgrade dep locks post nebula fix by @argha-c in #1144
- gradle 7.3.1 by @sullis in #1145
- support JDK 17 by @sullis in #1143
- [all] upgrade to Netty 4.1.71 by @argha-c in #1148
- log4j 2.15.0 by @sullis in #1149
- [all] Bump to slf4j-api 1.7.32 by @argha-c in #1118
- [core] upgrade to spectator-api 1.0.9 by @argha-c in #1152
- [sample] update to log4j-core 2.16.0 by @argha-c in #1154
- gradle 7.3.2 by @sullis in #1156
- dep updates: spectator-api + truth + mockito by @argha-c in #1165
- Bypass deflate content from gzip by @artgon in #1168
- [sample] log4j/slf4j update by @argha-c in #1169
- build(deps): bump actions/cache from 2.1.6 to 2.1.7 by @dependabot in #1140
- [all] update to Netty 4.1.73. Use Netty BOM by @argha-c in #1173
- gradle 7.3.3 by @sullis in #1174
- verify listening addresses in ServerTest by @sullis in #1175
- JsonUtility logging cleanup by @sullis in #1178
- This fixes an issue where Zuul does not correctly handle absolute URIs from Netty by @artgon in #1180
- add unit test for ZuulFilterChainRunner by @sullis in #1183
- slf4j 1.7.35 by @sullis in #1182
- HttpUtils.getBodySizeIfKnown no longer calls .intValue() by @sullis in #1179
- build(deps): bump spectator-api from 1.0.13 to 1.0.14 by @dependabot in #1171
- build(deps): bump jackson-core from 2.13.0 to 2.13.1 by @dependabot in #1170
- build(deps): bump com.google.osdetector from 1.6.2 to 1.7.0 by @dependabot in #1142
- build(deps): bump gradle/wrapper-validation-action from 1.0.3 to 1.0.4 by @dependabot in #1133
- build(deps): bump jackson-databind from 2.12.1 to 2.13.1 by @dependabot in #1159
- build(deps): bump nebula.netflixoss from 10.4.0 to 10.5.1 by @dependabot in #1185
- build(deps): bump guice from 5.0.1 to 5.1.0 by @dependabot in #1187
- [all] update dep lock files by @argha-c in #1188
- support Netty io_uring transport by @sullis in #1146
- Bump ulimit for build agent by @argha-c in #1190
- run with privileges by @argha-c in #1191
- add counters for conn. close wrt lifetime/per server water mark by @argha-c in #1192
- ServerTest verifies the number of NioSocketChannel's by @sullis in #1194
- [all] Upgrade to Netty 4.1.74 by @argha-c in #1200
- Specify version explicitly for boringssl by @argha-c in #1201
- use multiline run. Echo build exec status by @argha-c in #1205
- merge back build/snapshot steps for now by @argha-c in #1206
- ignore iouring tests. Restore snapshot publish first by @argha-c in #1207
- gradle 7.4 by @sullis in #1202
- netty-incubator-transport-native-io_uring 0.0.12 by @sullis in #1203
- spectator 1.1.1 by @sullis in #1204
- remove version pin. Pick version from bom by @argha-c in #1209
- DefaultClientChannelManagerTest initializeAndShutdown test case by @sullis in #1195
- build(deps): bump nebula.netflixoss from 10.5.1 to 10.6.0 by @dependabot in #1208
- [core] update eureka-client and other deps by @argha-c in #1211
- build(deps): bump actions/checkout from 2 to 3 by @dependabot in #1219
- [all] dep updates by @argha-c in #1220
- Added category to Filter to allow category metadata assignment of filters by @gavinbunney in #1222
- Rework Filter category into an enum FilterCategory by @gavinbunney in #1225
- Netty 4.1.75 by @sullis in #1228
- [all] rollback to netty 4.1.74 by @argha-c in #1229
- Gradle 7.4.1 by @sullis in #1230
- build(deps): bump actions/cache from 2.1.7 to 3 by @dependabot in #1232
- [core] bump spectator + jackson by @argha-c in #1234
- add unit test for ZuulEndPointRunner by @sullis in #1231
- setup-java v3 by @sullis in #1238
- Move CSRF check into function to allow override by @kyagna in #1244
- gradle 7.4.2 by @sullis in #1243
- [core] bump spectator + mockito by @argha-c in #1250
- [all] Netty update to 4.1.77, io_uring 0.0.14 by @sullis in #1261
- Revert "[all] Netty update to 4.1.77, io_uring 0.0.14" by @sullis in #1262
- [all] upgrade to Netty 4.1.78 by @sullis in #1266
- verify that default SSL provider is OpenSSL by @sullis in #1267
- build(deps): bump spectator-api from 1.3.1 to 1.3.5 by @dependabot in #1260
- bump jackson version by @argha-c in #1268
- log4j 2.18.0 by @sullis in #1271
- bump JMH dependencies by @sullis in #1272
- netty 4.1.79 by @sullis in #1273
- add @nullable to PushConnectionRegistry get by @sullis in #1277
- Add check to remove PushConnection entry only when not stale by @AlexanderEllis in #1280
- Fix retrying requests with body contents by resetting the reader index of ByteBuf by @gavinbunney in #1281
- Do not propagate exception once context has been closed in PushRegistrationHandler by @AlexanderEllis in #1282
- Move rate-limited check and add release in PushMessageSender to avoid leak by @AlexanderEllis in #1283
- Allow less strict host header parsing to handle non-RFC2396 compliant host headers by @gavinbunney in #1284
- [all] Upgrade to Netty 4.1.80 by @argha-c in #1288
- CurrentPassport.getState() NPE when there is no history by @jguerra in #1291
- [all] Downgrade to Netty 4.1.79 by @argha-c in #1293
- PushRegistrationHandler holds onto ChannelHandlerContext references by @jguerra in #1294
- Rejecting pipelined requests may cause a leak by @jguerra in #1304
- Do not close connections on 503 responses by @artgon in #1313
- build(deps): bump spectator-api from 1.3.5 to 1.3.8 by @dependabot in #1308
- Upgrade Netty to v4.1.82 by @gavinbunney in #1315
- Explicitly release bytebufs when reads are not propagated by @artgon in #1317
- build(deps): bump com.google.osdetector from 1.7.0 to 1.7.1 by @dependabot in #1314
- Ensure body is disposed on an inactive channel by @gavinbunney in #1321
- git ignore .vscode by @sullis in #1326
- enable OpenRewrite Gradle plugin by @sullis in #1327
- Netty 4.1.84 by @sullis in #1331
- mockito 4.8.0 by @sullis in #1333
- build(deps): bump me.champeau.jmh from 0.6.6 to 0.6.8 by @dependabot in #1323
- regenerate dependencies.lock by @sullis in #1336
- bump Nebula plugin by @sullis in #1337
- migrate from JUnit 4 to JUnit 5 by @sullis in #1338
- Ensure buffered bodies are fully released by @artgon in #1339
- Gradle 7.5.1 by @sullis in #1340
- add library: junit-jupiter-params by @sullis in #1341
- add integration tests by @sullis in #1251
- log4j 2.19.0 by @sullis in #1342
- Release chunks on filter exceptions by @artgon in #1343
- add test: httpPostWithInvalidHostHeader by @sullis in #1345
- build(deps): bump spectator-api from 1.3.8 to 1.3.9 by @dependabot in #1334
- don't compare bytebufs by @artgon in #1346
- Only capture the first failure state in passport future listener by @gavinbunney in #1347
- Remove reflection from direct memory monitor by @jguerra in #1348
- Add specific messages when handling bytebufs outside of Netty handlers by @artgon in #1349
- Prevent stray chunks from reaching filter chain by @artgon in #1350
- add Chunked dribble delay test by @sullis in #1352
- Only touch bytebufs when doing advanced logging by @artgon in #1354
- Ensure response filters are not left waiting for buffered body by @artgon in #1353
- mockito 4.8.1 by @sullis in #1357
- bump OpenRewrite version by @sullis in #1358
- ignore hprof files by @sullis in #1359
- fix JUnit 5 import by @sullis in #1360
- use setup-java cache key by @sullis in #1361
- fail build on OpenRewrite Dry Run result by @sullis in #1362
- groovy 3.0.13 by @sullis in #1364
- refactor IntegrationTest by @sullis in #1365
- build(deps): bump gradle/wrapper-validation-action from 1.0.4 to 1.0.5 by @dependabot in #1366
- jackson-databind 2.13.4.2 by @sullis in #1367
- remove unused log4j2 appender by @sullis in #1368
- fix log4j2-test properties by @sullis in #1369
- wiremock 2.35.0 by @sullis in #1370
- tweak visibility of connection pool for extensibility by @artgon in #1375
- add constants for origin init, increase extensibility by @artgon in #1378
- document usage for scheme parsing for HttpRequestMessage by @argha-c in #1379
- build(deps): bump com.netflix.nebula.netflixoss from 11.0.0 to 11.1.1 by @dependabot in #1376
- build(deps): bump spectator-api from 1.3.9 to 1.3.10 by @dependabot in #1374
- Netty 4.1.85 by @sullis in #1382
- spectator-api 1.4.0 by @sullis in #1383
- add return on release status, debug logging by @artgon in #1384
- mockito 4.9.0 by @sullis in #1385
- bump openrewrite recipes by @sullis in #1387
- openrewrite: exclude groovy files by @sullis in #1389
- build(deps): bump spectator-api from 1.4.0 to 1.4.1 by @dependabot in #1390
- openrewrite recipe bom 1.12.1 by @sullis in #1392
- jackson 2.14.0 by @sullis in #1393
- enable OpenRewrite recipe: slf4j best practices by @sullis in #1388
- jackson 2.14.1 by @sullis in #1398
- build(deps): bump rewrite-recipe-bom from 1.12.1 to 1.12.3 by @dependabot in #1399
- gradle 7.6 by @sullis in #1402
- build(deps): bump eureka-client from 1.10.17 to 1.10.18 by @dependabot in #1403
- ci: add JDK 18 by @sullis in #1404
- ci: JDK 19 by @sullis in #1405
- build(deps): bump spectator-api from 1.4.1 to 1.4.2 by @dependabot in #1406
- Netty 4.1.86 by @sullis in #1410
- Revert "Netty 4.1.86" by @sullis in #1414
- build(deps): bump org.openrewrite.rewrite from 5.32.0 to 5.33.0 by @dependabot in #1407
- build(deps): bump rewrite-recipe-bom from 1.12.3 to 1.13.0 by @dependabot in #1412
- Revert "Revert "Netty 4.1.86"" by @sullis in #1415
- mockito 4.10.0 by @sullis in #1416
- build(deps): bump org.openrewrite.rewrite from 5.33.0 to 5.33.1 by @dependabot in #1418
- build(deps): bump rewrite-recipe-bom from 1.13.0 to 1.13.1 by @dependabot in #1419
- build(deps): bump org.openrewrite.rewrite from 5.33.1 to 5.33.2 by @dependabot in #1420
- fix JMH version by @sullis in #1423
- mockito 4.11.0 by @sullis in #1424
- junit 5.9.2 by @sullis in #1427
- build(deps): bump spectator-api from 1.4.2 to 1.5.2 by @dependabot in #1428
- fix typo in comment by @sullis in #1431
- netty 4.1.87 by @sullis in #1436
- update OpenRewrite recipes by @sullis in #1437
- Ensure we release FullHttpResponse messages by @artgon in #1438
- build(deps): bump org.openrewrite.rewrite from 5.33.2 to 5.34.0 by @dependabot in #1435
- build(deps): bump com.google.osdetector from 1.7.1 to 1.7.2 by @dependabot in #1434
- build(deps): bump org.openrewrite.rewrite from 5.34.0 to 5.34.2 by @dependabot in #1440
- jackson 2.14.2 by @sullis in #1445
- add compression test: gzip by @sullis in #1448
- add brotli to IntegrationTest by @sullis in #1449
- netty io_uring 0.0.17 by @sullis in #1450
- build(deps): bump org.openrewrite.rewrite from 5.34.2 to 5.34.3 by @dependabot in #1451
- build(deps): bump org.openrewrite.rewrite from 5.34.3 to 5.35.0 by @dependabot in #1453
- perfmark 0.26.0 by @sullis in #1454
- improve test coverage for ClientSslContextFactory by @sullis in #1455
- fix unit test: testGetCiphers by @sullis in #1457
- add OpenSslTest by @sullis in #1456
- remove extra semicolon by @sullis in #1458
- build(deps): bump com.netflix.spectator:spectator-api from 1.5.2 to 1.5.3 by @dependabot in #1459
- build(deps): bump com.google.osdetector from 1.7.2 to 1.7.3 by @dependabot in #1460
- netty 4.1.88 final by @sullis in #1463
- enable Brotli assertions by @sullis in #1464
- netty 4.1.89 by @sullis in #1467
- gzip compressible type: text/event-stream by @sullis in #1468
- Slightly more efficient header copying by @jguerra in #1471
- build(deps): bump org.openrewrite.rewrite from 5.35.0 to 5.36.0 by @dependabot in #1469
- improve test coverage for Headers.contains by @sullis in #1472
- build(deps): bump gradle/wrapper-validation-action from 1.0.5 to 1.0.6 by @dependabot in #1474
- brotli4j 1.11.0 by @sullis in #1476
- build(deps): bump me.champeau.jmh from 0.6.8 to 0.7.0 by @dependabot in #1481
- build(deps): bump org.openrewrite.recipe:rewrite-recipe-bom from 1.15.0 to 1.15.1 by @dependabot in #1478
- Add graceful shutdown method to ClientChannelManager by @jguerra in #1483
- build(deps): bump org.openrewrite.recipe:rewrite-recipe-bom from 1.15.1 to 1.15.2 by @dependabot in #1482
- build(deps): bump com.netflix.spectator:spectator-api from 1.5.3 to 1.5.4 by @dependabot in #1485
- Replace PromiseCombiner usage on ClientConnectionsShutdown by @jguerra in #1487
- Delete graceful shutdown method by @jguerra in #1489
- build(deps): bump org.openrewrite.rewrite from 5.36.0 to 5.37.0 by @dependabot in #1488
- build(deps): bump org.openrewrite.recipe:rewrite-recipe-bom from 1.15.2 to 1.16.0 by @dependabot in #1490
- cleanup alloc. for StringBuilder w/ bytebuf touch by @argha-c in #1491
- netty io_uring 0.0.19 by @sullis in #1492
- groovy 3.0.15 by @sullis in #1493
- build(deps): bump org.openrewrite.recipe:rewrite-recipe-bom from 1.16.0 to 1.16.2 by @dependabot in #1495
- build(deps): bump org.openrewrite.rewrite from 5.37.0 to 5.37.1 by @dependabot in #1494
- build(deps): bump org.openrewrite.recipe:rewrite-recipe-bom from 1.16.2 to 1.16.3 by @dependabot in #1496
- Don't force close connections when gracefully draining when going out of service by @jguerra in #1497
- build(deps): bump com.netflix.spectator:spectator-api from 1.5.4 to 1.6.0 by @dependabot in #1505
- fix broken link by @nerdynikhil in #1473
- openrewrite plugin 5.38.0 by @sullis in #1506
- ci: use Temurin distributions by @yeikel in #1510
- netty 4.1.90 by @sullis in #1512
- build(deps): bump org.openrewrite.rewrite from 5.38.0 to 5.38.1 by @dependabot in #1513
- build(deps): bump com.netflix.nebula.netflixoss from 11.1.1 to 11.3.0 by @dependabot in #1511
- gradle 8.0.2 by @sullis in #1515
- ci: add Java 20 by @sullis in #1517
- GitHub Actions benchmark.yml by @sullis in #1518
- integration test blockRequestWithMultipleHostHeaders by @sullis in #1519
- nebula netflixoss 11.3.1 by @sullis in #1520
- build(deps): bump org.openrewrite.rewrite from 5.38.1 to 5.38.2 by @dependabot in #1521
- drop JDK 19 by @sullis in #1522
- groovy 3.0.17 by @sullis in #1523
- build(deps): bump com.netflix.spectator:spectator-api from 1.6.0 to 1.6.1 by @dependabot in #1524
- build(deps): bump org.openrewrite.rewrite from 5.38.2 to 5.39.0 by @dependabot in #1527
- build(deps): bump org.openrewrite.rewrite from 5.39.0 to 5.39.1 by @dependabot in #1529
- build(deps): bump org.openrewrite.rewrite from 5.39.1 to 5.39.2 by @dependabot in #1530
- build(deps): bump org.openrewrite.rewrite from 5.39.2 to 5.39.3 by @dependabot in #1533
- Ensure we release FullHttpContent instances when unlinking from origin request by @artgon in #1531
- gradle 8.1 by @sullis in #1536
- don't call toString on the actual throwable by @argha-c in #1537
- build(deps): bump org.openrewrite.rewrite from 5.39.3 to 5.39.4 by @dependabot in #1538
- build(deps): bump me.champeau.jmh from 0.7.0 to 0.7.1 by @dependabot in #1539
- suppress deep client side ssl handshake stacktraces by @argha-c in #1540
- actually increment counter by @argha-c in #1541
- build(deps): bump org.openrewrite.rewrite from 5.39.4 to 5.39.5 by @dependabot in #1542
- mockito 4 --> mockito 5 by @sullis in #1543
- Revert "mockito 4 --> mockito 5 (#1543)" by @sullis in #1546
- build(deps): bump org.openrewrite.rewrite from 5.39.5 to 5.40.0 by @dependabot in #1544
- build(deps): bump org.openrewrite.recipe:rewrite-recipe-bom from 1.18.1 to 1.19.0 by @dependabot in #1545
- gradle 8.1.1 by @sullis in #1547
- spectator 1.6.2 by @sullis in #1548
- build(deps): bump com.squareup.okhttp3:okhttp from 4.10.0 to 4.11.0 by @dependabot in #1551
- update to Netty 4.1.92 by @argha-c in #1554
- build(deps): bump com.netflix.spectator:spectator-api from 1.6.2 to 1.6.3 by @dependabot in #1557
- Skip unneeded copies of byte array in setBodyAsText by @jguerra in #1558
- Shorter failure_cause in SslHandshakeInfoHandler by @jguerra in #1561
- downgrade logging for request expiry on connect by @argha-c in #1563
- fix toString for empty sentinel stats by @argha-c in #1566
- downgrade origin reset error logs when proxying by @argha-c in #1567
- junit 5.9.3 by @sullis in #1569
- netty io_uring 0.0.21 by @sullis in #1570
- downgrade read timeout logs. Avoid allocate+concat. by @argha-c in #1568
- typo: rename BAse to base by @1zg12 in #1297
- fix some typos by @cuishuang in #1292
- build(deps): bump org.openrewrite.rewrite from 5.40.0 to 5.40.3 by @dependabot in #1564
- build(deps): bump org.openrewrite.recipe:rewrite-recipe-bom from 1.19.0 to 1.19.3 by @dependabot in #1565
- build(deps): bump org.openrewrite.rewrite from 5.40.3 to 5.40.4 by @dependabot in #1571
- add WireMock assertions by @sullis in #1572
- README: fix build status by @sullis in #1573
- build(deps): bump com.netflix.spectator:spectator-api from 1.6.3 to 1.6.4 by @dependabot in #1574
- allow extension of methods for pre-emptive responses by @argha-c in #1575
- build(deps): bump com.netflix.spectator:spectator-api from 1.6.4 to 1.6.5 by @dependabot in #1579
- Allow injecting shutdown hooks. Defer thread creation in Singletons by @jguerra in #1581
- Remove @singleton from PushMessageSender by @jguerra in #1588
- netty 4.1.93 by @sullis in #1590
- brotli4j 1.12.0 by @sullis in #1592
- Make EL config DI friendly by @argha-c in #1598
- build(deps): bump org.openrewrite.rewrite from 5.40.4 to 6.1.4 by @dependabot in #1602
- netty 4.1.94 by @sullis in #1605
- gradle 8.2 by @sullis in #1607
- groovy 3.0.18 by @sullis in #1608
- gradle 8.2.1 by @sullis in #1609
- Make PushConnectionRegistry ctor public for easier creation by @jguerra in #1610
- netty 4.1.95 by @sullis in #1611
- openrewrite gradle 6.1.19 by @sullis in #1612
- junit 5.10.0 by @sullis in #1613
- Remove explicit unboxing by @hyperxpro in #1614
- build(deps): bump gradle/wrapper-validation-action from 1.0.6 to 1.1.0 by @dependabot in #1615
- netty 4.1.96 by @sullis in #1616
- debug only for ssl exception stacktraces in filter chain by @argha-c in #1619
- add port to ppv2 metric by @argha-c in #1620
- jmh 1.37 by @sullis in #1621
- rewrite plugin 6.1.23 by @sullis in #1622
- add assertion to IntegrationTest by @sullis in #1623
- allow access to pooled conn channel attr by @argha-c in #1624
- store conn. pool instance on origin channel by @argha-c in #1625
- gradle 8.3 by @sullis in #1626
- groovy 3.0.19 by @sullis in #1627
- netty 4.1.97 by @sullis in #1628
- openrewrite gradle 6.2.2 by @sullis in #1629
- nebula 11.3.2 by @sullis in #1630
- truth 1.1.5 by @sullis in #1631
- add JDK 21-ea by @sullis in #1634
- build(deps): bump org.openrewrite.rewrite from 6.2.2 to 6.3.0 by @dependabot in #1635
- Properly apply socket options by @jguerra in #1638
- Properly serialize availabilityZone and remove maxRetries from RequestAttempt by @gavinbunney in #1639
- Revert RequestAttempt.maxRetries removal by @gavinbunney in #1640
- Allow injecting load balancer in addition to creating with reflection by @jguerra in #1641
- Format code base using palantir plugin by @jguerra in #1642
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in #1636
- regenerate lock files by @sullis in #1646
- netty 4.1.98 by @sullis in #1647
- build(deps): bump com.netflix.spectator:spectator-api from 1.6.5 to 1.6.10 by @dependabot in #1648
- JDK 21 by @sullis in #1644
- netty 4.1.99 by @sullis in #1651
- netty io_uring 0.0.23 by @sullis in #1652
- enable IP_TRANSPARENT on epoll channel bind by @argha-c in #1653
- Revert "enable IP_TRANSPARENT on epoll channel bind" by @argha-c in #1654
- add epoll classes to IntegrationTest by @sullis in #1655
- use log4j2-test.xml by @sullis in #1657
- Allow subclass access to properties on connection pool by @gavinbunney in #1658
- Refactor server stats updating on connection lifecycle hooks by @gavinbunney in #1659
- gradle 8.4 by @sullis in #1660
- netty 4.1.100 by @sullis in #1661
- Add method to get all entries from push conn registry by @kyagna in #1667
- Track if proxy protocol messages need buffering by @jguerra in #1669
- spectator 1.6.11 by @sullis in #1670
- Lower log severity and print exception on cookie parsing failure by @kyagna in #1671
- wiremock: ChunkedEncodingPolicy by @sullis in #1665
- Add metrics for h2 frames passed through userEventTriggered by @lindseyreynolds in #1666
- Separate adding push handlers in initializer by @kyagna in #1668
- reduce logging output in zuul-integration-test by @sullis in #1675
- integration test: jumbo origin response by @sullis in #1676
New Contributors
- @kashish9034z made their first contribution in #1068
- @gavinbunney made their first contribution in #1222
- @AlexanderEllis made their first contribution in #1280
- @jguerra made their first contribution in #1291
- @nerdynikhil made their first contribution in #1473
- @yeikel made their first contribution in #1510
- @1zg12 made their first contribution in #1297
- @cuishuang made their first contribution in #1292
- @hyperxpro made their first contribution in #1614
- @lindseyreynolds made their first contribution in #1666
Full Changelog: v2.3.0...v2.4.0