Sourced from flate2's releases.
1.0.34
What's Changed
- Add minimum build test back in to CI by
@jongiddy
in rust-lang/flate2-rs#426- docs: fix compression level range from 0-9 to 0-10 by
@ByteBaker
in rust-lang/flate2-rs#427- Document backend differences in compression levels by
@Shnatsel
in rust-lang/flate2-rs#430- Upgrade zlib-rs to 0.3.0 to get multiple bugfixes by
@Shnatsel
in rust-lang/flate2-rs#428- Better wording in compression level docs by
@Shnatsel
in rust-lang/flate2-rs#431New Contributors
@ByteBaker
made their first contribution in rust-lang/flate2-rs#427@Shnatsel
made their first contribution in rust-lang/flate2-rs#430Full Changelog: https://github.com/rust-lang/flate2-rs/compare/1.0.33...1.0.34
1a28821
Merge pull request #431
from Shnatsel/better-wording2c29780
Merge pull request #428
from Shnatsel/upgrade-zlib-rs423981a
Better wording in compression level docsda5c8cf
Bump versioneeee4c6
Merge pull request #430
from Shnatsel/detailed-level-docs731df32
Update Cargo.toml8210288
Document backend differences1f78c5c
Upgrade zlib-rs to 0.3.0 to get multiple bugfixes:6fbd6d2
Merge pull request #427
from ByteBaker/main936aa35
docs: correctly mention compression level90f3056
improve test script601b814
update dependencies, readme98211e2
Bump flate2 from 1.0.33 to 1.0.34 (#47)629ce64
minor lint9c0e1ce
Bump flate2 from 1.0.32 to 1.0.33 (#45)bbcf3e5
Bump rstest from 0.21.0 to 0.22.0 (#42)041233e
Bump flate2 from 1.0.31 to 1.0.32 (#44)72cbfc1
Bump flate2 from 1.0.30 to 1.0.31 (#43)fbc98a7
Bump rusqlite from 0.32.0 to 0.32.1 (#41)47636db
Bump env_logger from 0.11.4 to 0.11.5 (#40)Sourced from rollup's changelog.
rollup changelog
4.22.5
2024-09-27
Bug Fixes
- Allow parsing of certain unicode characters again (#5674)
Pull Requests
- #5674: Fix panic with unicode characters (
@sapphi-red
,@lukastaegert
)- #5675: chore(deps): update dependency rollup to v4.22.4 [security] (
@renovate
[bot])- #5680: chore(deps): update dependency
@rollup/plugin-commonjs
to v28 (@renovate
[bot],@lukastaegert
)- #5681: chore(deps): update dependency
@rollup/plugin-replace
to v6 (@renovate
[bot])- #5682: chore(deps): update dependency
@rollup/plugin-typescript
to v12 (@renovate
[bot])- #5684: chore(deps): lock file maintenance minor/patch updates (
@renovate
[bot])4.22.4
2024-09-21
Bug Fixes
- Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles when run in a browser context (#5671)
Pull Requests
- #5670: refactor: Use object.prototype to check for reserved properties (
@YuHyeonWook
)- #5671: Fix DOM Clobbering CVE (
@lukastaegert
)4.22.3
2024-09-21
Bug Fixes
- Ensure that mutations in modules without side effects are observed while properly handling transitive dependencies (#5669)
Pull Requests
- #5669: Ensure impure dependencies of pure modules are added (
@lukastaegert
)4.22.2
2024-09-20
Bug Fixes
... (truncated)
dfd233d
3.29.52ef77c0
Fix DOM Clobbering CVESourced from clap's releases.
v4.5.19
[4.5.19] - 2024-10-01
Internal
- Update dependencies
1089073
chore: Releasec9b8c85
docs: Update changelog8b3de18
Merge pull request #5685
from epage/engineb38538d
fix(complete)!: Rename dynamic to engine232af62
Merge pull request #5684
from epage/endless0209a79
fix(complete): Don't cause endless completions for bash/zshcf736e3
Prepare 0.23.14262ae99
Accept kyber deprecationc9f5734
Take aws-lc-rs 1.100560938
Take latest bogo release7bf82dc
Send illegal_parameter
alert on illegal groupd752eb2
Send illegal_parameter
alert on invalid key share2d3b7ab
default crypto provider improvementsbcc295d
Fix new cargo doc
warnings in examplese7dd2fd
fips.rs: reflect certificate issuance for aws-lc 2.0.058a5891
fix(deps): update rust crate brotli to v73099020
Prepare 0.23.159a19b59
Take pki-types 1.10d58f86d
bench-measure.mk: rebuild bench each timee653618
bench: decrease bench allocator traffic494f4da
Use re-exported pki-types everywhere0254d00
clippy: needless_lifetimes fixes25f1e4f
outbound: replace manual arithmetic check51e783a
clippy: address nightly empty_line_after_doc_comments422a0c5
manual: include mention of client-side ECHaaeff17
docs: update cpu project time allotmentfe499e8
Release 1.0.1292679e30
Merge pull request #1199
from dtolnay/sortc1a06c1
Add methods on Map and Value to destroy preserved orderingfaab2e8
Ignore needless_lifetimes clippy lintef9ca27
Resolve some needless_lifetimes clippy lints309cfc9
Resolve empty_line_after_doc_comments clippy lint in lexical1faf3a1
Replace bool::to_string with ifd254281
Replace str::to_string with to_owned3f4e30a
Replace char::to_string with encode_utf84921906
Replace integer to_string with itoaSourced from micromatch's changelog.
[4.0.8] - 2024-08-22
- backported CVE-2024-4067 fix (from v4.0.6) over to 4.x branch
[4.0.7] - 2024-05-22
- this is basically v4.0.5, with some README updates
- it is vulnerable to CVE-2024-4067
- Updated braces to v3.0.3 to avoid CVE-2024-4068
- does NOT break API compatibility
[4.0.6] - 2024-05-21
- Added
hasBraces
to check if a pattern contains braces.- Fixes CVE-2024-4067
- BREAKS API COMPATIBILITY
- Should be labeled as a major release, but it's not.
8bd704e
4.0.8a0e6841
run verb to generate README documentation4ec2884
Merge branch 'v4' into hauserkristof-feature/v4.0.803aa805
Merge pull request #266
from hauserkristof/feature/v4.0.8814f5f7
lint67fcce6
fix: CHANGELOG about braces & CVE-2024-4068, v4.0.5113f2e3
fix: CVE numbers in CHANGELOGd9dbd9a
feat: updated CHANGELOG2ab1315
fix: use actions/setup-node@v41406ea3
feat: rework test to work on macos with node 10,12 and 14Sourced from axios's releases.
Release v1.7.7
Release notes:
Bug Fixes
- fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#6584) (d198085)
- http: fixed support for IPv6 literal strings in url (#5731) (364993f)
Contributors to this release
Release v1.7.6
Release notes:
Bug Fixes
- fetch: fix content length calculation for FormData payload; (#6524) (085f568)
- fetch: optimize signals composing logic; (#6582) (df9889b)
Contributors to this release
Release v1.7.5
Release notes:
Bug Fixes
- adapter: fix undefined reference to hasBrowserEnv (#6572) (7004707)
- core: add the missed implementation of AxiosError#status property; (#6573) (6700a8a)
- core: fix
ReferenceError: navigator is not defined
for custom environments; (#6567) (fed1a4b)- fetch: fix credentials handling in Cloudflare workers (#6533) (550d885)
Contributors to this release
Release v1.7.4
Release notes:
Bug Fixes
- sec: CVE-2024-39338 (#6539) (#6543) (6b6b605)
- sec: disregard protocol-relative URL to remediate SSRF (#6539) (07a661a)
Contributors to this release
... (truncated)
Sourced from axios's changelog.
1.7.7 (2024-08-31)
Bug Fixes
- fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#6584) (d198085)
- http: fixed support for IPv6 literal strings in url (#5731) (364993f)
Contributors to this release
1.7.6 (2024-08-30)
Bug Fixes
- fetch: fix content length calculation for FormData payload; (#6524) (085f568)
- fetch: optimize signals composing logic; (#6582) (df9889b)
Contributors to this release
1.7.5 (2024-08-23)
Bug Fixes
- adapter: fix undefined reference to hasBrowserEnv (#6572) (7004707)
- core: add the missed implementation of AxiosError#status property; (#6573) (6700a8a)
- core: fix
ReferenceError: navigator is not defined
for custom environments; (#6567) (fed1a4b)- fetch: fix credentials handling in Cloudflare workers (#6533) (550d885)
Contributors to this release
1.7.4 (2024-08-13)
Bug Fixes
... (truncated)
5b8a826
chore(release): v1.7.7 (#6585)364993f
fix(http): fixed support for IPv6 literal strings in url (#5731)d198085
fix(fetch): fix stream handling in Safari by fallback to using a stream
reade...d584fcf
chore(release): v1.7.6 (#6583)bc03c6c
chore(examples): fix module import (#6575)df9889b
fix(fetch): optimize signals composing logic; (#6582)ee208cf
chore(sponsor): update sponsor block (#6576)085f568
fix(fetch): fix content length calculation for FormData payload; (#6524)59cd6b0
chore(release): v1.7.5 (#6574)6700a8a
fix(core): add the missed implementation of AxiosError#status property;
(#6573)