1. 86c313b Fix Brotli async client example by Arturo Bernal · 25 hours ago master
  2. a01e51d Fix Brotli decompression hang with large input buffers by Arturo Bernal · 25 hours ago
  3. 0bd4895 Add a model and parser for the RFC 9209 Proxy-Status response field by Arturo Bernal · 4 days ago
  4. 83386f2 RFC 9211: optional Cache-Status response header by Arturo Bernal · 11 days ago
  5. 6ed50d9 treat malformed delta-seconds as absent in deltaSeconds by Javid Khan · 6 days ago
  6. 8b901f8 Moved timeout and stale connection related integration tests into separate groups to be executed manually during release preparation due to those tests failing intermittently in CI by Oleg Kalnichevski · 6 days ago
  7. 3b2aeb1 Header parsing optimization in cookie, authentication and caching protocol code by Oleg Kalnichevski · 6 days ago
  8. 9128f74 Corrected report declarations of new project modules by Oleg Kalnichevski · 8 days ago
  9. 1ce37cb Deprecate the never-cache-responses-with-query options and make them opt-in by Arturo Bernal · 9 days ago
  10. ff52680 Add WebSocket RFCs to the standards compliance list by Arturo Bernal · 7 days ago
  11. 038378f Verify the server authentication (rspauth) provided in the Digest Authentication-Info response per RFC 7616 by Arturo Bernal · 9 days ago
  12. cb0062c Removed invalid request version check from ResponseCachingPolicy by Oleg Kalnichevski · 8 days ago
  13. 9765867 Fix resource leaking on error in AsyncCachingExec by Jeremie Bolduc · 9 days ago
  14. dbb9e86 Upgraded HttpClient version to 5.7-alpha2-SNAPSHOT by Oleg Kalnichevski · 9 days ago
  15. a890ec7 Corrects application of SSL parameters in the async TLS upgrade method by Oleg Kalnichevski · 2 weeks ago
  16. 4dae8da Javadoc fixes by Oleg Kalnichevski · 3 weeks ago
  17. c28479e Integration tests failing intermittently in the CI environment moved to 'slow' group by Oleg Kalnichevski · 3 weeks ago
  18. e43c290 Mark the SSE and WebSocket modules as experimental by Arturo Bernal · 3 weeks ago
  19. e23b8e7 Revise RELEASE_NOTES for version 5.7 by Gary Gregory · 3 weeks ago
  20. 3b4ff29 Add Experimental. to SSE and WebSocket by Arturo Bernal · 3 weeks ago
  21. 64916ee Updated release notes for HttpClient 5.7-alpha1 by Oleg Kalnichevski · 3 weeks ago
  22. ab543f1 Enable multiplex message exchanges over active HTTP/2 connections by Oleg Kalnichevski · 3 weeks ago
  23. 920be79 Hardened WebSocket transport and permessage-deflate for RFC 6455/7692 conformance by Arturo Bernal · 6 weeks ago
  24. 23a70f9 reject control characters in bearer token in BearerScheme by Javid Khan · 4 weeks ago
  25. c84facd Removed racy assert by Oleg Kalnichevski · 4 weeks ago
  26. b1c4b20 Disabled reactive HEAD request integration tests failing intermittently with CI build server by Oleg Kalnichevski · 4 weeks ago
  27. 38e5063 Enabled H2 response timeout integration tests by Oleg Kalnichevski · 4 weeks ago
  28. c4eb7e5 Extended HttpCacheEntry and related classes to store the enclosed request body (#859) by hunghhdev · 4 weeks ago
  29. a4e525d Upgraded Jakarta REST client module to java 17; upgraded jakarta.ws.rs-api to version 4.0.0 by Oleg Kalnichevski · 5 weeks ago
  30. 88c62e7 HTTPCLIENT-2428: Scale reactor capacity in inflating AsyncDataConsumers to match decompressed output by Arturo Bernal · 4 weeks ago
  31. 7cb189e Exclude httpclient5-jakarta-rest-client from the reactor on toolchains below its target Java version by Arturo Bernal · 4 weeks ago
  32. 9816640 Increased test timeout to reduce the chance of test failure in CI by Oleg Kalnichevski · 4 weeks ago
  33. ebac951 ContentCompressionExec fails to close the underlying response stream in case of an unexpected runtime or protocol exception by Oleg Kalnichevski · 5 weeks ago
  34. b1defb3 HTTP cache support for the QUERY method (RFC 10008) (#852) by hunghhdev · 5 weeks ago
  35. a50d07a reject negative 64-bit payload length in WebSocketFrameReader by Javid Khan · 5 weeks ago
  36. 2d077f2 Do not store a response when the request specifies Cache-Control: no-store by Arturo Bernal · 6 weeks ago
  37. ad33209 Bump the all group across 1 directory with 16 updates by dependabot[bot] · 5 weeks ago
  38. c5bce18 Removed explicit depenedency on jackson-databind by Oleg Kalnichevski · 5 weeks ago
  39. e7b2407 Removed explicit plugin versions from project modules by Oleg Kalnichevski · 5 weeks ago
  40. a9f86ce Bump actions/dependency-review-action from 4 to 5 by dependabot[bot] · 3 months ago
  41. 66b541b CacheKeyGenerator to support requests with an enclosed content body such as QUERY by Oleg Kalnichevski · 5 weeks ago
  42. 1e18d54 Do not call the backend when an only-if-cached request cannot be served from cache (RFC 9111 5.2.1.7) by hunghh.dev · 5 weeks ago
  43. 43cb5c3 compare scheme in redirect same-authority check by Javid Khan · 6 weeks ago
  44. 7978d71 Corrected invalid comment in DefaultRedirectStrategy (no functional changes) by Oleg Kalnichevski · 5 weeks ago
  45. b3676f3 HTTP cache protocol interceptors to route requests that cannot be correctly represented as SimpleHttpRequest directly to the request execution pipeline bypassing the caching layer by Oleg Kalnichevski · 5 weeks ago
  46. 3a46ebc HTTP cache protocol interceptors to use SimpleHttpRequest internally for cache operations; the use of self-contained request object should help simplify handling of requests with an enclosed entity such as QUERY by Oleg Kalnichevski · 6 weeks ago
  47. 7f316c0 Moved cache request URI extraction and normalization methods to CacheSupport by Oleg Kalnichevski · 6 weeks ago
  48. 649c849 Replaced deprecated method with an equivalent one from PathSegmentCodec by Oleg Kalnichevski · 6 weeks ago
  49. 17079a1 Fixed push branch delcaration in maven.yml by Oleg Kalnichevski · 5 weeks ago
  50. 62716cf Added application/x-www-form-urlencoded support (request and response) to the Jakarta REST client backed by a collection of NameValuePair by Arturo Bernal · 7 weeks ago
  51. da6f1b2 escape quotes and strip line breaks in rfc7578 multipart parameters by Javid Khan · 7 weeks ago
  52. 06aac6d HTTPCLIENT-2426: Do not wrap a discarded (null) response body in a content decoder by Arturo Bernal · 7 weeks ago
  53. 77641d6 Restrict trigger push branch for GitHub Workflow by Aurélien Pupier · 7 weeks ago
  54. 0fde2d4 Add support for HTTP QUERY method (#840) by Mario Daniel Ruiz Saavedra · 7 weeks ago
  55. 585893d Upgraded HttpCore to version 5.5-beta2 by Oleg Kalnichevski · 8 weeks ago
  56. afba680 HTTPCLIENT-2423: Propagate trace context in observation interceptors by Arturo Bernal · 3 months ago
  57. cef10a6 Corrected handling of @Produces annotation by Jakarta REST client by Oleg Kalnichevski · 3 months ago
  58. 59ef293 REST endpoint improved exception handling by Oleg Kalnichevski · 3 months ago
  59. 992faa5 REST content representation improvement by Oleg Kalnichevski · 3 months ago
  60. 4b0cbd4 HTTPCLIENT-2422: Restore lazy content decompression by Arturo Bernal · 3 months ago
  61. d989173 Improved efficincy of Jakarta REST Response implementation by Oleg Kalnichevski · 3 months ago
  62. 594fd4c HTTPCLIENT-1165: Drop server side from request collapsing example by Arturo Bernal · 3 months ago
  63. b6dab49 HTTPCLIENT-1165: Add optional async cache request collapsing by Arturo Bernal · 7 months ago
  64. 0d5d05f Parsing code optimization in DateUtils by Oleg Kalnichevski · 3 months ago
  65. 96897cd Parsing code optimization in ETag by Oleg Kalnichevski · 3 months ago
  66. 599eb09 Migated Jakarta REST client tests to Assert4J by Oleg Kalnichevski · 3 months ago
  67. 6dd7b5d REST interface scanner code improvement by Oleg Kalnichevski · 3 months ago
  68. f069c13 HTTPCLIENT-2421: Use effective retry interval for response timeout check by Arturo Bernal · 3 months ago
  69. 12f7c14 Set up default protection ruleset for release branches by The Apache Software Foundation · 3 months ago
  70. 407776b Fix broken Maven central badge in `README` by Jack Green · 3 months ago
  71. f275252 Add Jakarta REST Request and Response return support by Arturo Bernal · 4 months ago
  72. c21e825 Cancel queued async requests on shutdown by Arturo Bernal · 4 months ago
  73. b345182 Implement shared FIFO execution queue for H2 client by Arturo Bernal · 8 months ago
  74. 2ee4457 Add a minimal Jakarta REST client module by Arturo Bernal · 5 months ago
  75. 022c687 Bump the all group with 10 updates by dependabot[bot] · 5 months ago
  76. 1c5d823 Simplify connection timeout tests by Ryan Schmitt · 4 months ago
  77. 4b26224 Fix race conditions in TlsHandshakeTimeoutServer by Ryan Schmitt · 4 months ago
  78. 2c36560 Validate Connection: Upgrade on protocol switch responses by Arturo Bernal · 6 months ago
  79. f75d283 HTTPCLIENT-2418 - Fix default charset handling in SimpleBody for JSON content.Use UTF-8 instead of US-ASCII when no charset parameter is present. by Arturo Bernal · 4 months ago
  80. 726eac2 Fix SCRAM final response handling by Arturo Bernal · 4 months ago
  81. 77d7d17 Enforce max message size during permessage-deflate inflation on the server path to prevent decompression-bomb DoS by Arturo Bernal · 4 months ago
  82. 3d9285a Auth challenge parsing code improvement by Oleg Kalnichevski · 4 months ago
  83. 51ce3eb Enforce decoded message size limit for permessage-deflate by Arturo Bernal · 4 months ago
  84. 0beb0f2 Add missing Javadoc for ConnectionConfig (#820) by Gary Gregory · 4 months ago
  85. 797374c H2 streams initiated by the standard async client can be gracefully cancelled or time out without closing the underlying connection by Oleg Kalnichevski · 5 months ago
  86. e005c48 Improve RFC 9111 cache control compliance by Arturo Bernal · 5 months ago
  87. c586766 Optimized header parsing code in ProtocolSwitchStrategy by Oleg Kalnichevski · 5 months ago
  88. 558d851 HTTPCLIENT-973:implement RFC-compliant WebSocket support. by Arturo Bernal · 12 months ago
  89. 8966906 Bug-fix: corrects message exchange cancellation logic in InternalHttpAsyncExecRuntime by Oleg Kalnichevski · 5 months ago
  90. 1aac376 Upgrade to apache-rat-plugin 0.18 by Ryan Schmitt · 5 months ago
  91. 63c5ebd Require Java 17+ for Maven runtime by Ryan Schmitt · 5 months ago
  92. 323251c Apply response timeout to H2 streams by Oleg Kalnichevski · 5 months ago
  93. 9a2a24b Upgraded HttpCore to version 5.5-alpha1 by Oleg Kalnichevski · 5 months ago
  94. 4325ba1 Fixed project url in POM by Oleg Kalnichevski · 5 months ago
  95. 09ff188 HTTPCLIENT-2417 Honor TlsConfig attachment in async connect path by Arturo Bernal · 5 months ago
  96. 795ef1f Update Maven wrapper by Ryan Schmitt · 5 months ago
  97. cee67d8 Connection managers to unwrap DeadlineTimeoutException from ExecutionException and propagate it to the caller by Oleg Kalnichevski · 6 months ago
  98. 08f3fdc TestConnectionManagement test setup improvements by Oleg Kalnichevski · 6 months ago
  99. 8290f5a BasicCookieStore: preserve creation time on cookie replacement by Arturo Bernal · 6 months ago
  100. a21d2d1 Bump the all group with 13 updates by dependabot[bot] · 6 months ago