Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/release_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ on:
pull_request:

jobs:
cocoapods_lib_lint:
name: cocoapods_lib_lint
cocoapods_spec_lint:
name: cocoapods_spec_lint
runs-on: macos-11
timeout-minutes: 20
if: ${{ false }} # TODO(jpsim): Fix this validation when bumping versions
steps:
- uses: actions/checkout@v1
- uses: ruby/setup-ruby@v1
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.5
0.5.0
26 changes: 21 additions & 5 deletions docs/root/intro/version_history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,32 @@ Version history
Pending Release
===============

Breaking changes:

- iOS: the minimum supported iOS version is now 12.0 (:issue:`#2084 <2084>`)

Bugfixes:

- Android: Fix `NoClassDefFoundError` errors when using `addDNSFallbackNameservers`
or `addH2RawDomains` with Android versions older than API level 24.
- iOS: Fix reachability which has been broken since February 11.
- happy eyeballs: fix missing runtime configuration (:issue:`#2068 <2068>`)
- iOS: fix CocoaPods releases (:issue:`#2175 <2175>`)
- android: fix Maven releases (:issue:`#2183 <2183>`)
- dns: prevent dns refresh if network is unchanged (:issue:`#2122 <2122>`)
- happy eyeballs: fix crash on Android (:issue:`#2132 <2132>`)
- ios: fix termination crash in ProvisionalDispatcher (:issue:`#2059 <2059>`)

Features:

- API: added Envoy's response flags to final stream intel (:issue:`#2009 <2009>`)
- size: The size of the dynamic library was reduced by ~46% (:issue:`#2053 <2053>`)
- api: added Envoy's response flags to final stream intel (:issue:`#2009 <2009>`)
- size: the size of the dynamic library was reduced by ~46% (:issue:`#2053 <2053>`)
- tls: updated the bundled root certificates (:issue:`#2016 <2016>`)
- api: expose "received byte count" in the Java API (:issue:`#2004 <2004>`)
- bazel: allow configuring Android toolchain versions (:issue:`#2041 <2041>`)
- ios: add explicit flow control onSendWindowAvailable to public interface (:issue:`#2046 <2046>`)
- api: add option to add a list of H2-Raw domain names (:issue:`#2088 <2088>`)
- ios: add support for toggling trust chain verification (:issue:`#2104 <2104>`)
- api: add support for configuring minimum DNS refresh rate and per-host max connections (:issue:`#2123 <2123>`)
- h3/quic: add experimental option to the Android/JVM EngineBuilder (:issue:`#2163 <2163>`)
- android: include debug info in release binary (:issue:`#2188 <2188>`)

0.4.5 (January 13, 2022)
========================
Expand Down