Skip to content

2.0.21

Latest

Choose a tag to compare

πŸš€ New features and improvements

  • RRF: self-heal from provably broken auto-discovered prefixes files (#1976) @ascheman
  • Feat: config to close connection at end of tx (#1978) @cstamas
  • Feat: new (limited) transport (#1966) @cstamas
  • Expose additional transport details to TransportListener (#1762) @kwin
  • Support HTTP/3 in Jetty and JRE HTTP Client (#1949) @kwin
  • Skip validation and decoration on re-entrant RepositorySystem calls (#1957) @gnodet

πŸ› Bug Fixes

  • Fix: preserve original trace data when stamping re-entrancy marker (#1980) @gnodet
  • Bug: in certain cases Resolver caused build failure (#1975) @cstamas
  • Make sure to always close input streams bound to responses (#1970) @kwin
  • Fix: be more defensive regarding request traces (#1973) @cstamas
  • Fix reporting of HTTP/3 in JdkTransporter (#1967) @kwin
  • Validate path components (#1959) @cstamas
  • Bug: Apache transport deadlock in concurrent use case (#1953) @cstamas
  • Fix potential NPEs in IpcClient and resource leak in DependencyGraphParser (#1945) @gnodet
  • Bug: Jetty transport used wrong config (#1948) @cstamas

πŸ“ Documentation updates

  • fix: Some since javadoc tags were off; fixed (#1968) @cstamas
  • Add AGENTS.md + SECURITY.md security-model pointer for scanner discoverability (#1950) @potiuk

πŸ‘» Maintenance

  • Use try-with-resources in AbstractTransporter (#1947) @Aayush10016
  • Add AGENTS.md + SECURITY.md security-model pointer for scanner discoverability (#1950) @potiuk
  • Fix potential NPEs in IpcClient and resource leak in DependencyGraphParser (#1945) @gnodet
  • Limit internal retries to 1 with Java 26+ (#1946) @kwin

πŸ”§ Build

  • Use custom doclet to extract configuration metadata with the help of (#1965) @kwin

πŸ“¦ Dependency updates