Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ThreeMammals/Ocelot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 23.4.2
Choose a base ref
...
head repository: ThreeMammals/Ocelot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 23.4.3
Choose a head ref
  • 2 commits
  • 31 files changed
  • 1 contributor

Commits on Jan 17, 2025

  1. #2246 Review Core cache and redesign Regex caching (#2251)

    * #2246 Add draft reproducing test
    
    * Refactor IUrlPathToUrlTemplateMatcher interface:
    Replace returning type Response<UrlMatch> with UrlMatch, but it should be simple bool actually
    
    * Remove Regex obj in favor of StringBuilder
    
    * Apply cache in rapid creation of UpstreamPathTemplate objects.
    With 1min TTL by default
    
    * #2246 Final version of load test
    
    * #2246 Make the test sequential
    
    * Skip load test, add unit tests to improve coverage
    raman-m authored Jan 17, 2025
    Configuration menu
    Copy the full SHA
    2fe4734 View commit details
    Browse the repository at this point in the history
  2. Release 23.4.3 | Hot fixing #2246 | November'24 release | +semver: pa…

    …tch (#2252)
    
    * Bump all packs to the latest versions, except Serilog
    * Prepare release artifacts
    raman-m authored Jan 17, 2025
    Configuration menu
    Copy the full SHA
    920b985 View commit details
    Browse the repository at this point in the history
Loading