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

Update dependency io.ktor:ktor-server-netty to v2.2.0-eap-563 - autoclosed #39

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 9, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.ktor:ktor-server-netty 2.0.1 -> 2.2.0-eap-563 age adoption passing confidence

Release Notes

ktorio/ktor

v2.1.3

Published 26 October 2022

  • JS: window.location.origin returns null when executed in iframe via srcdoc attribute (KTOR-4993)
  • SensitivityWatchEventModifier - Move the reflection call of this modifier out from the Ktor Core (KTOR-1647)
  • "java.lang.IllegalArgumentException: Failed requirement." in SelectorManagerSupport (KTOR-2914)
  • HOCON: CLI parameters don't override custom properties since 2.1.0 (KTOR-5000)
  • Websockets timeout doesn't cause a close of a connection (KTOR-3504)
  • DefaultHeaders: a header is duplicated in a StatusPages's handler (KTOR-4990)
  • Websockets: timeout doesn't cause closing of incoming and outgoing channels (KTOR-2430)
  • RFC 3986 recommendation for encoding URI is NOT followed (KTOR-993)
  • Cookies: Invalid encoding of cookies' values since 1.4.0 (KTOR-917)
  • ByteReadChannel is unable to read files with long lines (KTOR-2588)
  • WebSocketDeflateExtension configureProtocols always failed with stackOverflow (KTOR-4916)
  • Update Kotlin to 1.7.20 (KTOR-4963)
  • Netty HTTP/2: response headers contain ":status" header and that leads to IllegalHeaderNameException in the ConditionalHeaders plugin (KTOR-4943)
  • Maven: ktor-server-test-host-jvm causes dependency error starting from Ktor 2.0.3 (KTOR-4900)
  • Autoreloading: "Flow invariant is violated" error since Ktor 2.0.3 (KTOR-4926)
  • Autoreloading: ClassCastException when retrieving plugins in testApplication (KTOR-4729)
  • CIO engine has wrong doc for request timeout (KTOR-4941)
  • CIO: A request through a proxy server results in 403 from Cloudflare (KTOR-4925)

v2.1.2

Published 29 September 2022

  • HttpCacheEntry ignoring Request Cache-Control directives (KTOR-4894)
  • testApplication does not handle port and connectors (KTOR-4875)
  • Native: Wrong status code when requesting with DELETE method and body (KTOR-3566)
  • Default host address 0.0.0.0 isn't reachable on Windows (KTOR-4834)
  • TestApplicationEngine error handling is inconsistent with DefaultEnginePipeline, breaking clients (KTOR-4009)
  • Routing: Wrong content-type results in 400 Bad Request instead of 415 Unsupported Media type (KTOR-4849)

v2.1.1

Published 6 September 2022

  • CIO: responses are received with a huge delay on JVM Windows (due to reverse DNS lookup internally) (KTOR-4827)
  • Netty HTTP/2 not working (KTOR-578)
  • HTTP/2 push fails with Netty engine (KTOR-800)
  • HttpCookies: no space between cookie pairs (KTOR-3854)
  • Netty ALPN provider detection not working (KTOR-4712)
  • CIO: Connection reset by peer on MacOS (KTOR-2036)
  • CallLogging MDC with sessions: Application feature Sessions is not installed (KTOR-550)
  • Deprecate Public API with Atomicfu Declarations (KTOR-4774)
  • Deprecate receiveOrNull because it's confusing (KTOR-4772)
  • Server ContentNegotiation Plugin doesn't check ignoredTypes for Request Body (KTOR-4770)
  • IllegalArgumentException is thrown when UnixSocketAddress.path is accessed on JVM (JDK 16+) (KTOR-4695)
  • WebSocketDeflateExtension not following RFC (KTOR-4696)
  • The parseWebSocketExtensions function behaves incorrectly (KTOR-3189)
  • Receive non-Nullable Type Throws NPE in Case of Failure (KTOR-4771)
  • Darwin: Symbol not found: OBJC_CLASS$_NSURLSessionWebSocketMessage on iOS 12 (KTOR-4159)
  • Fix Merging Date Headers on the Client (KTOR-4782)
  • Replace exception in InputStreamAdapter and OutputStreamAdapter constructors with warning message If parking (KTOR-4736)
  • Clearing Session Cookie in Chrome 80+ with SameSite and Secure (KTOR-437)
  • The OutgoingContent.toByteArray() stalls when used in combination with a OutgoingContent.WriteChannelContent (KTOR-2126)
  • Missing Content-Type header in a request (KTOR-1407)
  • Crash when making requests from browser inside of web worker (KTOR-4715)
  • An error occurs when there is a binary such as protobuf in the response body of error (KTOR-1619)
  • CallLogging configured MDC entries are not passed to StatusPages exception handlers (KTOR-4193)
  • LocalFileContent incorrectly relies on the last modification time of a file to check its existence (KTOR-4707)
  • Sessions: WSS in combination with Secure cookies throws IllegalArgumentException (KTOR-4697)
  • Json request failure with configured form authentication (KTOR-678)

v2.1.0

Published 11 August 2022

  • Add YAML Configuration Format Support (KTOR-3572)
  • Allow overriding HSTS settings per host (KTOR-4578)
  • CORS: Pattern matching for origin (KTOR-316)
  • Darwin: Allow setting custom NSURLSession (KTOR-583)
  • Support setting caching options on call (KTOR-457)
  • Revert default behavior of string encoding for ContentNegotiation and JsonPlugin (KTOR-4739)
  • Make Content-Length header validation optional (KTOR-4655)
  • Client resources plugin miss builders for PATCH method (KTOR-4658)
  • The awaitSuspend method wakes up early in closed ByteChannelSequential (KTOR-4597)
  • HttpCache plugin does not support max-stale directive (KTOR-4610)
  • Incoming request body validation (KTOR-503)
  • Client does not support sending or receiving json null value (KTOR-745)
  • Jetty: Content Length exception when body size is greater than 4096 bytes (KTOR-4622)
  • Darwin: configureRequest doesn't actually configure a NSMutableURLRequest when HTTP request is made (KTOR-4719)
  • OAuth2: Allow sending extra parameters for authorization and access token requests (KTOR-2128)
  • Java engine: Allow configuring HTTP version (KTOR-4609)
  • ContentEncoding: body<ByteArray>() receives truncated array (KTOR-4653)
  • Support configuring Netty codec limits via application config (KTOR-4636)
  • [OkHttp] StreamRequestBody should override isOneShot or allow multiple reads of request body (KTOR-4637)
  • OverridingClassLoader fails to delegate to parent for resources (KTOR-4004)
  • OkHttp and iOS: request with only-if-cache directive in Cache-Control header fails with 504 when match is stale (KTOR-4127)
  • Allow Pebble to use Accepted Language header for built-in i18n support (KTOR-4593)
  • Test engine can't handle concurrent requests (KTOR-4572)
  • Parameters of cloned UrlBuilder affect parameters of an original builder (KTOR-4573)
  • Reified type causes ApplicationCall.receive() throw UnsupportedOperationException (KTOR-3715)
  • ApplicationConfig lacks the ability to export a part of the config to a third-party library (KTOR-4416)
  • Path parameter doesn't get encoded in type safe requests (KTOR-3953)
  • Update Kotlin to 1.7.0 (KTOR-4450)
  • Bump jteVersion from 2.0.3 to 2.1.2 (KTOR-4648)

v2.0.3

Published 28 June 2022

  • Development mode class loader leads to ClassCastException within a CouroutineScope (KTOR-4164)
  • Validate that the body of an incoming request is received completely (KTOR-4379)
  • UrlBuilder escapes fragment parameters (KTOR-4412)
  • CallLogging: JVM crashes when jansi checks whether a file descriptor refers to a terminal (KTOR-3476)
  • WebSocket client closes connection due to an HTTP request timeout (KTOR-4419)
  • [JS client] Cannot change redirect policy by followRedirects=false (KTOR-326)
  • CIO engine doesn't apply a request timeout from the HttpTimeout plugin (KTOR-4473)
  • CIO: Websockets request doesn't include query parameters (KTOR-4390)
  • Ignore SIGPIPE for server sockets (KTOR-4474)
  • Direct byte buffers are increased in size when server slowly processes request (KTOR-4397)
  • UDP responses are received with a huge delay on JVM Windows (due to reverse DNS lookup internally) (KTOR-4423)
  • "No instance for key AttributeKey: ApplicationPluginRegistry" when exception is thrown during the Call phase (KTOR-4448)
  • Non-decipherable exception "No result transformation found" (KTOR-4287)
  • Unable to set the Content-Type header in a request (KTOR-620)
  • Update kotlinx.coroutines to 1.6.2 (KTOR-4451)
  • Support the HttpTimeout capability in the DelegatingTestClientEngine (KTOR-4436)
  • Limit the number of parallel running requests in Netty (KTOR-4575)
  • Resources plugin fails to process parameters of type UShort (KTOR-4424)
  • Resources plugin doesn't respect default values for Enum (KTOR-4411)
  • Invalid request line produced by CIO engine for URL with parameters and without path (KTOR-4347)
  • call.receiveText() tries to parse body as JSON when the ContentNegotiation plugin is installed (KTOR-4426)
  • Ignore ByteReadChannel as receive type in ContentNegotiation (KTOR-4511)
  • Setting body to TextContent leads to NPE when the ContentNegotiation plugin is installed (KTOR-4383)
  • submitFormWithBinaryData call leads to NPE when the ContentNegotiation plugin is installed (KTOR-4269)
  • ResponseConverter NPE when returning ByteArray with the ContentNegotiation plugin (KTOR-4399)

v2.0.2

Published 27 May 2022

  • [iOS] Prevent HttpClient from persisting cookies across requests (KTOR-3748)
  • Web feedback from "Creating HTTP APIs", https://ktor.io/docs/creating-http-apis.html (KTOR-4380)
  • When returning a String, content negotiation is ignored (KTOR-662)
  • HttpResponse.bodyAsChannel should not be converted by ContentNegotiation (KTOR-4341)
  • Strings are not decoded when received as application/json (KTOR-385)
  • Document how to enable/disable HTTP/2 for different client engines (KTOR-4340)
  • Revert Dokka to 1.6.10 due to Publication Freeze (KTOR-4290)
  • Document a new memory model in KMM tutorial (KTOR-4354)
  • Make client docs less JVM-centric (KTOR-4351)
  • Darwin engine: Client connection is closed after each request (KTOR-4145)
  • Ios: NullPointerException when query parameters contain cyrillic symbols in values (KTOR-1858)
  • A native application with the Darwin engine doesn't make a request (KTOR-3900)
  • Darwin and Kotlin/JS: "List has more than one element" error when header like Content-type is duplicated in a response (KTOR-4105)
  • Invalid response without error (KTOR-369)
  • Invalid HTTP version should fail (KTOR-380)
  • The colon after the host parameter requires a port (KTOR-382)
  • Kotlin/Native: testApplication's client sometimes fails to receive ByteArray response from a route (KTOR-4197)
  • "Application started" is never printed (KTOR-4319)
  • Default request without explicit port sets port 80 for all requests (KTOR-4281)
  • Documentation about how to configure libcurl on Windows (KTOR-3988)
  • API Docs reference RFCs. Better to reference our own documentation (KTOR-3764)
  • UninitializedPropertyAccessException in the handleResponseExceptionWithRequest when request or response are accessed through (KTOR-4230)HttpClientCall
  • The original exception is swallowed by "No request transformation found" exception when request body is serializable object (KTOR-4160)
  • IncorrectDereferenceException when trying to create HttpClient from background thread on iOS (KTOR-4263)
  • JacksonWebsocketContentConverter.deserialize just doesn't work (KTOR-4248)
  • Documentation for migration of Authentication server plugin (KTOR-4253)
  • Add sample for the AuthenticationChecked hook (KTOR-4278)
  • Web feedback from "Docker", https://ktor.io/docs/docker.html (KTOR-4282)
  • Route's path parameters are empty when ApplicationCall.authentication is first accessed in a different ApplicationCall context (KTOR-4250)
  • Routes with tailcard should not count for specific http error codes (KTOR-4280)
  • Documentation for appending query parameters for URL in the DefaultRequest (KTOR-4252)
  • Routing returns 405 even for not completely matched paths (KTOR-4267)
  • Resources: builder methods return routes with PathSegmentConstantRouteSelector instead of HttpMethodRouteSelector (KTOR-4239)
  • Update Netty to 4.1.77.Final (KTOR-4339)
  • External services should use config from environment (KTOR-4373)
  • Update Jackson to 2.13.3 (KTOR-4394)

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/io.ktor-ktor-server-netty-2.x branch from 84ea123 to db1fbe9 Compare August 9, 2022 10:34
@renovate renovate bot changed the title Update dependency io.ktor:ktor-server-netty to v2.1.0-space-eap-459 Update dependency io.ktor:ktor-server-netty to v2.1.0-space-eap-462 Aug 9, 2022
@renovate renovate bot force-pushed the renovate/io.ktor-ktor-server-netty-2.x branch from db1fbe9 to 1adf039 Compare August 9, 2022 22:43
@renovate renovate bot changed the title Update dependency io.ktor:ktor-server-netty to v2.1.0-space-eap-462 Update dependency io.ktor:ktor-server-netty to v2.1.0-space-eap-463 Aug 9, 2022
@renovate renovate bot changed the title Update dependency io.ktor:ktor-server-netty to v2.1.0-space-eap-463 Update dependency io.ktor:ktor-server-netty to v2.1.0-space-eap-466 Aug 10, 2022
@renovate renovate bot force-pushed the renovate/io.ktor-ktor-server-netty-2.x branch 2 times, most recently from 431603d to 9e772fc Compare August 11, 2022 13:04
@renovate renovate bot changed the title Update dependency io.ktor:ktor-server-netty to v2.1.0-space-eap-466 Update dependency io.ktor:ktor-server-netty to v2.1.0 Aug 11, 2022
@renovate renovate bot force-pushed the renovate/io.ktor-ktor-server-netty-2.x branch from 9e772fc to 5507b16 Compare August 18, 2022 21:42
@renovate renovate bot changed the title Update dependency io.ktor:ktor-server-netty to v2.1.0 Update dependency io.ktor:ktor-server-netty to v2.1.1-eap-473 Aug 18, 2022
@renovate renovate bot force-pushed the renovate/io.ktor-ktor-server-netty-2.x branch from 5507b16 to 9afe649 Compare August 20, 2022 20:19
@renovate renovate bot changed the title Update dependency io.ktor:ktor-server-netty to v2.1.1-eap-473 Update dependency io.ktor:ktor-server-netty to v2.1.1-eap-475 Aug 20, 2022
@renovate renovate bot changed the title Update dependency io.ktor:ktor-server-netty to v2.1.1-eap-475 Update dependency io.ktor:ktor-server-netty to v2.1.1-eap-476 Aug 22, 2022
@renovate renovate bot force-pushed the renovate/io.ktor-ktor-server-netty-2.x branch 2 times, most recently from 394e8ee to 495dddb Compare August 25, 2022 22:53
@renovate renovate bot changed the title Update dependency io.ktor:ktor-server-netty to v2.1.1-eap-476 Update dependency io.ktor:ktor-server-netty to v2.1.1-eap-481 Aug 25, 2022
@renovate renovate bot force-pushed the renovate/io.ktor-ktor-server-netty-2.x branch from 495dddb to ee0f947 Compare August 26, 2022 23:35
@renovate renovate bot changed the title Update dependency io.ktor:ktor-server-netty to v2.1.1-eap-481 Update dependency io.ktor:ktor-server-netty to v2.1.1-eap-483 Aug 26, 2022
@renovate renovate bot force-pushed the renovate/io.ktor-ktor-server-netty-2.x branch from ee0f947 to 0e0e32f Compare August 29, 2022 21:31
@renovate renovate bot changed the title Update dependency io.ktor:ktor-server-netty to v2.1.1-eap-483 Update dependency io.ktor:ktor-server-netty to v2.1.1-eap-484 Aug 29, 2022
@renovate renovate bot force-pushed the renovate/io.ktor-ktor-server-netty-2.x branch from 0e0e32f to 7868f65 Compare August 30, 2022 23:17
@renovate renovate bot changed the title Update dependency io.ktor:ktor-server-netty to v2.1.1-eap-484 Update dependency io.ktor:ktor-server-netty to v2.1.1-eap-485 Aug 30, 2022
@renovate renovate bot force-pushed the renovate/io.ktor-ktor-server-netty-2.x branch from 7868f65 to bd929dd Compare August 31, 2022 23:14
@renovate renovate bot changed the title Update dependency io.ktor:ktor-server-netty to v2.1.1-eap-485 Update dependency io.ktor:ktor-server-netty to v2.1.1-eap-487 Aug 31, 2022
@renovate renovate bot force-pushed the renovate/io.ktor-ktor-server-netty-2.x branch from bd929dd to e0c2c29 Compare September 1, 2022 21:30
@renovate renovate bot changed the title Update dependency io.ktor:ktor-server-netty to v2.1.1-eap-487 Update dependency io.ktor:ktor-server-netty to v2.1.1-eap-488 Sep 1, 2022
@renovate renovate bot force-pushed the renovate/io.ktor-ktor-server-netty-2.x branch from e0c2c29 to 5f07b3e Compare September 2, 2022 21:05
@renovate renovate bot changed the title Update dependency io.ktor:ktor-server-netty to v2.1.1-eap-488 Update dependency io.ktor:ktor-server-netty to v2.1.1-eap-490 Sep 2, 2022
@renovate renovate bot force-pushed the renovate/io.ktor-ktor-server-netty-2.x branch from 5f07b3e to 91fb144 Compare September 5, 2022 12:48
@renovate renovate bot changed the title Update dependency io.ktor:ktor-server-netty to v2.1.1-eap-490 Update dependency io.ktor:ktor-server-netty to v2.1.1-eap-492 Sep 5, 2022
@renovate renovate bot force-pushed the renovate/io.ktor-ktor-server-netty-2.x branch from 7892b3b to b266e4b Compare November 18, 2022 20:16
@renovate renovate bot changed the title Update dependency io.ktor:ktor-server-netty to v2.2.0-eap-548 Update dependency io.ktor:ktor-server-netty to v2.2.0-eap-549 Nov 18, 2022
@renovate renovate bot force-pushed the renovate/io.ktor-ktor-server-netty-2.x branch from b266e4b to e50a30f Compare November 21, 2022 09:42
@renovate renovate bot changed the title Update dependency io.ktor:ktor-server-netty to v2.2.0-eap-549 Update dependency io.ktor:ktor-server-netty to v2.2.0-eap-550 Nov 21, 2022
@renovate renovate bot force-pushed the renovate/io.ktor-ktor-server-netty-2.x branch from e50a30f to a3143e8 Compare November 21, 2022 22:46
@renovate renovate bot changed the title Update dependency io.ktor:ktor-server-netty to v2.2.0-eap-550 Update dependency io.ktor:ktor-server-netty to v2.2.0-eap-551 Nov 21, 2022
@renovate renovate bot force-pushed the renovate/io.ktor-ktor-server-netty-2.x branch from a3143e8 to a66b589 Compare November 22, 2022 21:14
@renovate renovate bot changed the title Update dependency io.ktor:ktor-server-netty to v2.2.0-eap-551 Update dependency io.ktor:ktor-server-netty to v2.2.0-eap-552 Nov 22, 2022
@renovate renovate bot force-pushed the renovate/io.ktor-ktor-server-netty-2.x branch from a66b589 to 9d4e0f8 Compare November 23, 2022 19:21
@renovate renovate bot changed the title Update dependency io.ktor:ktor-server-netty to v2.2.0-eap-552 Update dependency io.ktor:ktor-server-netty to v2.2.0-eap-553 Nov 23, 2022
@renovate renovate bot force-pushed the renovate/io.ktor-ktor-server-netty-2.x branch from 9d4e0f8 to bed15b5 Compare November 23, 2022 22:37
@renovate renovate bot changed the title Update dependency io.ktor:ktor-server-netty to v2.2.0-eap-553 Update dependency io.ktor:ktor-server-netty to v2.2.0-eap-554 Nov 23, 2022
@renovate renovate bot force-pushed the renovate/io.ktor-ktor-server-netty-2.x branch from bed15b5 to 02dcc00 Compare November 24, 2022 22:18
@renovate renovate bot changed the title Update dependency io.ktor:ktor-server-netty to v2.2.0-eap-554 Update dependency io.ktor:ktor-server-netty to v2.2.0-eap-555 Nov 24, 2022
@renovate renovate bot force-pushed the renovate/io.ktor-ktor-server-netty-2.x branch from 02dcc00 to 50c05f3 Compare November 25, 2022 21:33
@renovate renovate bot changed the title Update dependency io.ktor:ktor-server-netty to v2.2.0-eap-555 Update dependency io.ktor:ktor-server-netty to v2.2.0-eap-557 Nov 25, 2022
@renovate renovate bot force-pushed the renovate/io.ktor-ktor-server-netty-2.x branch from 50c05f3 to 887b9f7 Compare November 28, 2022 23:13
@renovate renovate bot changed the title Update dependency io.ktor:ktor-server-netty to v2.2.0-eap-557 Update dependency io.ktor:ktor-server-netty to v2.2.0-eap-559 Nov 28, 2022
@renovate renovate bot force-pushed the renovate/io.ktor-ktor-server-netty-2.x branch from 887b9f7 to 4f264e8 Compare November 29, 2022 21:02
@renovate renovate bot changed the title Update dependency io.ktor:ktor-server-netty to v2.2.0-eap-559 Update dependency io.ktor:ktor-server-netty to v2.2.0-eap-560 Nov 29, 2022
@renovate renovate bot force-pushed the renovate/io.ktor-ktor-server-netty-2.x branch from 4f264e8 to c221723 Compare November 30, 2022 22:56
@renovate renovate bot changed the title Update dependency io.ktor:ktor-server-netty to v2.2.0-eap-560 Update dependency io.ktor:ktor-server-netty to v2.2.0-eap-561 Nov 30, 2022
@renovate renovate bot force-pushed the renovate/io.ktor-ktor-server-netty-2.x branch from c221723 to cea30b3 Compare December 1, 2022 21:22
@renovate renovate bot changed the title Update dependency io.ktor:ktor-server-netty to v2.2.0-eap-561 Update dependency io.ktor:ktor-server-netty to v2.2.0-eap-562 Dec 1, 2022
@renovate renovate bot force-pushed the renovate/io.ktor-ktor-server-netty-2.x branch from cea30b3 to 7b1f007 Compare December 2, 2022 20:37
@renovate renovate bot changed the title Update dependency io.ktor:ktor-server-netty to v2.2.0-eap-562 Update dependency io.ktor:ktor-server-netty to v2.2.0-eap-563 Dec 2, 2022
@renovate renovate bot changed the title Update dependency io.ktor:ktor-server-netty to v2.2.0-eap-563 Update dependency io.ktor:ktor-server-netty to v2.2.0-eap-563 - autoclosed Feb 28, 2023
@renovate renovate bot closed this Feb 28, 2023
@renovate renovate bot deleted the renovate/io.ktor-ktor-server-netty-2.x branch February 28, 2023 06:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants