Skip to content

Bump ktor-server-core from 1.4.0 to 1.6.3#134

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/io.ktor-ktor-server-core-1.6.3
Closed

Bump ktor-server-core from 1.4.0 to 1.6.3#134
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/io.ktor-ktor-server-core-1.6.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 26, 2021

Copy link
Copy Markdown
Contributor

Bumps ktor-server-core from 1.4.0 to 1.6.3.

Release notes

Sourced from ktor-server-core's releases.

1.6.3

  • Auth Feature: token refresh works only on main thread in Kotlin/Native (KTOR-3055)
  • FUS report mixes up feature id and feature version (KTOR-3067)
  • SessionTrackerById - doesn't remove invalid session id (KTOR-2584)
  • Bearer Token is Not Initialized after Clean (KTOR-3008)
  • Allow using the client itself inside Auth plugin in the refreshTokens lambda. (KTOR-2977)
  • ktor does not support semicolon query parameter in Netty Engine (KTOR-2991)
  • HOCON config not resolved in ServletApplicationEngine (KTOR-3020)
  • Deploy WAR on Tomcat (KTOR-2867)
  • The wizard missing the Pebble plugin (KTOR-2922)
  • Wizard: Creating a project without sample code creates Application.configureRouting without routing (KTOR-2581)
  • The 'Create Run Configuration automatically' option name is cropped (KTOR-2898)
  • InvalidMutabilityException when using withContext and SavedHttpCall (KTOR-2033)
  • Reuse Package Search to add dependencies for Ktor Features in Plugin (KTOR-2433)

1.6.2

  • Fixed Ktor plugin raises StackOverflowError when opening some files (KTOR-2950)
  • Added parseUrlEncodedParameters Documentation (KTOR-2843)
  • Fixed CIO WebSockets client incorrectly sends Sec-WebSocket-Extensions header even if empty regression (KTOR-2388)
  • Updated serialization version to 1.2.2 (KTOR-2968)
  • Made code example complete in OAuth documentation(KTOR-1415)
  • Added quick action on a Application.module(...) to generate tests for a given module with all the endpoints in plugin (KTOR-2411)
  • Fixed kotlin.native.concurrent.InvalidMutabilityException: mutation attempt of frozen @​72c18 (KTOR-2883)
  • Fixed 404 errors in ktor docs (KTOR-2915)
  • Added prometeus version to Ktor docs (KTOR-2015)
  • Fixed incorrect Structured Markup (LD+JSON) on Ktor docs (KTOR-2943)
  • Fixed confusing/incorrect JWT auth documentation (KTOR-979)
  • Fixed embedded Netty Server with watch paths is crashing in API level 22 when calling stopping server (KTOR-1613)
  • Fixed NoSuchMethodError: No virtual method getParameterCount on Android API 25 and lower regression (KTOR-2924)
  • Fixed X-Forwarded-Port Parse Exception when it contains comma separated list of ports regression (KTOR-2918)
  • Made CookieConfiguration default to secure configuration and require user opt-out long-standing (KTOR-628)
  • Updated docs section about testing with cookies (KTOR-273)
  • Fixed "ApplicationEngineEnvironment was not started" when accessing application before server is started (KTOR-1854)
  • Updated HTTP/2 documentation (KTOR-267)
  • Fixed NPE in ApacheRequestProducer when "http://" is requested (KTOR-1405)
  • Updated vulnerable versions from sonatype report (KTOR-2875)
  • Fixed ByteReadChannel.readUTF8Line() indefinitely returns empty lines when \r is not followed by \n (KTOR-2868)

1.6.1

  • Linked back to site from Docs (KTOR-2843)
  • Fixed unbound public symbol for public io.ktor.network.sockets/SocketTimeoutException when iosArm64 framework (KTOR-2276)
  • Fixed configureBootstrap hook overwritten by Ktor settings (KTOR-356)
  • Fixed crypto is undefined in IE11 (KTOR-409)
  • Added support for X-Forwarded-Port header in XForwardedHeaderSupport plugin (KTOR-2788)
  • Fixed StatusPages doesn't catch FreeMarker exceptions (KTOR-343)
  • Fixed java.nio.charset.IllegalCharsetNameException: %s (KTOR-2645)
  • Added application startup and hot-reloading time log (KTOR-2816)
  • Fixed postpone (and don't cache) name resolution in cio client (KTOR-2513)
  • Improved diagnostics for exceptions inherited from IOException (KTOR-2691)
  • Fixed refresh token gets stuck (KTOR-2797)

... (truncated)

Changelog

Sourced from ktor-server-core's changelog.

1.6.3

Published 26 August 2021

  • Auth Feature: token refresh works only on main thread in Kotlin/Native (KTOR-3055)
  • FUS report mixes up feature id and feature version (KTOR-3067)
  • SessionTrackerById - doesn't remove invalid session id (KTOR-2584)
  • Bearer Token is Not Initialized after Clean (KTOR-3008)
  • Allow using the client itself inside Auth plugin in the refreshTokens lambda. (KTOR-2977)
  • ktor does not support semicolon query parameter in Netty Engine (KTOR-2991)
  • HOCON config not resolved in ServletApplicationEngine (KTOR-3020)
  • Deploy WAR on Tomcat (KTOR-2867)
  • The wizard missing the Pebble plugin (KTOR-2922)
  • Wizard: Creating a project without sample code creates Application.configureRouting without routing (KTOR-2581)
  • The 'Create Run Configuration automatically' option name is cropped (KTOR-2898)
  • InvalidMutabilityException when using withContext and SavedHttpCall (KTOR-2033)
  • Reuse Package Search to add dependencies for Ktor Features in Plugin (KTOR-2433)

1.6.2

Published 29 July 2021

  • Fixed Ktor plugin raises StackOverflowError when opening some files (KTOR-2950)
  • Added parseUrlEncodedParameters Documentation (KTOR-2843)
  • Fixed CIO WebSockets client incorrectly sends Sec-WebSocket-Extensions header even if empty regression (KTOR-2388)
  • Updated serialization version to 1.2.2 (KTOR-2968)
  • Made code example complete in OAuth documentation(KTOR-1415)
  • Added quick action on a Application.module(...) to generate tests for a given module with all the endpoints in plugin (KTOR-2411)
  • Fixed kotlin.native.concurrent.InvalidMutabilityException: mutation attempt of frozen @​72c18 (KTOR-2883)
  • Fixed 404 errors in ktor docs (KTOR-2915)
  • Added prometeus version to Ktor docs (KTOR-2015)
  • Fixed incorrect Structured Markup (LD+JSON) on Ktor docs (KTOR-2943)
  • Fixed confusing/incorrect JWT auth documentation (KTOR-979)
  • Fixed embedded Netty Server with watch paths is crashing in API level 22 when calling stopping server (KTOR-1613)
  • Fixed NoSuchMethodError: No virtual method getParameterCount on Android API 25 and lower regression (KTOR-2924)
  • Fixed X-Forwarded-Port Parse Exception when it contains comma separated list of ports regression (KTOR-2918)
  • Made CookieConfiguration default to secure configuration and require user opt-out long-standing (KTOR-628)
  • Updated docs section about testing with cookies (KTOR-273)
  • Fixed "ApplicationEngineEnvironment was not started" when accessing application before server is started (KTOR-1854)
  • Updated HTTP/2 documentation (KTOR-267)
  • Fixed NPE in ApacheRequestProducer when "http://" is requested (KTOR-1405)
  • Updated vulnerable versions from sonatype report (KTOR-2875)
  • Fixed ByteReadChannel.readUTF8Line() indefinitely returns empty lines when \r is not followed by \n (KTOR-2868)

1.6.1

Published 1 July 2021

  • Linked back to site from Docs (KTOR-2843)
  • Fixed unbound public symbol for public io.ktor.network.sockets/SocketTimeoutException when iosArm64 framework (KTOR-2276)
  • Fixed configureBootstrap hook overwritten by Ktor settings (KTOR-356)
  • Fixed crypto is undefined in IE11 (KTOR-409)

... (truncated)

Commits

Dependabot compatibility score

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 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)

Bumps [ktor-server-core](https://github.com/ktorio/ktor) from 1.4.0 to 1.6.3.
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@1.4.0...1.6.3)

---
updated-dependencies:
- dependency-name: io.ktor:ktor-server-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 26, 2021
@dependabot @github

dependabot Bot commented on behalf of github Oct 1, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #141.

@dependabot dependabot Bot closed this Oct 1, 2021
@dependabot dependabot Bot deleted the dependabot/gradle/io.ktor-ktor-server-core-1.6.3 branch October 1, 2021 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants