Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update ktor monorepo to v3.0.2-eap-1151 (patch) #276

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.ktor:ktor-serialization-kotlinx-json 3.0.0-eap-757 -> 3.0.2-eap-1151 age adoption passing confidence
io.ktor:ktor-client-core 3.0.0-eap-757 -> 3.0.2-eap-1151 age adoption passing confidence
io.ktor:ktor-client-cio 3.0.0-eap-757 -> 3.0.2-eap-1151 age adoption passing confidence
io.ktor:ktor-server-netty 3.0.0-eap-757 -> 3.0.2-eap-1151 age adoption passing confidence
io.ktor:ktor-server-core 3.0.0-eap-757 -> 3.0.2-eap-1151 age adoption passing confidence

Release Notes

ktorio/ktor (io.ktor:ktor-serialization-kotlinx-json)

v3.0.1

Published 29 October 2024

Bugfixes
  • Remove space from the default client user agent (KTOR-7655)
  • Url.segments throws on URLs with root path (KTOR-7625)
  • Digest Auth does not implement nc parameter correctly according to RFC 7616 (KTOR-4318)
  • about:blank URL should be parsed correctly as about:blank (KTOR-7410)
  • ByteReadChannel.{readShort/readInt/readLong} could lead to CPU-bound indefinite loop since 3.0.0 (KTOR-7571)
  • CIO: Requests face connection timeouts when executed on the Android main dispatcher (KTOR-6803)
  • receiveMultipart fails with "IOException: Failed to parse multipart" when content-type is capitalized (KTOR-7596)
Improvements
  • WebSockets logging: The plugin calls toString() unnecessarily on transformed response body (KTOR-7623)
  • INFO log message with all server interceptors on server startup (KTOR-7326)
  • Digest auth: username and cnonce parameters aren't surrounded with quotes (KTOR-7561)
  • ContentType.fromFilePath for newer file formats HEIC, AVIF, HEIF (KTOR-7536)
  • Support missing native targets in ktor-serialization-kotlinx-xml (KTOR-7583)

v3.0.0

Published 9 October 2024

Bugfixes
  • Darwin: The maxFrameSize option has no effect (KTOR-6963)
  • KotlinReflectionInternalError (createClientPlugin) when running release APK on Android (KTOR-7479)
  • Netty: UnsupportedOperationException is thrown when responding in CallSetup and CORS plugin is installed (KTOR-4433)
  • MicrometerMetrics: Prometheus meter registry 1.13.0 generates configuration warning (KTOR-7035)
  • Websockets/Auth: ProtocolException when requesting protected WebSockets endpoint (KTOR-7363)
  • Data truncated in receiveParameters and receiveMultipart (KTOR-7201)
  • The pathSegments returns empty strings for trailing slashes (KTOR-4402)
  • HttpRequestRetry: exponential delay doesn't work for delays <= 1 second (KTOR-7294)
  • JS browser: "Error: HttpClientCall expected" on HTTP request when targeting es2015 (KTOR-6882)
  • Incomplete write using io.ktor.util.cio.FileChannelsKt#writeChannel (KTOR-1618)
  • response.content.copyAndClose(targetFile.writeChannel()) sometimes loses some bytes (KTOR-3003)
  • ByteWriteChannel.flush is not Waiting Until Flushing the Internal Buffer to the Destination (KTOR-3102)
  • CORS check fails when the Origin header has a value without trailing slash (KTOR-5936)
  • Closing socket and selector leaks descriptor on native (KTOR-7255)
  • ConnectionUtilsNative leaks descriptors on error (KTOR-6977)
  • withTimeout doesn't cancel socket connection on native (KTOR-5289)
  • MockEngine: the ability to set dispatcher is removed (KTOR-6417)
Improvements
  • Misleading readBytes method name (KTOR-6596)
  • Remove reflection utils used only on JVM target from common source set (KTOR-7540)
  • Weak security algorithm (MD5) in FileCacheStorage (KTOR-6589)
  • Missing constants for AcceptEncoding (KTOR-6412)
  • Add respondFile overload with Path parameters (KTOR-7202)
  • MalformedInputException confusingly is a Throwable but not an Exception (KTOR-7316)
  • CSRF: The allowOrigin method enables the Origin Header validation (KTOR-6695)
  • Auth: Drop marker interface requirements (KTOR-7323)
  • Routing: Support accessing the request body in RouteSelector (KTOR-7084)
  • Make Cookie class Serializable (KTOR-6258)
  • Make the internal Route.swaggerUI method public (KTOR-6491)
  • Ktor clients and servers should use Dispatchers.IO.limitedParallelism(...) wherever possible (KTOR-6462)
Features
  • Support androidNative targets (KTOR-7289)
  • Provide the API that simplifies disabling CORS for testing purposes (KTOR-3329)
  • Add support for mingw to ktor-network in order to make server and client work on windows (KTOR-4080)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

sonarcloud bot commented May 15, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@renovate renovate bot changed the title chore(deps): update ktor monorepo to v3.0.0-tls-eap-907 (patch) chore(deps): update ktor monorepo (patch) Jul 6, 2024
@renovate renovate bot changed the title chore(deps): update ktor monorepo (patch) chore(deps): update ktor monorepo to v3.0.0-tls-eap-907 (patch) Jul 7, 2024
@renovate renovate bot changed the title chore(deps): update ktor monorepo to v3.0.0-tls-eap-907 (patch) chore(deps): update ktor monorepo (patch) Oct 9, 2024
@renovate renovate bot force-pushed the renovate/patch-ktor-monorepo branch from 9b05166 to 9ae4ce5 Compare October 9, 2024 16:00
@renovate renovate bot changed the title chore(deps): update ktor monorepo (patch) chore(deps): update ktor monorepo to v3.0.0 (patch) Oct 9, 2024
@renovate renovate bot force-pushed the renovate/patch-ktor-monorepo branch from 9ae4ce5 to 6fffe9e Compare October 10, 2024 23:05
@renovate renovate bot changed the title chore(deps): update ktor monorepo to v3.0.0 (patch) chore(deps): update ktor monorepo to v3.0.1-eap-1112 (patch) Oct 10, 2024
@renovate renovate bot force-pushed the renovate/patch-ktor-monorepo branch from 6fffe9e to 08f158e Compare October 11, 2024 21:20
@renovate renovate bot changed the title chore(deps): update ktor monorepo to v3.0.1-eap-1112 (patch) chore(deps): update ktor monorepo to v3.0.1-eap-1113 (patch) Oct 11, 2024
@renovate renovate bot force-pushed the renovate/patch-ktor-monorepo branch from 08f158e to d48247c Compare October 12, 2024 22:43
@renovate renovate bot changed the title chore(deps): update ktor monorepo to v3.0.1-eap-1113 (patch) chore(deps): update ktor monorepo to v3.0.1-eap-1114 (patch) Oct 12, 2024
@renovate renovate bot force-pushed the renovate/patch-ktor-monorepo branch from d48247c to 247cd48 Compare October 13, 2024 21:28
@renovate renovate bot changed the title chore(deps): update ktor monorepo to v3.0.1-eap-1114 (patch) chore(deps): update ktor monorepo to v3.0.1-eap-1115 (patch) Oct 13, 2024
@renovate renovate bot force-pushed the renovate/patch-ktor-monorepo branch from 247cd48 to bf9708e Compare October 15, 2024 22:16
@renovate renovate bot changed the title chore(deps): update ktor monorepo to v3.0.1-eap-1115 (patch) chore(deps): update ktor monorepo to v3.0.1-eap-1116 (patch) Oct 15, 2024
@renovate renovate bot force-pushed the renovate/patch-ktor-monorepo branch from bf9708e to 29d9c2e Compare October 16, 2024 21:40
@renovate renovate bot changed the title chore(deps): update ktor monorepo to v3.0.1-eap-1116 (patch) chore(deps): update ktor monorepo to v3.0.1-eap-1117 (patch) Oct 16, 2024
@renovate renovate bot force-pushed the renovate/patch-ktor-monorepo branch from 29d9c2e to 0914144 Compare October 17, 2024 20:53
@renovate renovate bot changed the title chore(deps): update ktor monorepo to v3.0.1-eap-1117 (patch) chore(deps): update ktor monorepo to v3.0.1-eap-1118 (patch) Oct 17, 2024
@renovate renovate bot force-pushed the renovate/patch-ktor-monorepo branch from 0914144 to 0e6299b Compare October 18, 2024 21:39
@renovate renovate bot changed the title chore(deps): update ktor monorepo to v3.0.1-eap-1118 (patch) chore(deps): update ktor monorepo to v3.0.1-eap-1120 (patch) Oct 18, 2024
@renovate renovate bot force-pushed the renovate/patch-ktor-monorepo branch from 0e6299b to f4eb672 Compare October 21, 2024 22:12
@renovate renovate bot changed the title chore(deps): update ktor monorepo to v3.0.1-eap-1120 (patch) chore(deps): update ktor monorepo to v3.0.1-eap-1121 (patch) Oct 21, 2024
@renovate renovate bot force-pushed the renovate/patch-ktor-monorepo branch from f4eb672 to a719859 Compare October 24, 2024 22:35
@renovate renovate bot changed the title chore(deps): update ktor monorepo to v3.0.1-eap-1121 (patch) chore(deps): update ktor monorepo to v3.0.1-eap-1122 (patch) Oct 24, 2024
@renovate renovate bot force-pushed the renovate/patch-ktor-monorepo branch from a719859 to 258e305 Compare October 28, 2024 22:16
@renovate renovate bot changed the title chore(deps): update ktor monorepo to v3.0.1-eap-1122 (patch) chore(deps): update ktor monorepo to v3.0.1-eap-1124 (patch) Oct 28, 2024
@renovate renovate bot force-pushed the renovate/patch-ktor-monorepo branch from 258e305 to 3547cd2 Compare October 29, 2024 16:38
@renovate renovate bot force-pushed the renovate/patch-ktor-monorepo branch from 3547cd2 to 49cd1d0 Compare October 29, 2024 20:45
@renovate renovate bot changed the title chore(deps): update ktor monorepo to v3.0.1-eap-1125 (patch) chore(deps): update ktor monorepo to v3.0.1-eap-1126 (patch) Oct 29, 2024
@renovate renovate bot force-pushed the renovate/patch-ktor-monorepo branch from 49cd1d0 to 00c7be3 Compare October 29, 2024 22:10
@renovate renovate bot changed the title chore(deps): update ktor monorepo to v3.0.1-eap-1126 (patch) chore(deps): update ktor monorepo to v3.0.1 (patch) Oct 29, 2024
@renovate renovate bot force-pushed the renovate/patch-ktor-monorepo branch from 00c7be3 to 56ca740 Compare October 30, 2024 09:02
@renovate renovate bot changed the title chore(deps): update ktor monorepo to v3.0.1 (patch) chore(deps): update ktor monorepo to v3.0.1-eap-1124 (patch) Oct 30, 2024
@renovate renovate bot force-pushed the renovate/patch-ktor-monorepo branch from 56ca740 to b3fef41 Compare October 30, 2024 13:50
@renovate renovate bot changed the title chore(deps): update ktor monorepo to v3.0.1-eap-1124 (patch) chore(deps): update ktor monorepo to v3.0.1-eap-1125 (patch) Oct 30, 2024
@renovate renovate bot force-pushed the renovate/patch-ktor-monorepo branch from b3fef41 to 5b14eb4 Compare October 30, 2024 15:17
@renovate renovate bot changed the title chore(deps): update ktor monorepo to v3.0.1-eap-1125 (patch) chore(deps): update ktor monorepo to v3.0.1 (patch) Oct 30, 2024
@renovate renovate bot force-pushed the renovate/patch-ktor-monorepo branch from 5b14eb4 to d6f0eff Compare November 2, 2024 22:22
@renovate renovate bot changed the title chore(deps): update ktor monorepo to v3.0.1 (patch) chore(deps): update ktor monorepo to v3.0.2-eap-1131 (patch) Nov 2, 2024
@renovate renovate bot force-pushed the renovate/patch-ktor-monorepo branch from d6f0eff to e573e3f Compare November 5, 2024 23:30
@renovate renovate bot changed the title chore(deps): update ktor monorepo to v3.0.2-eap-1131 (patch) chore(deps): update ktor monorepo to v3.0.2-eap-1132 (patch) Nov 5, 2024
@renovate renovate bot force-pushed the renovate/patch-ktor-monorepo branch from e573e3f to 8724280 Compare November 6, 2024 22:01
@renovate renovate bot changed the title chore(deps): update ktor monorepo to v3.0.2-eap-1132 (patch) chore(deps): update ktor monorepo to v3.0.2-eap-1133 (patch) Nov 6, 2024
@renovate renovate bot force-pushed the renovate/patch-ktor-monorepo branch from 8724280 to a36f79b Compare November 7, 2024 21:17
@renovate renovate bot changed the title chore(deps): update ktor monorepo to v3.0.2-eap-1133 (patch) chore(deps): update ktor monorepo to v3.0.2-eap-1134 (patch) Nov 7, 2024
@renovate renovate bot force-pushed the renovate/patch-ktor-monorepo branch from a36f79b to edeeaf7 Compare November 12, 2024 23:00
@renovate renovate bot changed the title chore(deps): update ktor monorepo to v3.0.2-eap-1134 (patch) chore(deps): update ktor monorepo to v3.0.2-eap-1140 (patch) Nov 12, 2024
@renovate renovate bot force-pushed the renovate/patch-ktor-monorepo branch from edeeaf7 to 1241d9e Compare November 13, 2024 22:21
@renovate renovate bot changed the title chore(deps): update ktor monorepo to v3.0.2-eap-1140 (patch) chore(deps): update ktor monorepo to v3.0.2-eap-1141 (patch) Nov 13, 2024
@renovate renovate bot force-pushed the renovate/patch-ktor-monorepo branch from 1241d9e to 2da1080 Compare November 14, 2024 22:56
@renovate renovate bot changed the title chore(deps): update ktor monorepo to v3.0.2-eap-1141 (patch) chore(deps): update ktor monorepo to v3.0.2-eap-1144 (patch) Nov 14, 2024
@renovate renovate bot force-pushed the renovate/patch-ktor-monorepo branch from 2da1080 to daf19d6 Compare November 15, 2024 22:52
@renovate renovate bot changed the title chore(deps): update ktor monorepo to v3.0.2-eap-1144 (patch) chore(deps): update ktor monorepo to v3.0.2-eap-1149 (patch) Nov 15, 2024
@renovate renovate bot force-pushed the renovate/patch-ktor-monorepo branch from daf19d6 to 435e04c Compare November 16, 2024 21:06
Copy link

sonarcloud bot commented Nov 16, 2024

@renovate renovate bot changed the title chore(deps): update ktor monorepo to v3.0.2-eap-1149 (patch) chore(deps): update ktor monorepo to v3.0.2-eap-1151 (patch) Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants