Fixed selecting custom package name in Ktor wizard still results in example.com import in ApplicationTest.kt (KTOR-2707)
Fixed generated project with specific security and session features selected fails to compile / run (KTOR-2636)
Fixed Wizard: Misleading comment in Static Feature (KTOR-2560)
Fixed "Update ktor 1.5.0 docs. Deprecated ""challenge"" function for form auth in docs." (KTOR-1974)
Fixed Auth Feature Code Snippet: form authentication the doesn't work (KTOR-821)
Fixed the '-ea' flag works differently when running a server using Application.module and embeddedServer (KTOR-1758)
Fixed enabled-by-default development mode breaks reflection by overriding classloader (KTOR-2306)
Reviewed documentation for the onUpload/onDownload client callbacks (KTOR-2710)
Fixed Ktor fails to deliver response with error: failed with exception: kotlinx.coroutines.JobCancellationException: Parent job is Completed; (KTOR-2711)
Fixed selecting custom package name in Ktor wizard still results in example.com import in ApplicationTest.kt (KTOR-2707)
Fixed generated project with specific security and session features selected fails to compile / run (KTOR-2636)
Fixed Wizard: Misleading comment in Static Feature (KTOR-2560)
Fixed "Update ktor 1.5.0 docs. Deprecated ""challenge"" function for form auth in docs." (KTOR-1974)
Fixed Auth Feature Code Snippet: form authentication the doesn't work (KTOR-821)
Fixed the '-ea' flag works differently when running a server using Application.module and embeddedServer (KTOR-1758)
Fixed enabled-by-default development mode breaks reflection by overriding classloader (KTOR-2306)
Reviewed documentation for the onUpload/onDownload client callbacks (KTOR-2710)
Fixed Ktor fails to deliver response with error: failed with exception: kotlinx.coroutines.JobCancellationException: Parent job is Completed; (KTOR-2711)
Fixed selecting custom package name in Ktor wizard still results in example.com import in ApplicationTest.kt (KTOR-2707)
Fixed generated project with specific security and session features selected fails to compile / run (KTOR-2636)
Fixed Wizard: Misleading comment in Static Feature (KTOR-2560)
Fixed "Update ktor 1.5.0 docs. Deprecated ""challenge"" function for form auth in docs." (KTOR-1974)
Fixed Auth Feature Code Snippet: form authentication the doesn't work (KTOR-821)
Fixed the '-ea' flag works differently when running a server using Application.module and embeddedServer (KTOR-1758)
Fixed enabled-by-default development mode breaks reflection by overriding classloader (KTOR-2306)
Reviewed documentation for the onUpload/onDownload client callbacks (KTOR-2710)
Fixed Ktor fails to deliver response with error: failed with exception: kotlinx.coroutines.JobCancellationException: Parent job is Completed; (KTOR-2711)
Fixed selecting custom package name in Ktor wizard still results in example.com import in ApplicationTest.kt (KTOR-2707)
Fixed generated project with specific security and session features selected fails to compile / run (KTOR-2636)
Fixed Wizard: Misleading comment in Static Feature (KTOR-2560)
Fixed "Update ktor 1.5.0 docs. Deprecated ""challenge"" function for form auth in docs." (KTOR-1974)
Fixed Auth Feature Code Snippet: form authentication the doesn't work (KTOR-821)
Fixed the '-ea' flag works differently when running a server using Application.module and embeddedServer (KTOR-1758)
Fixed enabled-by-default development mode breaks reflection by overriding classloader (KTOR-2306)
Reviewed documentation for the onUpload/onDownload client callbacks (KTOR-2710)
Fixed Ktor fails to deliver response with error: failed with exception: kotlinx.coroutines.JobCancellationException: Parent job is Completed; (KTOR-2711)
Fixed selecting custom package name in Ktor wizard still results in example.com import in ApplicationTest.kt (KTOR-2707)
Fixed generated project with specific security and session features selected fails to compile / run (KTOR-2636)
Fixed Wizard: Misleading comment in Static Feature (KTOR-2560)
Fixed "Update ktor 1.5.0 docs. Deprecated ""challenge"" function for form auth in docs." (KTOR-1974)
Fixed Auth Feature Code Snippet: form authentication the doesn't work (KTOR-821)
Fixed the '-ea' flag works differently when running a server using Application.module and embeddedServer (KTOR-1758)
Fixed enabled-by-default development mode breaks reflection by overriding classloader (KTOR-2306)
Reviewed documentation for the onUpload/onDownload client callbacks (KTOR-2710)
Fixed Ktor fails to deliver response with error: failed with exception: kotlinx.coroutines.JobCancellationException: Parent job is Completed; (KTOR-2711)
Fixed selecting custom package name in Ktor wizard still results in example.com import in ApplicationTest.kt (KTOR-2707)
Fixed generated project with specific security and session features selected fails to compile / run (KTOR-2636)
Fixed Wizard: Misleading comment in Static Feature (KTOR-2560)
Fixed "Update ktor 1.5.0 docs. Deprecated ""challenge"" function for form auth in docs." (KTOR-1974)
Fixed Auth Feature Code Snippet: form authentication the doesn't work (KTOR-821)
Fixed the '-ea' flag works differently when running a server using Application.module and embeddedServer (KTOR-1758)
Fixed enabled-by-default development mode breaks reflection by overriding classloader (KTOR-2306)
Reviewed documentation for the onUpload/onDownload client callbacks (KTOR-2710)
Fixed Ktor fails to deliver response with error: failed with exception: kotlinx.coroutines.JobCancellationException: Parent job is Completed; (KTOR-2711)
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_version
from 1.6.0 to 1.6.1. Updatesktor
from 1.6.0 to 1.6.1Release notes
Sourced from ktor's releases.
Changelog
Sourced from ktor's changelog.
Commits
b519016
KTOR-2340 Changelog (#2535)0dfcb54
KTOR-2555 Drop kotlin-test-junit dependency (#2532)2a836a5
KTOR-2276 Fix unbound public symbol error for SocketTimeoutException (#2526)4925708
KTOR-2399 Configure npm publishing (#2521)dc70b1b
KTOR-409 Fix 'crypto is undefined' error in IE11 (#2531)0821569
KTOR-2788 Add support for X-Forwarded-Port (#2518)3cf7ab7
Bump metrics-jvm from 4.2.0 to 4.2.1 (#2524)bae0161
Bump metrics-core from 4.2.0 to 4.2.1 (#2525)300b220
KTOR-2645 Fix charset exception in client (#2513)18222b4
KTOR-343 Fix exception in template can't be handled in StatusPages (#2516)Updates
ktor-server-netty
from 1.6.0 to 1.6.1Release notes
Sourced from ktor-server-netty's releases.
Changelog
Sourced from ktor-server-netty's changelog.
Commits
b519016
KTOR-2340 Changelog (#2535)0dfcb54
KTOR-2555 Drop kotlin-test-junit dependency (#2532)2a836a5
KTOR-2276 Fix unbound public symbol error for SocketTimeoutException (#2526)4925708
KTOR-2399 Configure npm publishing (#2521)dc70b1b
KTOR-409 Fix 'crypto is undefined' error in IE11 (#2531)0821569
KTOR-2788 Add support for X-Forwarded-Port (#2518)3cf7ab7
Bump metrics-jvm from 4.2.0 to 4.2.1 (#2524)bae0161
Bump metrics-core from 4.2.0 to 4.2.1 (#2525)300b220
KTOR-2645 Fix charset exception in client (#2513)18222b4
KTOR-343 Fix exception in template can't be handled in StatusPages (#2516)Updates
ktor-gson
from 1.6.0 to 1.6.1Release notes
Sourced from ktor-gson's releases.
Changelog
Sourced from ktor-gson's changelog.
Commits
b519016
KTOR-2340 Changelog (#2535)0dfcb54
KTOR-2555 Drop kotlin-test-junit dependency (#2532)2a836a5
KTOR-2276 Fix unbound public symbol error for SocketTimeoutException (#2526)4925708
KTOR-2399 Configure npm publishing (#2521)dc70b1b
KTOR-409 Fix 'crypto is undefined' error in IE11 (#2531)0821569
KTOR-2788 Add support for X-Forwarded-Port (#2518)3cf7ab7
Bump metrics-jvm from 4.2.0 to 4.2.1 (#2524)bae0161
Bump metrics-core from 4.2.0 to 4.2.1 (#2525)300b220
KTOR-2645 Fix charset exception in client (#2513)18222b4
KTOR-343 Fix exception in template can't be handled in StatusPages (#2516)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)