1. ede07e6 Treat Max-Age<=0 as immediate expiry (#805) by Arturo Bernal · 5 days ago master
  2. 70b9e94 RFC 9111 allows max-stale without a value (accept any staleness). Treat missing value as unbounded and add a regression test. (#804) by Arturo Bernal · 7 days ago
  3. 0a18950 HTTPCLIENT-2414 - Fix Basic auth cache scoping across path prefixes (#802) by Arturo Bernal · 11 days ago
  4. 9189d11 HTTPCLIENT-2415: Normalize CookieOrigin path for cookie matching (#803) by Arturo Bernal · 2 weeks ago
  5. d8d09ed Add pool lease metrics and helpers for connection managers (#799) by Arturo Bernal · 2 weeks ago
  6. ec0474c Fix SSE reconnect handling and scheduler ownership (#800) by Arturo Bernal · 2 weeks ago
  7. 784177e Replace Hamcrest assertions with JUnit assertions (#801) by Arturo Bernal · 3 weeks ago
  8. e20603d Add ConnectionReuseDemo by Ryan Schmitt · 4 weeks ago
  9. ab404c4 [HTTPCLIENT-2381] Respect system properties by default by Ryan Schmitt · 5 weeks ago
  10. 6af0624 Add CompletableFuture-based executeAsync overloads to fluent Async for simpler async composition. (#782) by Arturo Bernal · 4 weeks ago
  11. b78c2ad Improve and simplify TLS handshake timeout tests by Ryan Schmitt · 5 weeks ago
  12. f457c8b Add custom ExchangeId generator support by yhzdys · 6 weeks ago
  13. c20b312 Bug fix: corrected sleep time calculation in IdleConnectionEvictor; use 1 minute sleep time by default by Oleg Kalnichevski · 6 weeks ago
  14. 8a42b19 Discontinue the use of https.protocols, https.cipherSuites system properties by Oleg Kalnichevski · 5 weeks ago
  15. a158c2e Bump the all group across 1 directory with 11 updates by dependabot[bot] · 5 weeks ago
  16. 4141211 Prepare to parallelize tests by Ryan Schmitt · 9 weeks ago
  17. 6b7f5e3 Batch Dependabot updates on a monthly basis by Ryan Schmitt · 6 weeks ago
  18. 6e41dda DefaultManagedHttpClientConnection: Restore original socket timeout by Ryan Schmitt · 6 weeks ago
  19. 5815326 Discontinue the direct use of http(s).proxyUser and http(s).proxyPassword system properties. These properties may still be used by Authenticator#requestPasswordAuthentication internally by Oleg Kalnichevski · 6 weeks ago
  20. 775d80e Bump io.opentelemetry:opentelemetry-bom from 1.55.0 to 1.58.0 by dependabot[bot] · 6 weeks ago
  21. 3159813 Wire: Make hex logging more concise by Ryan Schmitt · 6 weeks ago
  22. aab6003 LoggingIOSession: Fix off-by-one error by Ryan Schmitt · 6 weeks ago
  23. 4e5ad6e TestLinearBackoffManager: Reduce likelihood of race condition causing test failure by Ryan Schmitt · 6 weeks ago
  24. f025640 Improve socket timeout tests by Ryan Schmitt · 6 weeks ago
  25. f7c126e Bump org.apache.logging.log4j:log4j-core from 2.25.2 to 2.25.3 by dependabot[bot] · 10 weeks ago
  26. 3170532 Bump junit.version from 5.13.3 to 5.14.1 by dependabot[bot] · 3 months ago
  27. 17a7506 Add LoggingIOSessionTest by Ryan Schmitt · 6 weeks ago
  28. f0e7a7e Add WireTest by Ryan Schmitt · 6 weeks ago
  29. 6460880 Upgraded japicmp to version 0.25.4; use published artifact for site report by Oleg Kalnichevski · 6 weeks ago
  30. af1d3e0 Upgrade Apache RAT by Ryan Schmitt · 7 weeks ago
  31. d51c80e Discontinue the use of http.agent, http.keepAlive and http.auth.ntlm.domain system properties by Oleg Kalnichevski · 7 weeks ago
  32. 68435f2 HTTPCLIENT-2397 - TLS-Required mode: add setTlsOnly(boolean) to classic and async builders to reject cleartext routes. (#777) by Arturo Bernal · 7 weeks ago
  33. 1c96bde Updated composition of the project web content by Oleg Kalnichevski · 8 weeks ago
  34. d07ff4d HTTPCLIENT-2411: Use standard HTTP-date format for synthesized Date header (#775) by Arturo Bernal · 8 weeks ago
  35. e0aa5ba Removed jxr and surefire reports and cleaned up japicmp and javadoc config by Oleg Kalnichevski · 8 weeks ago
  36. c37e6e5 TestRedirects: Shut down client when done by Ryan Schmitt · 8 weeks ago
  37. ee6ebee HTTPCLIENT-2398 - Cap async execution queue to break recursive re-entry (#728) by Arturo Bernal · 9 weeks ago
  38. e30b867 TestValidateAfterInactivity: Use closeQuietly by Ryan Schmitt · 9 weeks ago
  39. 43d35fc Bind test servers to loopback address by Ryan Schmitt · 9 weeks ago
  40. bbc3ac3 Fix NPE in connection evictor setup (#774) by Arturo Bernal · 9 weeks ago
  41. 80622f5 Update Maven wrapper by Ryan Schmitt · 9 weeks ago
  42. 6eff659 UnixDomainProxyServer: Use random path by Ryan Schmitt · 9 weeks ago
  43. 7897698 Add SSE perf client , minimal test server and H2 examples by Arturo Bernal · 9 weeks ago
  44. d07c8e2 Upgraded HttpClient API level to 5.6 by Oleg Kalnichevski · 10 weeks ago
  45. 8a2ae8e Configure maven reports by Arturo Bernal · 10 weeks ago
  46. 3e0e5c1 Avoid use deprecated code (#768) by Arturo Bernal · 10 weeks ago
  47. 297624e Bind test servers to loopback address by Ryan Schmitt · 10 weeks ago
  48. 7746feb Add a method in `PoolingHttpClientConnectionManagerBuilder`/`PoolingAsyncClientConnectionManagerBuilder` to configure a listener for connection pool events (onLease/onRelease) by Florian Tavares · 2 months ago
  49. c63ea8e Limit the length of content codec list that can be processed automatically by Oleg Kalnichevski · 2 months ago
  50. 378982f Upgraded HttpCore to version 5.4 by Oleg Kalnichevski · 2 months ago
  51. a14264d Add OFFLOCK pool concurrency policy backed by RouteSegmentedConnPool (#765) by Arturo Bernal · 3 months ago
  52. 297ec89 Document OffLockDisposalCallback behaviour (#766) by Arturo Bernal · 3 months ago
  53. dfb0211 Apache HttpClient: expose observation and SSE packages in Javadoc groups (#764) by Arturo Bernal · 3 months ago
  54. 2682625 Fixed Micrometer and OpenTelemetry dependency declaration by Oleg Kalnichevski · 3 months ago
  55. c82268d Corrected @since tags by Oleg Kalnichevski · 3 months ago
  56. 9518c64 Upgraded HttpClient version to 5.7-alpha1 by Oleg Kalnichevski · 3 months ago
  57. e943a15 HTTPCLIENT-2396 - add Server-Sent Events client to HttpClient5. (#719) by Arturo Bernal · 3 months ago
  58. 79992d8 HTTPCLIENT-2406: MemcachedHttpCacheStorage to support per entry expiry setting by Oleg Kalnichevski · 3 months ago
  59. 919dfe0 Introduce Caffeine-based cache backend with JUnit 5 tests. (#756) by Arturo Bernal · 3 months ago
  60. 0663483 Bump micrometer.version from 1.15.2 to 1.15.5 by dependabot[bot] · 4 months ago
  61. 3b4bc96 Bump micrometer.tracing.version from 1.5.2 to 1.5.5 by dependabot[bot] · 4 months ago
  62. 72dfe6e Bump org.ehcache.modules:ehcache-api from 3.10.8 to 3.11.1 by dependabot[bot] · 4 months ago
  63. 43aa988 Bump com.github.luben:zstd-jni from 1.5.7-4 to 1.5.7-6 by dependabot[bot] · 4 months ago
  64. a047132 Bump io.opentelemetry:opentelemetry-bom from 1.49.0 to 1.55.0 by dependabot[bot] · 4 months ago
  65. 929f521 Tag TLS handshake timeout tests with `slow` by Ryan Schmitt · 4 months ago
  66. 8888d42 Removed references to deprecated APIs / fixed deprecation warnings in test code by Oleg Kalnichevski · 4 months ago
  67. 9a43898 Bump otel.version from 1.52.0 to 1.55.0 by dependabot[bot] · 4 months ago
  68. 95ecc88 Bump log4j.version from 2.25.0 to 2.25.1 by dependabot[bot] · 4 months ago
  69. 62e5fac Bump io.reactivex.rxjava3:rxjava from 3.1.10 to 3.1.12 by dependabot[bot] · 5 months ago
  70. 419c970 Bump org.apache.commons:commons-compress from 1.27.1 to 1.28.0 by dependabot[bot] · 7 months ago
  71. 420ddc2 Bump commons-io:commons-io from 2.19.0 to 2.20.0 by dependabot[bot] · 7 months ago
  72. 082552c Bump github/codeql-action from 3 to 4 by dependabot[bot] · 4 months ago
  73. 36e7b3b Bump actions/checkout from 4 to 5 by dependabot[bot] · 6 months ago
  74. 28d29f9 Removed AccessController#doPrivileged by Oleg Kalnichevski · 4 months ago
  75. 8767978 TestTlsHandshakeTimeout: Disable assertions on Java 8 by Ryan Schmitt · 4 months ago
  76. 8d7358f Upgraded HttpClient version to 5.6-alpha2-SNAPSHOT by Oleg Kalnichevski · 4 months ago
  77. f0afb8e Javadoc fix by Oleg Kalnichevski · 4 months ago
  78. fbb6bad Updated release notes for HttpClient 5.6-alpha1 release by Oleg Kalnichevski · 4 months ago
  79. 7e7b9c0 Updated protocol conformance section by Oleg Kalnichevski · 4 months ago
  80. 426ad2c HTTPCLIENT-2403: Mutual authentication check not performed for proxies (#745) by Istvan Toth · 4 months ago
  81. c8b60ae Revert "HTTPCLIENT-1482: added ExpectContinueTrigger, extended RequestConfig, and modified RequestExpectContinue so that Expect: 100-continue is emitted only when the underlying connection has already processed at least one request; default behaviour (ALWAYS) preserved, API remains binary-compatible. (#683)" by Oleg Kalnichevski · 4 months ago
  82. 8f3d3fc add experimental RFC 9218 Priority header support. (#741) by Arturo Bernal · 4 months ago
  83. 56122fd Content compression executors no longer remove headers from the original response message by Oleg Kalnichevski · 4 months ago
  84. 799bbc9 Updated release notes for HttpClient 5.6-alpha1 release by Oleg Kalnichevski · 4 months ago
  85. bc34756 javadoc fixes by Oleg Kalnichevski · 4 months ago
  86. f4027e7 RFC 8297 Early Hints (103) support. (#707) by Arturo Bernal · 4 months ago
  87. 092cae8 Add tests to check that an entity's contents is closed or not when an (#740) by Gary Gregory · 4 months ago
  88. 26d51f6 Use reflection for Commons Compress codecs to avoid hard dep. (#737) by Arturo Bernal · 5 months ago
  89. 5f3d006 RequestConfig: Un-deprecate #setProxy by Ryan Schmitt · 5 months ago
  90. 168e7b2 PoolingAsyncClientConnectionManager: Use `StaleCheckCommand` by Ryan Schmitt · 5 months ago
  91. a8a04b1 Avoid setting TCP socket options on Unix domain sockets by Ryan Schmitt · 5 months ago
  92. add1ed9 UnixDomainSocketFactory: Correct outdated Javadoc by Ryan Schmitt · 5 months ago
  93. 4681610 ConnectionConfig: Add idleTimeout by Ryan Schmitt · 5 months ago
  94. 665325c Upgraded HttpCore to version 5.4-alpha1 by Oleg Kalnichevski · 5 months ago
  95. 570cc3e Add TestConnectionClosureRace by Ryan Schmitt · 7 months ago
  96. ceeac02 Remove unreachable break after throw in TUNNEL_PROXY branch (#729) by Arturo Bernal · 5 months ago
  97. 277adc3 Add async Brotli support (compress/decompress). (#720) by Arturo Bernal · 5 months ago
  98. 5e73e17 Add SCRAM-SHA-256 (RFC 7804) (#718) by Arturo Bernal · 5 months ago
  99. 23906f6 Upgraded HttpCore to version 5.3.6 by Oleg Kalnichevski · 5 months ago
  100. 88c315d Off-lock disposal in PoolingHttpClientConnectionManager: enqueue GRACEFUL, run IMMEDIATE inline (#726) by Arturo Bernal · 5 months ago