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

build(deps): bump ktor_version from 1.6.5 to 1.6.6 #91

Merged
merged 1 commit into from
Nov 29, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 29, 2021

Bumps ktor_version from 1.6.5 to 1.6.6.
Updates ktor-server-core from 1.6.5 to 1.6.6

Release notes

Sourced from ktor-server-core's releases.

1.6.6 Release

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Changelog

Sourced from ktor-server-core's changelog.

1.6.6

Published 25 November 2021

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Commits
  • b1dab36 Update CHANGELOG.md and release version
  • 25cd962 KTOR-3472 Make isApplicable method ignore case when comparing auth scheme f...
  • b272e18 KTOR-524 Session cookie with BASE64 encoding fails to set correct cookie (#2697)
  • 82b484f KTOR-3464 Set missing simple properties in Netty EngineMain (#2688)
  • a06675d KTOR-445 corsCheckRequestHeaders false (#2692)
  • 624afa2 KTOR-2527 using baseName prefix for all metrics (#2465)
  • ad10f8b KTOR-3105 Fix HttpCookies feature overwriting request cookies (#2594)
  • b059cd9 KTOR-3316 Fix development mode in routing (#2662)
  • b952790 KTOR-3314 Corrects the port range check for Url. (#2435)
  • 8e6e831 KTOR-3422 Upgrade kotlin to 1.6.0 (#2693)
  • Additional commits viewable in compare view

Updates ktor-auth from 1.6.5 to 1.6.6

Release notes

Sourced from ktor-auth's releases.

1.6.6 Release

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Changelog

Sourced from ktor-auth's changelog.

1.6.6

Published 25 November 2021

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Commits
  • b1dab36 Update CHANGELOG.md and release version
  • 25cd962 KTOR-3472 Make isApplicable method ignore case when comparing auth scheme f...
  • b272e18 KTOR-524 Session cookie with BASE64 encoding fails to set correct cookie (#2697)
  • 82b484f KTOR-3464 Set missing simple properties in Netty EngineMain (#2688)
  • a06675d KTOR-445 corsCheckRequestHeaders false (#2692)
  • 624afa2 KTOR-2527 using baseName prefix for all metrics (#2465)
  • ad10f8b KTOR-3105 Fix HttpCookies feature overwriting request cookies (#2594)
  • b059cd9 KTOR-3316 Fix development mode in routing (#2662)
  • b952790 KTOR-3314 Corrects the port range check for Url. (#2435)
  • 8e6e831 KTOR-3422 Upgrade kotlin to 1.6.0 (#2693)
  • Additional commits viewable in compare view

Updates ktor-locations from 1.6.5 to 1.6.6

Release notes

Sourced from ktor-locations's releases.

1.6.6 Release

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Changelog

Sourced from ktor-locations's changelog.

1.6.6

Published 25 November 2021

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Commits
  • b1dab36 Update CHANGELOG.md and release version
  • 25cd962 KTOR-3472 Make isApplicable method ignore case when comparing auth scheme f...
  • b272e18 KTOR-524 Session cookie with BASE64 encoding fails to set correct cookie (#2697)
  • 82b484f KTOR-3464 Set missing simple properties in Netty EngineMain (#2688)
  • a06675d KTOR-445 corsCheckRequestHeaders false (#2692)
  • 624afa2 KTOR-2527 using baseName prefix for all metrics (#2465)
  • ad10f8b KTOR-3105 Fix HttpCookies feature overwriting request cookies (#2594)
  • b059cd9 KTOR-3316 Fix development mode in routing (#2662)
  • b952790 KTOR-3314 Corrects the port range check for Url. (#2435)
  • 8e6e831 KTOR-3422 Upgrade kotlin to 1.6.0 (#2693)
  • Additional commits viewable in compare view

Updates ktor-client-core from 1.6.5 to 1.6.6

Release notes

Sourced from ktor-client-core's releases.

1.6.6 Release

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Changelog

Sourced from ktor-client-core's changelog.

1.6.6

Published 25 November 2021

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Commits
  • b1dab36 Update CHANGELOG.md and release version
  • 25cd962 KTOR-3472 Make isApplicable method ignore case when comparing auth scheme f...
  • b272e18 KTOR-524 Session cookie with BASE64 encoding fails to set correct cookie (#2697)
  • 82b484f KTOR-3464 Set missing simple properties in Netty EngineMain (#2688)
  • a06675d KTOR-445 corsCheckRequestHeaders false (#2692)
  • 624afa2 KTOR-2527 using baseName prefix for all metrics (#2465)
  • ad10f8b KTOR-3105 Fix HttpCookies feature overwriting request cookies (#2594)
  • b059cd9 KTOR-3316 Fix development mode in routing (#2662)
  • b952790 KTOR-3314 Corrects the port range check for Url. (#2435)
  • 8e6e831 KTOR-3422 Upgrade kotlin to 1.6.0 (#2693)
  • Additional commits viewable in compare view

Updates ktor-client-core-jvm from 1.6.5 to 1.6.6

Release notes

Sourced from ktor-client-core-jvm's releases.

1.6.6 Release

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Changelog

Sourced from ktor-client-core-jvm's changelog.

1.6.6

Published 25 November 2021

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Commits
  • b1dab36 Update CHANGELOG.md and release version
  • 25cd962 KTOR-3472 Make isApplicable method ignore case when comparing auth scheme f...
  • b272e18 KTOR-524 Session cookie with BASE64 encoding fails to set correct cookie (#2697)
  • 82b484f KTOR-3464 Set missing simple properties in Netty EngineMain (#2688)
  • a06675d KTOR-445 corsCheckRequestHeaders false (#2692)
  • 624afa2 KTOR-2527 using baseName prefix for all metrics (#2465)
  • ad10f8b KTOR-3105 Fix HttpCookies feature overwriting request cookies (#2594)
  • b059cd9 KTOR-3316 Fix development mode in routing (#2662)
  • b952790 KTOR-3314 Corrects the port range check for Url. (#2435)
  • 8e6e831 KTOR-3422 Upgrade kotlin to 1.6.0 (#2693)
  • Additional commits viewable in compare view

Updates ktor-client-apache from 1.6.5 to 1.6.6

Release notes

Sourced from ktor-client-apache's releases.

1.6.6 Release

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Changelog

Sourced from ktor-client-apache's changelog.

1.6.6

Published 25 November 2021

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Commits
  • b1dab36 Update CHANGELOG.md and release version
  • 25cd962 KTOR-3472 Make isApplicable method ignore case when comparing auth scheme f...
  • b272e18 KTOR-524 Session cookie with BASE64 encoding fails to set correct cookie (#2697)
  • 82b484f KTOR-3464 Set missing simple properties in Netty EngineMain (#2688)
  • a06675d KTOR-445 corsCheckRequestHeaders false (#2692)
  • 624afa2 KTOR-2527 using baseName prefix for all metrics (#2465)
  • ad10f8b KTOR-3105 Fix HttpCookies feature overwriting request cookies (#2594)
  • b059cd9 KTOR-3316 Fix development mode in routing (#2662)
  • b952790 KTOR-3314 Corrects the port range check for Url. (#2435)
  • 8e6e831 KTOR-3422 Upgrade kotlin to 1.6.0 (#2693)
  • Additional commits viewable in compare view

Updates ktor-server-sessions from 1.6.5 to 1.6.6

Release notes

Sourced from ktor-server-sessions's releases.

1.6.6 Release

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Changelog

Sourced from ktor-server-sessions's changelog.

1.6.6

Published 25 November 2021

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Commits
  • b1dab36 Update CHANGELOG.md and release version
  • 25cd962 KTOR-3472 Make isApplicable method ignore case when comparing auth scheme f...
  • b272e18 KTOR-524 Session cookie with BASE64 encoding fails to set correct cookie (#2697)
  • 82b484f KTOR-3464 Set missing simple properties in Netty EngineMain (#2688)
  • a06675d KTOR-445 corsCheckRequestHeaders false (#2692)
  • 624afa2 KTOR-2527 using baseName prefix for all metrics (#2465)
  • ad10f8b KTOR-3105 Fix HttpCookies feature overwriting request cookies (#2594)
  • b059cd9 KTOR-3316 Fix development mode in routing (#2662)
  • b952790 KTOR-3314 Corrects the port range check for Url. (#2435)
  • 8e6e831 KTOR-3422 Upgrade kotlin to 1.6.0 (#2693)
  • Additional commits viewable in compare view

Updates ktor-server-host-common from 1.6.5 to 1.6.6

Release notes

Sourced from ktor-server-host-common's releases.

1.6.6 Release

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Changelog

Sourced from ktor-server-host-common's changelog.

1.6.6

Published 25 November 2021

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Commits
  • b1dab36 Update CHANGELOG.md and release version
  • 25cd962 KTOR-3472 Make isApplicable method ignore case when comparing auth scheme f...
  • b272e18 KTOR-524 Session cookie with BASE64 encoding fails to set correct cookie (#2697)
  • 82b484f KTOR-3464 Set missing simple properties in Netty EngineMain (#2688)
  • a06675d KTOR-445 corsCheckRequestHeaders false (#2692)
  • 624afa2 KTOR-2527 using baseName prefix for all metrics (#2465)
  • ad10f8b KTOR-3105 Fix HttpCookies feature overwriting request cookies (#2594)
  • b059cd9 KTOR-3316 Fix development mode in routing (#2662)
  • b952790 KTOR-3314 Corrects the port range check for Url. (#2435)
  • 8e6e831 KTOR-3422 Upgrade kotlin to 1.6.0 (#2693)
  • Additional commits viewable in compare view

Updates ktor-metrics from 1.6.5 to 1.6.6

Release notes

Sourced from ktor-metrics's releases.

1.6.6 Release

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Changelog

Sourced from ktor-metrics's changelog.

1.6.6

Published 25 November 2021

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Commits
  • b1dab36 Update CHANGELOG.md and release version
  • 25cd962 KTOR-3472 Make isApplicable method ignore case when comparing auth scheme f...
  • b272e18 KTOR-524 Session cookie with BASE64 encoding fails to set correct cookie (#2697)
  • 82b484f KTOR-3464 Set missing simple properties in Netty EngineMain (#2688)
  • a06675d KTOR-445 corsCheckRequestHeaders false (#2692)
  • 624afa2 KTOR-2527 using baseName prefix for all metrics (#2465)
  • ad10f8b KTOR-3105 Fix HttpCookies feature overwriting request cookies (#2594)
  • b059cd9 KTOR-3316 Fix development mode in routing (#2662)
  • b952790 KTOR-3314 Corrects the port range check for Url. (#2435)
  • 8e6e831 KTOR-3422 Upgrade kotlin to 1.6.0 (#2693)
  • Additional commits viewable in compare view

Updates ktor-metrics-micrometer from 1.6.5 to 1.6.6

Release notes

Sourced from ktor-metrics-micrometer's releases.

1.6.6 Release

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Changelog

Sourced from ktor-metrics-micrometer's changelog.

1.6.6

Published 25 November 2021

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Commits
  • b1dab36 Update CHANGELOG.md and release version
  • 25cd962 KTOR-3472 Make isApplicable method ignore case when comparing auth scheme f...
  • b272e18 KTOR-524 Session cookie with BASE64 encoding fails to set correct cookie (#2697)
  • 82b484f KTOR-3464 Set missing simple properties in Netty EngineMain (#2688)
  • a06675d KTOR-445 corsCheckRequestHeaders false (#2692)
  • 624afa2 KTOR-2527 using baseName prefix for all metrics (#2465)
  • ad10f8b KTOR-3105 Fix HttpCookies feature overwriting request cookies (#2594)
  • b059cd9 KTOR-3316 Fix development mode in routing (#2662)
  • b952790 KTOR-3314 Corrects the port range check for Url. (#2435)
  • 8e6e831 KTOR-3422 Upgrade kotlin to 1.6.0 (#2693)
  • Additional commits viewable in compare view

Updates ktor-html-builder from 1.6.5 to 1.6.6

Release notes

Sourced from ktor-html-builder's releases.

1.6.6 Release

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Changelog

Sourced from ktor-html-builder's changelog.

1.6.6

Published 25 November 2021

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Commits
  • b1dab36 Update CHANGELOG.md and release version
  • 25cd962 KTOR-3472 Make isApplicable method ignore case when comparing auth scheme f...
  • b272e18 KTOR-524 Session cookie with BASE64 encoding fails to set correct cookie (#2697)
  • 82b484f KTOR-3464 Set missing simple properties in Netty EngineMain (#2688)
  • a06675d KTOR-445 corsCheckRequestHeaders false (#2692)
  • 624afa2 KTOR-2527 using baseName prefix for all metrics (#2465)
  • ad10f8b KTOR-3105 Fix HttpCookies feature overwriting request cookies (#2594)
  • b059cd9 KTOR-3316 Fix development mode in routing (#2662)
  • b952790 KTOR-3314 Corrects the port range check for Url. (#2435)
  • 8e6e831 KTOR-3422 Upgrade kotlin to 1.6.0 (#2693)
  • Additional commits viewable in compare view

Updates ktor-websockets from 1.6.5 to 1.6.6

Release notes

Sourced from ktor-websockets's releases.

1.6.6 Release

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Changelog

Sourced from ktor-websockets's changelog.

1.6.6

Published 25 November 2021

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Commits
  • b1dab36 Update CHANGELOG.md and release version
  • 25cd962 KTOR-3472 Make isApplicable method ignore case when comparing auth scheme f...
  • b272e18 KTOR-524 Session cookie with BASE64 encoding fails to set correct cookie (#2697)
  • 82b484f KTOR-3464 Set missing simple properties in Netty EngineMain (#2688)
  • a06675d KTOR-445 corsCheckRequestHeaders false (#2692)
  • 624afa2 KTOR-2527 using baseName prefix for all metrics (#2465)
  • ad10f8b KTOR-3105 Fix HttpCookies feature overwriting request cookies (#2594)
  • b059cd9 KTOR-3316 Fix development mode in routing (#2662)
  • b952790 KTOR-3314 Corrects the port range check for Url. (#2435)
  • 8e6e831 KTOR-3422 Upgrade kotlin to 1.6.0 (#2693)
  • Additional commits viewable in compare view

Updates ktor-server-netty from 1.6.5 to 1.6.6

Release notes

Sourced from ktor-server-netty's releases.

1.6.6 Release

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Changelog

Sourced from ktor-server-netty's changelog.

1.6.6

Published 25 November 2021

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Commits
  • b1dab36 Update CHANGELOG.md and release version
  • 25cd962 KTOR-3472 Make isApplicable method ignore case when comparing auth scheme f...
  • b272e18 KTOR-524 Session cookie with BASE64 encoding fails to set correct cookie (#2697)
  • 82b484f KTOR-3464 Set missing simple properties in Netty EngineMain (#2688)
  • a06675d KTOR-445 corsCheckRequestHeaders false (#2692)
  • 624afa2 KTOR-2527 using baseName prefix for all metrics (#2465)
  • ad10f8b KTOR-3105 Fix HttpCookies feature overwriting request cookies (#2594)
  • b059cd9 KTOR-3316 Fix development mode in routing (#2662)
  • b952790 KTOR-3314 Corrects the port range check for Url. (#2435)
  • 8e6e831 KTOR-3422 Upgrade kotlin to 1.6.0 (#2693)
  • Additional commits viewable in compare view

Updates ktor-jackson from 1.6.5 to 1.6.6

Release notes

Sourced from ktor-jackson's releases.

1.6.6 Release

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Changelog

Sourced from ktor-jackson's changelog.

1.6.6

Published 25 November 2021

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Commits
  • b1dab36 Update CHANGELOG.md and release version
  • 25cd962 KTOR-3472 Make isApplicable method ignore case when comparing auth scheme f...
  • b272e18 KTOR-524 Session cookie with BASE64 encoding fails to set correct cookie (#2697)
  • 82b484f KTOR-3464 Set missing simple properties in Netty EngineMain (#2688)
  • a06675d KTOR-445 corsCheckRequestHeaders false (#2692)
  • 624afa2 KTOR-2527 using baseName prefix for all metrics (#2465)
  • ad10f8b KTOR-3105 Fix HttpCookies feature overwriting request cookies (#2594)
  • b059cd9 KTOR-3316 Fix development mode in routing (#2662)
  • b952790 KTOR-3314 Corrects the port range check for Url. (#2435)
  • 8e6e831 KTOR-3422 Upgrade kotlin to 1.6.0 (#2693)
  • Additional commits viewable in compare view

Updates ktor-server-tests from 1.6.5 to 1.6.6

Release notes

Sourced from ktor-server-tests's releases.

1.6.6 Release

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Changelog

Sourced from ktor-server-tests's changelog.

1.6.6

Published 25 November 2021

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Commits
  • b1dab36 Update CHANGELOG.md and release version
  • 25cd962 KTOR-3472 Make isApplicable method ignore case when comparing auth scheme f...
  • b272e18 KTOR-524 Session cookie with BASE64 encoding fails to set correct cookie (#2697)
  • 82b484f KTOR-3464 Set missing simple properties in Netty EngineMain (#2688)
  • a06675d KTOR-445 corsCheckRequestHeaders false (#2692)
  • 624afa2 KTOR-2527 using baseName prefix for all metrics (#2465)
  • ad10f8b KTOR-3105 Fix HttpCookies feature overwriting request cookies (#2594)
  • b059cd9 KTOR-3316 Fix development mode in routing (#2662)
  • b952790 KTOR-3314 Corrects the port range check for Url. (#2435)
  • 8e6e831 KTOR-3422 Upgrade kotlin to 1.6.0 (#2693)
  • 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 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 dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 29, 2021
@dependabot dependabot bot force-pushed the dependabot/gradle/ktor_version-1.6.6 branch from b7016a0 to a3ce468 Compare November 29, 2021 19:19
Bumps `ktor_version` from 1.6.5 to 1.6.6.

Updates `ktor-server-core` from 1.6.5 to 1.6.6
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@1.6.5...1.6.6)

Updates `ktor-auth` from 1.6.5 to 1.6.6
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@1.6.5...1.6.6)

Updates `ktor-locations` from 1.6.5 to 1.6.6
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@1.6.5...1.6.6)

Updates `ktor-client-core` from 1.6.5 to 1.6.6
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@1.6.5...1.6.6)

Updates `ktor-client-core-jvm` from 1.6.5 to 1.6.6
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@1.6.5...1.6.6)

Updates `ktor-client-apache` from 1.6.5 to 1.6.6
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@1.6.5...1.6.6)

Updates `ktor-server-sessions` from 1.6.5 to 1.6.6
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@1.6.5...1.6.6)

Updates `ktor-server-host-common` from 1.6.5 to 1.6.6
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@1.6.5...1.6.6)

Updates `ktor-metrics` from 1.6.5 to 1.6.6
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@1.6.5...1.6.6)

Updates `ktor-metrics-micrometer` from 1.6.5 to 1.6.6
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@1.6.5...1.6.6)

Updates `ktor-html-builder` from 1.6.5 to 1.6.6
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@1.6.5...1.6.6)

Updates `ktor-websockets` from 1.6.5 to 1.6.6
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@1.6.5...1.6.6)

Updates `ktor-server-netty` from 1.6.5 to 1.6.6
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@1.6.5...1.6.6)

Updates `ktor-jackson` from 1.6.5 to 1.6.6
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@1.6.5...1.6.6)

Updates `ktor-server-tests` from 1.6.5 to 1.6.6
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@1.6.5...1.6.6)

---
updated-dependencies:
- dependency-name: io.ktor:ktor-server-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-auth
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-locations
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-core-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-apache
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-sessions
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-host-common
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-metrics
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-metrics-micrometer
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-html-builder
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-websockets
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-netty
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-jackson
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-tests
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/ktor_version-1.6.6 branch from a3ce468 to fd2d3c0 Compare November 29, 2021 19:20
@coolya coolya merged commit b9d2502 into main Nov 29, 2021
@dependabot dependabot bot deleted the dependabot/gradle/ktor_version-1.6.6 branch November 29, 2021 19:27
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant