-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: go-yaml/yaml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: go-yaml/yaml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.7
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 7 files changed
- 5 contributors
Commits on Mar 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7b8349a - Browse repository at this point
Copy the full SHA 7b8349aView commit details
Commits on Sep 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for bb4e33b - Browse repository at this point
Copy the full SHA bb4e33bView commit details
Commits on Oct 2, 2019
-
Improve heuristics preventing CPU/memory abuse (#515)
This addresses the following items: ==== Parse time of excessively deep nested or indented documents Parsing these documents is non-linear; limiting stack depth to 10,000 keeps parse times of pathological documents sub-second (~.25 seconds in benchmarks) ==== Alias node expansion limits The current limit allows 10,000% expansion, which is too permissive for large documents. Limiting to 10% expansion for larger documents allows callers to use input size as an effective way to limit resource usage. Continuing to allow larger expansion rates (up to the current 10,000% limit) for smaller documents does not unduly affect memory use. This change bounds decode operations from alias expansion to ~400,000 operations for small documents (worst-case ~100-150MB) or 10% of the input document for large documents, whichever is greater.
Configuration menu - View commit details
-
Copy full SHA for f221b84 - Browse repository at this point
Copy the full SHA f221b84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 970885f - Browse repository at this point
Copy the full SHA 970885fView commit details
Commits on Nov 4, 2019
-
Fix check for non-map alias merging in v2 (#529)
The problem does not affect v3.
Configuration menu - View commit details
-
Copy full SHA for f90ceb4 - Browse repository at this point
Copy the full SHA f90ceb4View commit details
Commits on Nov 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1ed5951 - Browse repository at this point
Copy the full SHA 1ed5951View commit details -
Configuration menu - View commit details
-
Copy full SHA for 770b8da - Browse repository at this point
Copy the full SHA 770b8daView commit details
Commits on Nov 19, 2019
-
Port stale simple_keys fix to v2 (#543)
This should simplify the logic and significantly improve performance in edge cases as found and reported on #537 by CJ Cullen.
Configuration menu - View commit details
-
Copy full SHA for 36babc3 - Browse repository at this point
Copy the full SHA 36babc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a95acef - Browse repository at this point
Copy the full SHA a95acefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f64d61 - Browse repository at this point
Copy the full SHA 1f64d61View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.2.2...v2.2.7