tonybaloney / pycharm-security

Finds security holes in your Python projects from PyCharm and GitHub
https://pycharm-security.readthedocs.io/en/latest/?badge=latest
MIT License
327 stars 21 forks source link

Bump ktor_version from 2.3.3 to 2.3.5 #473

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 9 months ago

Bumps ktor_version from 2.3.3 to 2.3.5. Updates io.ktor:ktor-client-core from 2.3.3 to 2.3.5

Release notes

Sourced from io.ktor:ktor-client-core's releases.

2.3.5

Published 5 October 2023

Bugfixes

  • 300+ ktor-client-java threads eat up lots of memory (KTOR-6292)
  • Apache5 engine limits concurrent requests to individual route to 5 (KTOR-6221)
  • DarwinClientEngine WebSocket rejects all received pongs (KTOR-5540)

2.3.4

Published 31 August 2023

Bugfixes

  • The "charset=UTF-8" part is automatically added to the application/json Content-Type (KTOR-6183)
  • MicrometerMetricsConfig default registry leaks coroutine (KTOR-6178)
  • Darwin: App hangs when sending a huge MultiPart request without access to network (KTOR-6147)
  • NPE in JavaClientEngine body() call (KTOR-6190)
  • Digest Auth: algorithm isn't specified in the Authorization header (KTOR-3391)
  • Confusing NoTransformationFoundException (KTOR-6064)
  • Cookie name-value pairs should be separated by a semicolon instead of a comma (KTOR-5868)
Changelog

Sourced from io.ktor:ktor-client-core's changelog.

2.3.5

Published 5 October 2023

Bugfixes

  • 300+ ktor-client-java threads eat up lots of memory (KTOR-6292)
  • Apache5 engine limits concurrent requests to individual route to 5 (KTOR-6221)
  • DarwinClientEngine WebSocket rejects all received pongs (KTOR-5540)

2.3.4

Published 31 August 2023

Bugfixes

  • The "charset=UTF-8" part is automatically added to the application/json Content-Type (KTOR-6183)
  • MicrometerMetricsConfig default registry leaks coroutine (KTOR-6178)
  • Darwin: App hangs when sending a huge MultiPart request without access to network (KTOR-6147)
  • NPE in JavaClientEngine body() call (KTOR-6190)
  • Digest Auth: algorithm isn't specified in the Authorization header (KTOR-3391)
  • Confusing NoTransformationFoundException (KTOR-6064)
  • Cookie name-value pairs should be separated by a semicolon instead of a comma (KTOR-5868)
Commits
  • c751ca8 KTOR-6351 Add changelog for 2.3.5 (#3775)
  • c7b9189 Define explicit dependency
  • f081070 Fix publication issues (#3774)
  • 51e7e5f Release 2.3.5 (#3771)
  • 32b9395 KTOR-6251 Release 2.3.4 (#3741)
  • ce50296 KTOR-5868 Fix the delimiter for a Cookie name-value pairs (#3739)
  • d17b3d9 KTOR-6064 Fix documentation and message of NoTransformationFoundException (#3...
  • d720899 KTOR-3391 Fix Digest Auth: algorithm isn't specified in the Authorization hea...
  • ddc3ff3 KTOR-6190 Handle NPE in JavaClientEngine body() call (#3728)
  • e637c4a KTOR-6147 Darwin: App hangs when streaming request without connection (#3720)
  • Additional commits viewable in compare view


Updates io.ktor:ktor-client-apache from 2.3.3 to 2.3.5

Release notes

Sourced from io.ktor:ktor-client-apache's releases.

2.3.5

Published 5 October 2023

Bugfixes

  • 300+ ktor-client-java threads eat up lots of memory (KTOR-6292)
  • Apache5 engine limits concurrent requests to individual route to 5 (KTOR-6221)
  • DarwinClientEngine WebSocket rejects all received pongs (KTOR-5540)

2.3.4

Published 31 August 2023

Bugfixes

  • The "charset=UTF-8" part is automatically added to the application/json Content-Type (KTOR-6183)
  • MicrometerMetricsConfig default registry leaks coroutine (KTOR-6178)
  • Darwin: App hangs when sending a huge MultiPart request without access to network (KTOR-6147)
  • NPE in JavaClientEngine body() call (KTOR-6190)
  • Digest Auth: algorithm isn't specified in the Authorization header (KTOR-3391)
  • Confusing NoTransformationFoundException (KTOR-6064)
  • Cookie name-value pairs should be separated by a semicolon instead of a comma (KTOR-5868)
Changelog

Sourced from io.ktor:ktor-client-apache's changelog.

2.3.5

Published 5 October 2023

Bugfixes

  • 300+ ktor-client-java threads eat up lots of memory (KTOR-6292)
  • Apache5 engine limits concurrent requests to individual route to 5 (KTOR-6221)
  • DarwinClientEngine WebSocket rejects all received pongs (KTOR-5540)

2.3.4

Published 31 August 2023

Bugfixes

  • The "charset=UTF-8" part is automatically added to the application/json Content-Type (KTOR-6183)
  • MicrometerMetricsConfig default registry leaks coroutine (KTOR-6178)
  • Darwin: App hangs when sending a huge MultiPart request without access to network (KTOR-6147)
  • NPE in JavaClientEngine body() call (KTOR-6190)
  • Digest Auth: algorithm isn't specified in the Authorization header (KTOR-3391)
  • Confusing NoTransformationFoundException (KTOR-6064)
  • Cookie name-value pairs should be separated by a semicolon instead of a comma (KTOR-5868)
Commits
  • c751ca8 KTOR-6351 Add changelog for 2.3.5 (#3775)
  • c7b9189 Define explicit dependency
  • f081070 Fix publication issues (#3774)
  • 51e7e5f Release 2.3.5 (#3771)
  • 32b9395 KTOR-6251 Release 2.3.4 (#3741)
  • ce50296 KTOR-5868 Fix the delimiter for a Cookie name-value pairs (#3739)
  • d17b3d9 KTOR-6064 Fix documentation and message of NoTransformationFoundException (#3...
  • d720899 KTOR-3391 Fix Digest Auth: algorithm isn't specified in the Authorization hea...
  • ddc3ff3 KTOR-6190 Handle NPE in JavaClientEngine body() call (#3728)
  • e637c4a KTOR-6147 Darwin: App hangs when streaming request without connection (#3720)
  • Additional commits viewable in compare view


Updates io.ktor:ktor-serialization-gson from 2.3.3 to 2.3.5

Release notes

Sourced from io.ktor:ktor-serialization-gson's releases.

2.3.5

Published 5 October 2023

Bugfixes

  • 300+ ktor-client-java threads eat up lots of memory (KTOR-6292)
  • Apache5 engine limits concurrent requests to individual route to 5 (KTOR-6221)
  • DarwinClientEngine WebSocket rejects all received pongs (KTOR-5540)

2.3.4

Published 31 August 2023

Bugfixes

  • The "charset=UTF-8" part is automatically added to the application/json Content-Type (KTOR-6183)
  • MicrometerMetricsConfig default registry leaks coroutine (KTOR-6178)
  • Darwin: App hangs when sending a huge MultiPart request without access to network (KTOR-6147)
  • NPE in JavaClientEngine body() call (KTOR-6190)
  • Digest Auth: algorithm isn't specified in the Authorization header (KTOR-3391)
  • Confusing NoTransformationFoundException (KTOR-6064)
  • Cookie name-value pairs should be separated by a semicolon instead of a comma (KTOR-5868)
Changelog

Sourced from io.ktor:ktor-serialization-gson's changelog.

2.3.5

Published 5 October 2023

Bugfixes

  • 300+ ktor-client-java threads eat up lots of memory (KTOR-6292)
  • Apache5 engine limits concurrent requests to individual route to 5 (KTOR-6221)
  • DarwinClientEngine WebSocket rejects all received pongs (KTOR-5540)

2.3.4

Published 31 August 2023

Bugfixes

  • The "charset=UTF-8" part is automatically added to the application/json Content-Type (KTOR-6183)
  • MicrometerMetricsConfig default registry leaks coroutine (KTOR-6178)
  • Darwin: App hangs when sending a huge MultiPart request without access to network (KTOR-6147)
  • NPE in JavaClientEngine body() call (KTOR-6190)
  • Digest Auth: algorithm isn't specified in the Authorization header (KTOR-3391)
  • Confusing NoTransformationFoundException (KTOR-6064)
  • Cookie name-value pairs should be separated by a semicolon instead of a comma (KTOR-5868)
Commits
  • c751ca8 KTOR-6351 Add changelog for 2.3.5 (#3775)
  • c7b9189 Define explicit dependency
  • f081070 Fix publication issues (#3774)
  • 51e7e5f Release 2.3.5 (#3771)
  • 32b9395 KTOR-6251 Release 2.3.4 (#3741)
  • ce50296 KTOR-5868 Fix the delimiter for a Cookie name-value pairs (#3739)
  • d17b3d9 KTOR-6064 Fix documentation and message of NoTransformationFoundException (#3...
  • d720899 KTOR-3391 Fix Digest Auth: algorithm isn't specified in the Authorization hea...
  • ddc3ff3 KTOR-6190 Handle NPE in JavaClientEngine body() call (#3728)
  • e637c4a KTOR-6147 Darwin: App hangs when streaming request without connection (#3720)
  • Additional commits viewable in compare view


Updates io.ktor:ktor-client-content-negotiation from 2.3.3 to 2.3.5

Release notes

Sourced from io.ktor:ktor-client-content-negotiation's releases.

2.3.5

Published 5 October 2023

Bugfixes

  • 300+ ktor-client-java threads eat up lots of memory (KTOR-6292)
  • Apache5 engine limits concurrent requests to individual route to 5 (KTOR-6221)
  • DarwinClientEngine WebSocket rejects all received pongs (KTOR-5540)

2.3.4

Published 31 August 2023

Bugfixes

  • The "charset=UTF-8" part is automatically added to the application/json Content-Type (KTOR-6183)
  • MicrometerMetricsConfig default registry leaks coroutine (KTOR-6178)
  • Darwin: App hangs when sending a huge MultiPart request without access to network (KTOR-6147)
  • NPE in JavaClientEngine body() call (KTOR-6190)
  • Digest Auth: algorithm isn't specified in the Authorization header (KTOR-3391)
  • Confusing NoTransformationFoundException (KTOR-6064)
  • Cookie name-value pairs should be separated by a semicolon instead of a comma (KTOR-5868)
Changelog

Sourced from io.ktor:ktor-client-content-negotiation's changelog.

2.3.5

Published 5 October 2023

Bugfixes

  • 300+ ktor-client-java threads eat up lots of memory (KTOR-6292)
  • Apache5 engine limits concurrent requests to individual route to 5 (KTOR-6221)
  • DarwinClientEngine WebSocket rejects all received pongs (KTOR-5540)

2.3.4

Published 31 August 2023

Bugfixes

  • The "charset=UTF-8" part is automatically added to the application/json Content-Type (KTOR-6183)
  • MicrometerMetricsConfig default registry leaks coroutine (KTOR-6178)
  • Darwin: App hangs when sending a huge MultiPart request without access to network (KTOR-6147)
  • NPE in JavaClientEngine body() call (KTOR-6190)
  • Digest Auth: algorithm isn't specified in the Authorization header (KTOR-3391)
  • Confusing NoTransformationFoundException (KTOR-6064)
  • Cookie name-value pairs should be separated by a semicolon instead of a comma (KTOR-5868)
Commits
  • c751ca8 KTOR-6351 Add changelog for 2.3.5 (#3775)
  • c7b9189 Define explicit dependency
  • f081070 Fix publication issues (#3774)
  • 51e7e5f Release 2.3.5 (#3771)
  • 32b9395 KTOR-6251 Release 2.3.4 (#3741)
  • ce50296 KTOR-5868 Fix the delimiter for a Cookie name-value pairs (#3739)
  • d17b3d9 KTOR-6064 Fix documentation and message of NoTransformationFoundException (#3...
  • d720899 KTOR-3391 Fix Digest Auth: algorithm isn't specified in the Authorization hea...
  • ddc3ff3 KTOR-6190 Handle NPE in JavaClientEngine body() call (#3728)
  • e637c4a KTOR-6147 Darwin: App hangs when streaming request without connection (#3720)
  • Additional commits viewable 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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 8 months ago

Superseded by #480.