Bump com.github.mizosoft.methanol:methanol from 1.8.2 to 1.8.3
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(12 months ago)
(12 months ago)
(12 months ago)
by Derkades
dependencies java
Bumps com.github.mizosoft.methanol:methanol from 1.8.2 to 1.8.3.
Release notes
Sourced from com.github.mizosoft.methanol:methanol's releases.
v1.8.3
Fixed #121, where the response body was retained throughout the entire read timeout, resulting in a "timed" memory leak. This happened as the previously used JVM-wide scheduler retained references to timeout tasks (which retained references to the response body through a reference chain starting from
TimeoutBodySubscriber). Methanol now uses a library-wide scheduler (unless overridden byMethanol.Builder::readTimeout) that loses references to timeout tasks when invalidated.Fixed #125, where exception causes where swallowed in sync calls.
Changelog
Sourced from com.github.mizosoft.methanol:methanol's changelog.
Version 1.8.3
Fixed #121, where the response body was retained throughout the entire read timeout, resulting in a "timed" memory leak. This happened as the previously used JVM-wide scheduler retained references to timeout tasks (which retained references to the response body through a reference chain starting from
TimeoutBodySubscriber). Methanol now uses a library-wide scheduler that loses references to timeout tasks when invalidated.Fixed #125, where exception causes where swallowed in sync calls.
Commits
63c6f0eRelease 1.8.3bf53658Use daemon threads for shared executors. (#128)568aa58Use a corePoolSize of 1 for the scheduler (#127)8f23eb6fix: rethrow initialExecutionExceptionwhen throwable clone fail (#126)e328adaUse a library-wide ScheduledExecutorService instead of CompletableFuture::del...94f063bLink to 1.8.2 in root README- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
1
1
+1
-1
Package Dependencies
maven
1.8.2 → 1.8.3
Patch
Technical Details
| ID: | 2650856 |
| UUID: | 2632185023 |
| Node ID: | PR_kwDOBJIy-c6c4_S_ |
| Host: | GitHub |
| Repository: | NamelessMC/Nameless-Java-API |
| Merge State: | Unknown |