Skip to content

Bump ktor_version from 0.9.0 to 1.4.0#8

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/ktor_version-1.4.0
Closed

Bump ktor_version from 0.9.0 to 1.4.0#8
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/ktor_version-1.4.0

Conversation

@dependabot-preview
Copy link

Bumps ktor_version from 0.9.0 to 1.4.0.
Updates ktor-server-netty from 0.9.0 to 1.4.0

Release notes

Sourced from ktor-server-netty's releases.

1.3.2

Published 12 Mar 2020

  • Introduced iOS streaming response support
  • Provided challenge handler in iOS client configuration
  • Improved JsonFeature configuration DSL (#1472)
  • Simplified server kotlinx.serialization config
  • Recovered HttpRequestBuilder.takeFrom function (#1626)
  • Allowed to configure default cookies asynchronously
  • Exposed server LocationInfo and added location resolve functions (#1657)
  • Introduced function for async writing to server response channel (#1703)
  • Added an option to filter logged calls for ktor-client-logging
  • Fixed iOS client timeouts
  • Fixed iOS crash
  • Fixed 100% CPU Apache Ktor Http Client #1018 (#1689)
  • Fixed missing client response logging
  • Fixed CIO server local address detection (#1663)
  • Fix server request origin to provide header's host and port when available
  • Fixed random missing feature errors caused by concurrency at startup (#1694)
  • Fixed Set-Cookie header parser in iOS and JS
  • Fixed client multiple redirects with relative path (#1704)
  • Fixed unwrapping cancellation exceptions in client (#1482)
  • Fixed missed preconfigured OkHttpClient in OkHttpEngine (#1646)
  • Fixed websocket to complete closeReason on disconnection (#1275).
  • Fixed websocket sending CloseReason(1009) when frame is too big
  • Fixed websocket pinger logging
  • Fixed maxFrameSize for chunked frames
  • Fixed URL scheme parser (#1614)
  • Fixed platform detection in PlatformUtils.IS_NODE and PlatformUtils.IS_BROWSER (#1675)
  • Fixed Short.highByte
  • Fixed consumeEachBufferRange (#1693)
  • Fixed httpclient gzip decoding failure (#1189)
  • Fixed InputStream wrapper for Input
  • Bumped versions:
    • Kotlin 1.3.70
    • kotlinx.coroutines 1.3.4
    • kotlinx.serialization 0.20.0
    • kotlinx.html 0.7.1
    • dropwizard 4.1.2
    • slf4j 1.7.30
    • mustache 0.9.6
    • pebble 3.1.2
    • webjars 0.43
    • jackson 2.10.2

Known issues:

  • Reverted fix for ios memory leak to prevent crashes

1.3.1

Published 5 Feb 2020

Changelog

Sourced from ktor-server-netty's changelog.

1.4.0

Published 18 Aug 2020

  • Upgrade to kotlin 1.4.0
  • Add native platform support for CIO client (#2021)
  • Prevent access Tomcat servletRequest after recycling
  • Fix verbose IO exception logging
  • Fix client cookies remove
  • Fix suspend tests for digest provider
  • Add deprecation to BasicAuth feature
  • Add client.get operator for features
  • Add client websocket feature config
  • iOS Certificate Pinning (#1750)
  • Add originHost support in browser
  • Fix client logging issues with POST body
  • Prevent CURL multi-handle double close
  • Add content-type header to default transformers
  • Fix report for multiple failed engines in native
  • Use window.location.origin as default host in URLBuilder
  • Prevent Empty Cookie addition (#2008)
  • Fix executor service termination in okhttp (#1860)
  • Verify sending Content-Type and custom object body via POST (#1897)
  • Fix ByteBufferPool recycle (#2016)
  • Update jetty version
  • Fix CIO exception logged twice
  • Change exception type for long strings in readUtf8Line
  • Fix uri field in digest auth header to include query params (#1992)
  • Fix empty multipart post
  • Move the default test server to CIO
  • Fix webpack warning about ktor-client-core critical dependency
  • Fix missing qop in DigestAuthProvider (Issue #1974)
  • Handle " in different position cases
  • Fix parsing of quoted header parameter value
  • Fix saved call early completion
  • Fix tests with empty json check
  • Fix sending blank ContentType in Apache engine
  • Parse blank content type to Any
  • Fixed serialization of empty body (#1952)
  • JsonFeature: Fixed header behavior and made it more flexible (#1927)
  • Fix max-age header to use '=' instead f ':'. (#1769)
  • Add contextual serialization support
  • Introduce non-suspend api for writing
  • fix memory alignment check (#1742)
  • JetBrains Toolbox icon (#1805)
  • Apache should use existing approach when merging headers (#1919)
  • Fix conditional headers behaviour (Fix #1849).
  • Change IosHttpRequestException parent to improve usability
  • OAuth2: Added option to pass params in URL (#1847)
  • Fix doubling host
  • Enhanced handling of statusCode for AndroidEngine (#1852)
Commits

Updates ktor from 0.9.0 to 1.4.0

Release notes

Sourced from ktor's releases.

1.3.2

Published 12 Mar 2020

  • Introduced iOS streaming response support
  • Provided challenge handler in iOS client configuration
  • Improved JsonFeature configuration DSL (#1472)
  • Simplified server kotlinx.serialization config
  • Recovered HttpRequestBuilder.takeFrom function (#1626)
  • Allowed to configure default cookies asynchronously
  • Exposed server LocationInfo and added location resolve functions (#1657)
  • Introduced function for async writing to server response channel (#1703)
  • Added an option to filter logged calls for ktor-client-logging
  • Fixed iOS client timeouts
  • Fixed iOS crash
  • Fixed 100% CPU Apache Ktor Http Client #1018 (#1689)
  • Fixed missing client response logging
  • Fixed CIO server local address detection (#1663)
  • Fix server request origin to provide header's host and port when available
  • Fixed random missing feature errors caused by concurrency at startup (#1694)
  • Fixed Set-Cookie header parser in iOS and JS
  • Fixed client multiple redirects with relative path (#1704)
  • Fixed unwrapping cancellation exceptions in client (#1482)
  • Fixed missed preconfigured OkHttpClient in OkHttpEngine (#1646)
  • Fixed websocket to complete closeReason on disconnection (#1275).
  • Fixed websocket sending CloseReason(1009) when frame is too big
  • Fixed websocket pinger logging
  • Fixed maxFrameSize for chunked frames
  • Fixed URL scheme parser (#1614)
  • Fixed platform detection in PlatformUtils.IS_NODE and PlatformUtils.IS_BROWSER (#1675)
  • Fixed Short.highByte
  • Fixed consumeEachBufferRange (#1693)
  • Fixed httpclient gzip decoding failure (#1189)
  • Fixed InputStream wrapper for Input
  • Bumped versions:
    • Kotlin 1.3.70
    • kotlinx.coroutines 1.3.4
    • kotlinx.serialization 0.20.0
    • kotlinx.html 0.7.1
    • dropwizard 4.1.2
    • slf4j 1.7.30
    • mustache 0.9.6
    • pebble 3.1.2
    • webjars 0.43
    • jackson 2.10.2

Known issues:

  • Reverted fix for ios memory leak to prevent crashes

1.3.1

Published 5 Feb 2020

Changelog

Sourced from ktor's changelog.

1.4.0

Published 18 Aug 2020

  • Upgrade to kotlin 1.4.0
  • Add native platform support for CIO client (#2021)
  • Prevent access Tomcat servletRequest after recycling
  • Fix verbose IO exception logging
  • Fix client cookies remove
  • Fix suspend tests for digest provider
  • Add deprecation to BasicAuth feature
  • Add client.get operator for features
  • Add client websocket feature config
  • iOS Certificate Pinning (#1750)
  • Add originHost support in browser
  • Fix client logging issues with POST body
  • Prevent CURL multi-handle double close
  • Add content-type header to default transformers
  • Fix report for multiple failed engines in native
  • Use window.location.origin as default host in URLBuilder
  • Prevent Empty Cookie addition (#2008)
  • Fix executor service termination in okhttp (#1860)
  • Verify sending Content-Type and custom object body via POST (#1897)
  • Fix ByteBufferPool recycle (#2016)
  • Update jetty version
  • Fix CIO exception logged twice
  • Change exception type for long strings in readUtf8Line
  • Fix uri field in digest auth header to include query params (#1992)
  • Fix empty multipart post
  • Move the default test server to CIO
  • Fix webpack warning about ktor-client-core critical dependency
  • Fix missing qop in DigestAuthProvider (Issue #1974)
  • Handle " in different position cases
  • Fix parsing of quoted header parameter value
  • Fix saved call early completion
  • Fix tests with empty json check
  • Fix sending blank ContentType in Apache engine
  • Parse blank content type to Any
  • Fixed serialization of empty body (#1952)
  • JsonFeature: Fixed header behavior and made it more flexible (#1927)
  • Fix max-age header to use '=' instead f ':'. (#1769)
  • Add contextual serialization support
  • Introduce non-suspend api for writing
  • fix memory alignment check (#1742)
  • JetBrains Toolbox icon (#1805)
  • Apache should use existing approach when merging headers (#1919)
  • Fix conditional headers behaviour (Fix #1849).
  • Change IosHttpRequestException parent to improve usability
  • OAuth2: Added option to pass params in URL (#1847)
  • Fix doubling host
  • Enhanced handling of statusCode for AndroidEngine (#1852)
Commits

Updates ktor-gson from 0.9.0 to 1.4.0

Release notes

Sourced from ktor-gson's releases.

1.3.2

Published 12 Mar 2020

  • Introduced iOS streaming response support
  • Provided challenge handler in iOS client configuration
  • Improved JsonFeature configuration DSL (#1472)
  • Simplified server kotlinx.serialization config
  • Recovered HttpRequestBuilder.takeFrom function (#1626)
  • Allowed to configure default cookies asynchronously
  • Exposed server LocationInfo and added location resolve functions (#1657)
  • Introduced function for async writing to server response channel (#1703)
  • Added an option to filter logged calls for ktor-client-logging
  • Fixed iOS client timeouts
  • Fixed iOS crash
  • Fixed 100% CPU Apache Ktor Http Client #1018 (#1689)
  • Fixed missing client response logging
  • Fixed CIO server local address detection (#1663)
  • Fix server request origin to provide header's host and port when available
  • Fixed random missing feature errors caused by concurrency at startup (#1694)
  • Fixed Set-Cookie header parser in iOS and JS
  • Fixed client multiple redirects with relative path (#1704)
  • Fixed unwrapping cancellation exceptions in client (#1482)
  • Fixed missed preconfigured OkHttpClient in OkHttpEngine (#1646)
  • Fixed websocket to complete closeReason on disconnection (#1275).
  • Fixed websocket sending CloseReason(1009) when frame is too big
  • Fixed websocket pinger logging
  • Fixed maxFrameSize for chunked frames
  • Fixed URL scheme parser (#1614)
  • Fixed platform detection in PlatformUtils.IS_NODE and PlatformUtils.IS_BROWSER (#1675)
  • Fixed Short.highByte
  • Fixed consumeEachBufferRange (#1693)
  • Fixed httpclient gzip decoding failure (#1189)
  • Fixed InputStream wrapper for Input
  • Bumped versions:
    • Kotlin 1.3.70
    • kotlinx.coroutines 1.3.4
    • kotlinx.serialization 0.20.0
    • kotlinx.html 0.7.1
    • dropwizard 4.1.2
    • slf4j 1.7.30
    • mustache 0.9.6
    • pebble 3.1.2
    • webjars 0.43
    • jackson 2.10.2

Known issues:

  • Reverted fix for ios memory leak to prevent crashes

1.3.1

Published 5 Feb 2020

Changelog

Sourced from ktor-gson's changelog.

1.4.0

Published 18 Aug 2020

  • Upgrade to kotlin 1.4.0
  • Add native platform support for CIO client (#2021)
  • Prevent access Tomcat servletRequest after recycling
  • Fix verbose IO exception logging
  • Fix client cookies remove
  • Fix suspend tests for digest provider
  • Add deprecation to BasicAuth feature
  • Add client.get operator for features
  • Add client websocket feature config
  • iOS Certificate Pinning (#1750)
  • Add originHost support in browser
  • Fix client logging issues with POST body
  • Prevent CURL multi-handle double close
  • Add content-type header to default transformers
  • Fix report for multiple failed engines in native
  • Use window.location.origin as default host in URLBuilder
  • Prevent Empty Cookie addition (#2008)
  • Fix executor service termination in okhttp (#1860)
  • Verify sending Content-Type and custom object body via POST (#1897)
  • Fix ByteBufferPool recycle (#2016)
  • Update jetty version
  • Fix CIO exception logged twice
  • Change exception type for long strings in readUtf8Line
  • Fix uri field in digest auth header to include query params (#1992)
  • Fix empty multipart post
  • Move the default test server to CIO
  • Fix webpack warning about ktor-client-core critical dependency
  • Fix missing qop in DigestAuthProvider (Issue #1974)
  • Handle " in different position cases
  • Fix parsing of quoted header parameter value
  • Fix saved call early completion
  • Fix tests with empty json check
  • Fix sending blank ContentType in Apache engine
  • Parse blank content type to Any
  • Fixed serialization of empty body (#1952)
  • JsonFeature: Fixed header behavior and made it more flexible (#1927)
  • Fix max-age header to use '=' instead f ':'. (#1769)
  • Add contextual serialization support
  • Introduce non-suspend api for writing
  • fix memory alignment check (#1742)
  • JetBrains Toolbox icon (#1805)
  • Apache should use existing approach when merging headers (#1919)
  • Fix conditional headers behaviour (Fix #1849).
  • Change IosHttpRequestException parent to improve usability
  • OAuth2: Added option to pass params in URL (#1847)
  • Fix doubling host
  • Enhanced handling of statusCode for AndroidEngine (#1852)
Commits

Updates ktor-server-test-host from 0.9.0 to 1.4.0

Release notes

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

1.3.2

Published 12 Mar 2020

  • Introduced iOS streaming response support
  • Provided challenge handler in iOS client configuration
  • Improved JsonFeature configuration DSL (#1472)
  • Simplified server kotlinx.serialization config
  • Recovered HttpRequestBuilder.takeFrom function (#1626)
  • Allowed to configure default cookies asynchronously
  • Exposed server LocationInfo and added location resolve functions (#1657)
  • Introduced function for async writing to server response channel (#1703)
  • Added an option to filter logged calls for ktor-client-logging
  • Fixed iOS client timeouts
  • Fixed iOS crash
  • Fixed 100% CPU Apache Ktor Http Client #1018 (#1689)
  • Fixed missing client response logging
  • Fixed CIO server local address detection (#1663)
  • Fix server request origin to provide header's host and port when available
  • Fixed random missing feature errors caused by concurrency at startup (#1694)
  • Fixed Set-Cookie header parser in iOS and JS
  • Fixed client multiple redirects with relative path (#1704)
  • Fixed unwrapping cancellation exceptions in client (#1482)
  • Fixed missed preconfigured OkHttpClient in OkHttpEngine (#1646)
  • Fixed websocket to complete closeReason on disconnection (#1275).
  • Fixed websocket sending CloseReason(1009) when frame is too big
  • Fixed websocket pinger logging
  • Fixed maxFrameSize for chunked frames
  • Fixed URL scheme parser (#1614)
  • Fixed platform detection in PlatformUtils.IS_NODE and PlatformUtils.IS_BROWSER (#1675)
  • Fixed Short.highByte
  • Fixed consumeEachBufferRange (#1693)
  • Fixed httpclient gzip decoding failure (#1189)
  • Fixed InputStream wrapper for Input
  • Bumped versions:
    • Kotlin 1.3.70
    • kotlinx.coroutines 1.3.4
    • kotlinx.serialization 0.20.0
    • kotlinx.html 0.7.1
    • dropwizard 4.1.2
    • slf4j 1.7.30
    • mustache 0.9.6
    • pebble 3.1.2
    • webjars 0.43
    • jackson 2.10.2

Known issues:

  • Reverted fix for ios memory leak to prevent crashes

1.3.1

Published 5 Feb 2020

Changelog

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

1.4.0

Published 18 Aug 2020

  • Upgrade to kotlin 1.4.0
  • Add native platform support for CIO client (#2021)
  • Prevent access Tomcat servletRequest after recycling
  • Fix verbose IO exception logging
  • Fix client cookies remove
  • Fix suspend tests for digest provider
  • Add deprecation to BasicAuth feature
  • Add client.get operator for features
  • Add client websocket feature config
  • iOS Certificate Pinning (#1750)
  • Add originHost support in browser
  • Fix client logging issues with POST body
  • Prevent CURL multi-handle double close
  • Add content-type header to default transformers
  • Fix report for multiple failed engines in native
  • Use window.location.origin as default host in URLBuilder
  • Prevent Empty Cookie addition (#2008)
  • Fix executor service termination in okhttp (#1860)
  • Verify sending Content-Type and custom object body via POST (#1897)
  • Fix ByteBufferPool recycle (#2016)
  • Update jetty version
  • Fix CIO exception logged twice
  • Change exception type for long strings in readUtf8Line
  • Fix uri field in digest auth header to include query params (#1992)
  • Fix empty multipart post
  • Move the default test server to CIO
  • Fix webpack warning about ktor-client-core critical dependency
  • Fix missing qop in DigestAuthProvider (Issue #1974)
  • Handle " in different position cases
  • Fix parsing of quoted header parameter value
  • Fix saved call early completion
  • Fix tests with empty json check
  • Fix sending blank ContentType in Apache engine
  • Parse blank content type to Any
  • Fixed serialization of empty body (#1952)
  • JsonFeature: Fixed header behavior and made it more flexible (#1927)
  • Fix max-age header to use '=' instead f ':'. (#1769)
  • Add contextual serialization support
  • Introduce non-suspend api for writing
  • fix memory alignment check (#1742)
  • JetBrains Toolbox icon (#1805)
  • Apache should use existing approach when merging headers (#1919)
  • Fix conditional headers behaviour (Fix #1849).
  • Change IosHttpRequestException parent to improve usability
  • OAuth2: Added option to pass params in URL (#1847)
  • Fix doubling host
  • Enhanced handling of statusCode for AndroidEngine (#1852)
Commits

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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps `ktor_version` from 0.9.0 to 1.4.0.

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

Updates `ktor` from 0.9.0 to 1.4.0
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/master/CHANGELOG.md)
- [Commits](ktorio/ktor@0.9.0...1.4.0)

Updates `ktor-gson` from 0.9.0 to 1.4.0
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/master/CHANGELOG.md)
- [Commits](ktorio/ktor@0.9.0...1.4.0)

Updates `ktor-server-test-host` from 0.9.0 to 1.4.0
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/master/CHANGELOG.md)
- [Commits](ktorio/ktor@0.9.0...1.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 19, 2020
@dependabot-preview
Copy link
Author

Superseded by #9.

@dependabot-preview dependabot-preview bot deleted the dependabot/gradle/ktor_version-1.4.0 branch September 24, 2020 06:18
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

Comments