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

Bump ktorVersion from 2.2.2 to 2.2.3 #180

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2023

Bumps ktorVersion from 2.2.2 to 2.2.3.
Updates io.ktor:ktor-server-core from 2.2.2 to 2.2.3

Release notes

Sourced from io.ktor:ktor-server-core's releases.

2.2.3

Published 31 January 2023

Improvements

  • ContentNegotiation: "Skipping because the type is ignored" log message is unclear (KTOR-5479)
  • Make OAuth2 functionality multiplatform (KTOR-1144)
  • Log HTTP request time (KTOR-1250)
  • Add Client Plugins Trace Logging (KTOR-5264)

Bugfixes

  • FileStorage throws java.io.FileNotFoundException (File name too long) when request path is long (KTOR-5443)
  • HttpRequestRetry retries on FileNotFoundException thrown by FileStorage (KTOR-5444)
  • DropwizardMetricsPlugin logs status code incorrectly when is used together with StatusPages plugin (KTOR-5420)
  • Server ContentNegotiation no longer allows multiple decoders for one Content-Type (KTOR-5410)
  • Multipart File doesn't upload whole file, throws "Unexpected EOF: expected 4096 more bytes" for larger files (KTOR-3455)
  • Netty: Unable to set the tcpKeepAlive (KTOR-5370)
  • HOCON: CLI parameters don't override custom array properties since 2.1.0 (KTOR-5100)
Changelog

Sourced from io.ktor:ktor-server-core's changelog.

2.2.3

Published 31 January 2023

Improvements

  • ContentNegotiation: "Skipping because the type is ignored" log message is unclear (KTOR-5479)
  • Make OAuth2 functionality multiplatform (KTOR-1144)
  • Log HTTP request time (KTOR-1250)
  • Add Client Plugins Trace Logging (KTOR-5264)

Bugfixes

  • FileStorage throws java.io.FileNotFoundException (File name too long) when request path is long (KTOR-5443)
  • HttpRequestRetry retries on FileNotFoundException thrown by FileStorage (KTOR-5444)
  • DropwizardMetricsPlugin logs status code incorrectly when is used together with StatusPages plugin (KTOR-5420)
  • Server ContentNegotiation no longer allows multiple decoders for one Content-Type (KTOR-5410)
  • Multipart File doesn't upload whole file, throws "Unexpected EOF: expected 4096 more bytes" for larger files (KTOR-3455)
  • Netty: Unable to set the tcpKeepAlive (KTOR-5370)
  • HOCON: CLI parameters don't override custom array properties since 2.1.0 (KTOR-5100)
Commits
  • 6e35be2 Release 2.2.3 (#3385)
  • aaea969 KTOR-5479 Improve log message about skipping response body transforma… (#3379)
  • 9bb3ec7 KTOR-5444 Fix FileNotFoundException thrown by FileCacheStorage (#3375)
  • 1d110bc KTOR-5480 improve WebSocket API docs grammar (#3377)
  • 65c9fa5 KTOR-5443 Fix FileNotFoundException for long file names in FileStorage (#3371)
  • aa16db0 KTOR-5420 Fix DropwizardMetricsPlugin when using with StatusPages plugin (#3359)
  • df902e1 KTOR-1144 Split OAuth2 test to common and jvm (#3369)
  • 23339b1 KTOR-5410 Fix server ContentConverter not triggered (#3358)
  • 77fbd34 KTOR-3455 Fix reading request body backpressure in Netty (#3361)
  • b3c696e Fix perioud typo to period (#3366)
  • Additional commits viewable in compare view

Updates io.ktor:ktor-serialization from 2.2.2 to 2.2.3

Release notes

Sourced from io.ktor:ktor-serialization's releases.

2.2.3

Published 31 January 2023

Improvements

  • ContentNegotiation: "Skipping because the type is ignored" log message is unclear (KTOR-5479)
  • Make OAuth2 functionality multiplatform (KTOR-1144)
  • Log HTTP request time (KTOR-1250)
  • Add Client Plugins Trace Logging (KTOR-5264)

Bugfixes

  • FileStorage throws java.io.FileNotFoundException (File name too long) when request path is long (KTOR-5443)
  • HttpRequestRetry retries on FileNotFoundException thrown by FileStorage (KTOR-5444)
  • DropwizardMetricsPlugin logs status code incorrectly when is used together with StatusPages plugin (KTOR-5420)
  • Server ContentNegotiation no longer allows multiple decoders for one Content-Type (KTOR-5410)
  • Multipart File doesn't upload whole file, throws "Unexpected EOF: expected 4096 more bytes" for larger files (KTOR-3455)
  • Netty: Unable to set the tcpKeepAlive (KTOR-5370)
  • HOCON: CLI parameters don't override custom array properties since 2.1.0 (KTOR-5100)
Changelog

Sourced from io.ktor:ktor-serialization's changelog.

2.2.3

Published 31 January 2023

Improvements

  • ContentNegotiation: "Skipping because the type is ignored" log message is unclear (KTOR-5479)
  • Make OAuth2 functionality multiplatform (KTOR-1144)
  • Log HTTP request time (KTOR-1250)
  • Add Client Plugins Trace Logging (KTOR-5264)

Bugfixes

  • FileStorage throws java.io.FileNotFoundException (File name too long) when request path is long (KTOR-5443)
  • HttpRequestRetry retries on FileNotFoundException thrown by FileStorage (KTOR-5444)
  • DropwizardMetricsPlugin logs status code incorrectly when is used together with StatusPages plugin (KTOR-5420)
  • Server ContentNegotiation no longer allows multiple decoders for one Content-Type (KTOR-5410)
  • Multipart File doesn't upload whole file, throws "Unexpected EOF: expected 4096 more bytes" for larger files (KTOR-3455)
  • Netty: Unable to set the tcpKeepAlive (KTOR-5370)
  • HOCON: CLI parameters don't override custom array properties since 2.1.0 (KTOR-5100)
Commits
  • 6e35be2 Release 2.2.3 (#3385)
  • aaea969 KTOR-5479 Improve log message about skipping response body transforma… (#3379)
  • 9bb3ec7 KTOR-5444 Fix FileNotFoundException thrown by FileCacheStorage (#3375)
  • 1d110bc KTOR-5480 improve WebSocket API docs grammar (#3377)
  • 65c9fa5 KTOR-5443 Fix FileNotFoundException for long file names in FileStorage (#3371)
  • aa16db0 KTOR-5420 Fix DropwizardMetricsPlugin when using with StatusPages plugin (#3359)
  • df902e1 KTOR-1144 Split OAuth2 test to common and jvm (#3369)
  • 23339b1 KTOR-5410 Fix server ContentConverter not triggered (#3358)
  • 77fbd34 KTOR-3455 Fix reading request body backpressure in Netty (#3361)
  • b3c696e Fix perioud typo to period (#3366)
  • Additional commits viewable in compare view

Updates io.ktor:ktor-server-netty from 2.2.2 to 2.2.3

Release notes

Sourced from io.ktor:ktor-server-netty's releases.

2.2.3

Published 31 January 2023

Improvements

  • ContentNegotiation: "Skipping because the type is ignored" log message is unclear (KTOR-5479)
  • Make OAuth2 functionality multiplatform (KTOR-1144)
  • Log HTTP request time (KTOR-1250)
  • Add Client Plugins Trace Logging (KTOR-5264)

Bugfixes

  • FileStorage throws java.io.FileNotFoundException (File name too long) when request path is long (KTOR-5443)
  • HttpRequestRetry retries on FileNotFoundException thrown by FileStorage (KTOR-5444)
  • DropwizardMetricsPlugin logs status code incorrectly when is used together with StatusPages plugin (KTOR-5420)
  • Server ContentNegotiation no longer allows multiple decoders for one Content-Type (KTOR-5410)
  • Multipart File doesn't upload whole file, throws "Unexpected EOF: expected 4096 more bytes" for larger files (KTOR-3455)
  • Netty: Unable to set the tcpKeepAlive (KTOR-5370)
  • HOCON: CLI parameters don't override custom array properties since 2.1.0 (KTOR-5100)
Changelog

Sourced from io.ktor:ktor-server-netty's changelog.

2.2.3

Published 31 January 2023

Improvements

  • ContentNegotiation: "Skipping because the type is ignored" log message is unclear (KTOR-5479)
  • Make OAuth2 functionality multiplatform (KTOR-1144)
  • Log HTTP request time (KTOR-1250)
  • Add Client Plugins Trace Logging (KTOR-5264)

Bugfixes

  • FileStorage throws java.io.FileNotFoundException (File name too long) when request path is long (KTOR-5443)
  • HttpRequestRetry retries on FileNotFoundException thrown by FileStorage (KTOR-5444)
  • DropwizardMetricsPlugin logs status code incorrectly when is used together with StatusPages plugin (KTOR-5420)
  • Server ContentNegotiation no longer allows multiple decoders for one Content-Type (KTOR-5410)
  • Multipart File doesn't upload whole file, throws "Unexpected EOF: expected 4096 more bytes" for larger files (KTOR-3455)
  • Netty: Unable to set the tcpKeepAlive (KTOR-5370)
  • HOCON: CLI parameters don't override custom array properties since 2.1.0 (KTOR-5100)
Commits
  • 6e35be2 Release 2.2.3 (#3385)
  • aaea969 KTOR-5479 Improve log message about skipping response body transforma… (#3379)
  • 9bb3ec7 KTOR-5444 Fix FileNotFoundException thrown by FileCacheStorage (#3375)
  • 1d110bc KTOR-5480 improve WebSocket API docs grammar (#3377)
  • 65c9fa5 KTOR-5443 Fix FileNotFoundException for long file names in FileStorage (#3371)
  • aa16db0 KTOR-5420 Fix DropwizardMetricsPlugin when using with StatusPages plugin (#3359)
  • df902e1 KTOR-1144 Split OAuth2 test to common and jvm (#3369)
  • 23339b1 KTOR-5410 Fix server ContentConverter not triggered (#3358)
  • 77fbd34 KTOR-3455 Fix reading request body backpressure in Netty (#3361)
  • b3c696e Fix perioud typo to period (#3366)
  • Additional commits viewable in compare view

Updates io.ktor:ktor-server-call-logging from 2.2.2 to 2.2.3

Release notes

Sourced from io.ktor:ktor-server-call-logging's releases.

2.2.3

Published 31 January 2023

Improvements

  • ContentNegotiation: "Skipping because the type is ignored" log message is unclear (KTOR-5479)
  • Make OAuth2 functionality multiplatform (KTOR-1144)
  • Log HTTP request time (KTOR-1250)
  • Add Client Plugins Trace Logging (KTOR-5264)

Bugfixes

  • FileStorage throws java.io.FileNotFoundException (File name too long) when request path is long (KTOR-5443)
  • HttpRequestRetry retries on FileNotFoundException thrown by FileStorage (KTOR-5444)
  • DropwizardMetricsPlugin logs status code incorrectly when is used together with StatusPages plugin (KTOR-5420)
  • Server ContentNegotiation no longer allows multiple decoders for one Content-Type (KTOR-5410)
  • Multipart File doesn't upload whole file, throws "Unexpected EOF: expected 4096 more bytes" for larger files (KTOR-3455)
  • Netty: Unable to set the tcpKeepAlive (KTOR-5370)
  • HOCON: CLI parameters don't override custom array properties since 2.1.0 (KTOR-5100)
Changelog

Sourced from io.ktor:ktor-server-call-logging's changelog.

2.2.3

Published 31 January 2023

Improvements

  • ContentNegotiation: "Skipping because the type is ignored" log message is unclear (KTOR-5479)
  • Make OAuth2 functionality multiplatform (KTOR-1144)
  • Log HTTP request time (KTOR-1250)
  • Add Client Plugins Trace Logging (KTOR-5264)

Bugfixes

  • FileStorage throws java.io.FileNotFoundException (File name too long) when request path is long (KTOR-5443)
  • HttpRequestRetry retries on FileNotFoundException thrown by FileStorage (KTOR-5444)
  • DropwizardMetricsPlugin logs status code incorrectly when is used together with StatusPages plugin (KTOR-5420)
  • Server ContentNegotiation no longer allows multiple decoders for one Content-Type (KTOR-5410)
  • Multipart File doesn't upload whole file, throws "Unexpected EOF: expected 4096 more bytes" for larger files (KTOR-3455)
  • Netty: Unable to set the tcpKeepAlive (KTOR-5370)
  • HOCON: CLI parameters don't override custom array properties since 2.1.0 (KTOR-5100)
Commits
  • 6e35be2 Release 2.2.3 (#3385)
  • aaea969 KTOR-5479 Improve log message about skipping response body transforma… (#3379)
  • 9bb3ec7 KTOR-5444 Fix FileNotFoundException thrown by FileCacheStorage (#3375)
  • 1d110bc KTOR-5480 improve WebSocket API docs grammar (#3377)
  • 65c9fa5 KTOR-5443 Fix FileNotFoundException for long file names in FileStorage (#3371)
  • aa16db0 KTOR-5420 Fix DropwizardMetricsPlugin when using with StatusPages plugin (#3359)
  • df902e1 KTOR-1144 Split OAuth2 test to common and jvm (#3369)
  • 23339b1 KTOR-5410 Fix server ContentConverter not triggered (#3358)
  • 77fbd34 KTOR-3455 Fix reading request body backpressure in Netty (#3361)
  • b3c696e Fix perioud typo to period (#3366)
  • Additional commits viewable in compare view

Updates io.ktor:ktor-server-default-headers from 2.2.2 to 2.2.3

Release notes

Sourced from io.ktor:ktor-server-default-headers's releases.

2.2.3

Published 31 January 2023

Improvements

  • ContentNegotiation: "Skipping because the type is ignored" log message is unclear (KTOR-5479)
  • Make OAuth2 functionality multiplatform (KTOR-1144)
  • Log HTTP request time (KTOR-1250)
  • Add Client Plugins Trace Logging (KTOR-5264)

Bugfixes

  • FileStorage throws java.io.FileNotFoundException (File name too long) when request path is long (KTOR-5443)
  • HttpRequestRetry retries on FileNotFoundException thrown by FileStorage (KTOR-5444)
  • DropwizardMetricsPlugin logs status code incorrectly when is used together with StatusPages plugin (KTOR-5420)
  • Server ContentNegotiation no longer allows multiple decoders for one Content-Type (KTOR-5410)
  • Multipart File doesn't upload whole file, throws "Unexpected EOF: expected 4096 more bytes" for larger files (KTOR-3455)
  • Netty: Unable to set the tcpKeepAlive (KTOR-5370)
  • HOCON: CLI parameters don't override custom array properties since 2.1.0 (KTOR-5100)
Changelog

Sourced from io.ktor:ktor-server-default-headers's changelog.

2.2.3

Published 31 January 2023

Improvements

  • ContentNegotiation: "Skipping because the type is ignored" log message is unclear (KTOR-5479)
  • Make OAuth2 functionality multiplatform (KTOR-1144)
  • Log HTTP request time (KTOR-1250)
  • Add Client Plugins Trace Logging (KTOR-5264)

Bugfixes

  • FileStorage throws java.io.FileNotFoundException (File name too long) when request path is long (KTOR-5443)
  • HttpRequestRetry retries on FileNotFoundException thrown by FileStorage (KTOR-5444)
  • DropwizardMetricsPlugin logs status code incorrectly when is used together with StatusPages plugin (KTOR-5420)
  • Server ContentNegotiation no longer allows multiple decoders for one Content-Type (KTOR-5410)
  • Multipart File doesn't upload whole file, throws "Unexpected EOF: expected 4096 more bytes" for larger files (KTOR-3455)
  • Netty: Unable to set the tcpKeepAlive (KTOR-5370)
  • HOCON: CLI parameters don't override custom array properties since 2.1.0 (KTOR-5100)
Commits
  • 6e35be2 Release 2.2.3 (#3385)
  • aaea969 KTOR-5479 Improve log message about skipping response body transforma… (#3379)
  • 9bb3ec7 KTOR-5444 Fix FileNotFoundException thrown by FileCacheStorage (#3375)
  • 1d110bc KTOR-5480 improve WebSocket API docs grammar (#3377)
  • 65c9fa5 KTOR-5443 Fix FileNotFoundException for long file names in FileStorage (#3371)
  • aa16db0 KTOR-5420 Fix DropwizardMetricsPlugin when using with StatusPages plugin (#3359)
  • df902e1 KTOR-1144 Split OAuth2 test to common and jvm (#3369)
  • 23339b1 KTOR-5410 Fix server ContentConverter not triggered (#3358)
  • 77fbd34 KTOR-3455 Fix reading request body backpressure in Netty (#3361)
  • b3c696e Fix perioud typo to period (#3366)
  • Additional commits viewable in compare view

Updates io.ktor:ktor-server-websockets from 2.2.2 to 2.2.3

Release notes

Sourced from io.ktor:ktor-server-websockets's releases.

2.2.3

Published 31 January 2023

Improvements

  • ContentNegotiation: "Skipping because the type is ignored" log message is unclear (KTOR-5479)
  • Make OAuth2 functionality multiplatform (KTOR-1144)
  • Log HTTP request time (KTOR-1250)
  • Add Client Plugins Trace Logging (KTOR-5264)

Bugfixes

  • FileStorage throws java.io.FileNotFoundException (File name too long) when request path is long (KTOR-5443)
  • HttpRequestRetry retries on FileNotFoundException thrown by FileStorage (KTOR-5444)
  • DropwizardMetricsPlugin logs status code incorrectly when is used together with StatusPages plugin (KTOR-5420)
  • Server ContentNegotiation no longer allows multiple decoders for one Content-Type (KTOR-5410)
  • Multipart File doesn't upload whole file, throws "Unexpected EOF: expected 4096 more bytes" for larger files (KTOR-3455)
  • Netty: Unable to set the tcpKeepAlive (KTOR-5370)
  • HOCON: CLI parameters don't override custom array properties since 2.1.0 (KTOR-5100)
Changelog

Sourced from io.ktor:ktor-server-websockets's changelog.

2.2.3

Published 31 January 2023

Improvements

  • ContentNegotiation: "Skipping because the type is ignored" log message is unclear (KTOR-5479)
  • Make OAuth2 functionality multiplatform (KTOR-1144)
  • Log HTTP request time (KTOR-1250)
  • Add Client Plugins Trace Logging (KTOR-5264)

Bugfixes

  • FileStorage throws java.io.FileNotFoundException (File name too long) when request path is long (KTOR-5443)
  • HttpRequestRetry retries on FileNotFoundException thrown by FileStorage (KTOR-5444)
  • DropwizardMetricsPlugin logs status code incorrectly when is used together with StatusPages plugin (KTOR-5420)
  • Server ContentNegotiation no longer allows multiple decoders for one Content-Type (KTOR-5410)
  • Multipart File doesn't upload whole file, throws "Unexpected EOF: expected 4096 more bytes" for larger files (KTOR-3455)
  • Netty: Unable to set the tcpKeepAlive (KTOR-5370)
  • HOCON: CLI parameters don't override custom array properties since 2.1.0 (KTOR-5100)
Commits
  • 6e35be2 Release 2.2.3 (#3385)
  • aaea969 KTOR-5479 Improve log message about skipping response body transforma… (#3379)
  • 9bb3ec7 KTOR-5444 Fix FileNotFoundException thrown by FileCacheStorage (#3375)
  • 1d110bc KTOR-5480 improve WebSocket API docs grammar (#3377)
  • 65c9fa5 KTOR-5443 Fix FileNotFoundException for long file names in FileStorage (#3371)
  • aa16db0 KTOR-5420 Fix DropwizardMetricsPlugin when using with StatusPages plugin (#3359)
  • df902e1 KTOR-1144 Split OAuth2 test to common and jvm (#3369)
  • 23339b1 KTOR-5410 Fix server ContentConverter not triggered (#3358)
  • 77fbd34 KTOR-3455 Fix reading request body backpressure in Netty (#3361)
  • b3c696e Fix perioud typo to period (#3366)
  • Additional commits viewable in compare view

Updates io.ktor:ktor-server-content-negotiation from 2.2.2 to 2.2.3

Release notes

Sourced from io.ktor:ktor-server-content-negotiation's releases.

2.2.3

Published 31 January 2023

Improvements

  • ContentNegotiation: "Skipping because the type is ignored" log message is unclear (KTOR-5479)
  • Make OAuth2 functionality multiplatform (KTOR-1144)
  • Log HTTP request time (KTOR-1250)
  • Add Client Plugins Trace Logging (KTOR-5264)

Bugfixes

  • FileStorage throws java.io.FileNotFoundException (File name too long) when request path is long (KTOR-5443)
  • HttpRequestRetry retries on FileNotFoundException thrown by FileStorage (KTOR-5444)
  • DropwizardMetricsPlugin logs status code incorrectly when is used together with StatusPages plugin (KTOR-5420)
  • Server ContentNegotiation no longer allows multiple decoders for one Content-Type (KTOR-5410)
  • Multipart File doesn't upload whole file, throws "Unexpected EOF: expected 4096 more bytes" for larger files (KTOR-3455)
  • Netty: Unable to set the tcpKeepAlive (KTOR-5370)
  • HOCON: CLI parameters don't override custom array properties since 2.1.0 (KTOR-5100)
Changelog

Sourced from io.ktor:ktor-server-content-negotiation's changelog.

2.2.3

Published 31 January 2023

Improvements

  • ContentNegotiation: "Skipping because the type is ignored" log message is unclear (KTOR-5479)
  • Make OAuth2 functionality multiplatform (KTOR-1144)
  • Log HTTP request time (KTOR-1250)
  • Add Client Plugins Trace Logging (KTOR-5264)

Bugfixes

  • FileStorage throws java.io.FileNotFoundException (File name too long) when request path is long (KTOR-5443)
  • HttpRequestRetry retries on FileNotFoundException thrown by FileStorage (KTOR-5444)
  • DropwizardMetricsPlugin logs status code incorrectly when is used together with StatusPages plugin (KTOR-5420)
  • Server ContentNegotiation no longer allows multiple decoders for one Content-Type (KTOR-5410)
  • Multipart File doesn't upload whole file, throws "Unexpected EOF: expected 4096 more bytes" for larger files (KTOR-3455)
  • Netty: Unable to set the tcpKeepAlive (KTOR-5370)
  • HOCON: CLI parameters don't override custom array properties since 2.1.0 (KTOR-5100)
Commits
  • 6e35be2 Release 2.2.3 (#3385)
  • aaea969 KTOR-5479 Improve log message about skipping response body transforma… (#3379)
  • 9bb3ec7 KTOR-5444 Fix FileNotFoundException thrown by FileCacheStorage (#3375)
  • 1d110bc KTOR-5480 improve WebSocket API docs grammar (#3377)
  • 65c9fa5 KTOR-5443 Fix FileNotFoundException for long file names in FileStorage (#3371)
  • aa16db0 KTOR-5420 Fix DropwizardMetricsPlugin when using with StatusPages plugin (#3359)
  • df902e1 KTOR-1144 Split OAuth2 test to common and jvm (#3369)
  • 23339b1 KTOR-5410 Fix server ContentConverter not triggered (#3358)
  • 77fbd34 KTOR-3455 Fix reading request body backpressure in Netty (#3361)
  • b3c696e Fix perioud typo to period (#3366)
  • Additional commits viewable in compare view

Updates io.ktor:ktor-serialization-kotlinx-json from 2.2.2 to 2.2.3

Release notes

Sourced from io.ktor:ktor-serialization-kotlinx-json's releases.

2.2.3

Published 31 January 2023

Improvements

  • ContentNegotiation: "Skipping because the type is ignored" log message is unclear (KTOR-5479)
  • Make OAuth2 functionality multiplatform (KTOR-1144)
  • Log HTTP request time (KTOR-1250)
  • Add Client Plugins Trace Logging (KTOR-5264)

Bugfixes

  • FileStorage throws java.io.FileNotFoundException (File name too long) when request path is long (KTOR-5443)
  • HttpRequestRetry retries on FileNotFoundException thrown by FileStorage (KTOR-5444)
  • DropwizardMetricsPlugin logs status code incorrectly when is used together with StatusPages plugin (KTOR-5420)
  • Server ContentNegotiation no longer allows multiple decoders for one Content-Type (KTOR-5410)
  • Multipart File doesn't upload whole file, throws "Unexpected EOF: expected 4096 more bytes" for larger files (KTOR-3455)
  • Netty: Unable to set the tcpKeepAlive (KTOR-5370)
  • HOCON: CLI parameters don't override custom array properties since 2.1.0 (KTOR-5100)
Changelog

Sourced from io.ktor:ktor-serialization-kotlinx-json's changelog.

2.2.3

Published 31 January 2023

Improvements

  • ContentNegotiation: "Skipping because the type is ignored" log message is unclear (KTOR-5479)
  • Make OAuth2 functionality multiplatform (KTOR-1144)
  • Log HTTP request time (KTOR-1250)
  • Add Client Plugins Trace Logging (KTOR-5264)

Bugfixes

  • FileStorage throws java.io.FileNotFoundException (File name too long) when request path is long (KTOR-5443)
  • HttpRequestRetry retries on FileNotFoundException thrown by FileStorage (KTOR-5444)
  • DropwizardMetricsPlugin logs status code incorrectly when is used together with StatusPages plugin (KTOR-5420)
  • Server ContentNegotiation no longer allows multiple decoders for one Content-Type (KTOR-5410)
  • Multipart File doesn't upload whole file, throws "Unexpected EOF: expected 4096 more bytes" for larger files (KTOR-3455)
  • Netty: Unable to set the tcpKeepAlive (KTOR-5370)
  • HOCON: CLI parameters don't override custom array properties since 2.1.0 (KTOR-5100)
Commits
  • 6e35be2 Release 2.2.3 (#3385)
  • aaea969 KTOR-5479 Improve log message about skipping response body transforma… (#3379)
  • 9bb3ec7 KTOR-5444 Fix FileNotFoundException thrown by FileCacheStorage (#3375)
  • 1d110bc KTOR-5480 improve WebSocket API docs grammar (#3377)
  • 65c9fa5 KTOR-5443 Fix FileNotFoundException for long file names in FileStorage (#3371)
  • aa16db0 KTOR-5420 Fix DropwizardMetricsPlugin when using with StatusPages plugin (#3359)
  • df902e1 KTOR-1144 Split OAuth2 test to common and jvm (#3369)
  • 23339b1 KTOR-5410 Fix server ContentConverter not triggered (#3358)
  • 77fbd34 KTOR-3455 Fix reading request body backpressure in Netty (#3361)
  • b3c696e Fix perioud typo to period (#3366)
  • Additional commits viewable in compare view

Updates io.ktor:ktor-client-cio from 2.2.2 to 2.2.3

Release notes

Sourced from io.ktor:ktor-client-cio's releases.

2.2.3

Published 31 January 2023

Improvements

  • ContentNegotiation: "Skipping because the type is ignored" log message is unclear (KTOR-5479)
  • Make OAuth2 functionality multiplatform (KTOR-1144)
  • Log HTTP request time (KTOR-1250)
  • Add Client Plugins Trace Logging (KTOR-5264)

Bugfixes

  • FileStorage throws java.io.FileNotFoundException (File name too long) when request path is long (KTOR-5443)
  • HttpRequestRetry retries on FileNotFoundException thrown by FileStorage (KTOR-5444)
  • DropwizardMetricsPlugin logs status code incorrectly when is used together with StatusPages plugin (KTOR-5420)
  • Server ContentNegotiation no longer allows multiple decoders for one Content-Type (KTOR-5410)
  • Multipart File doesn't upload whole file, throws "Unexpected EOF: expected 4096 more bytes" for larger files (KTOR-3455)
  • Netty: Unable to set the tcpKeepAlive (KTOR-5370)
  • HOCON: CLI parameters don't override custom array properties since 2.1.0 (KTOR-5100)
Changelog

Sourced from io.ktor:ktor-client-cio's changelog.

2.2.3

Published 31 January 2023

Improvements

  • ContentNegotiation: "Skipping because the type is ignored" log message is unclear (KTOR-5479)
  • Make OAuth2 functionality multiplatform (KTOR-1144)
  • Log HTTP request time (KTOR-1250)
  • Add Client Plugins Trace Logging (KTOR-5264)

Bugfixes

  • FileStorage throws java.io.FileNotFoundException (File name too long) when request path is long (KTOR-5443)
  • HttpRequestRetry retries on FileNotFoundException thrown by FileStorage (KTOR-5444)
  • DropwizardMetricsPlugin logs status code incorrectly when is used together with StatusPages plugin (KTOR-5420)
  • Server ContentNegotiation no longer allows multiple decoders for one Content-Type (KTOR-5410)
  • Multipart File doesn't upload whole file, throws "Unexpected EOF: expected 4096 more bytes" for larger files (KTOR-3455)
  • Netty: Unable to set the tcpKeepAlive (KTOR-5370)
  • HOCON: CLI parameters don't override custom array properties since 2.1.0 (KTOR-5100)
Commits
  • 6e35be2 Release 2.2.3 (#3385)
  • aaea969 KTOR-5479 Improve log message about skipping response body transforma… (#3379)
  • 9bb3ec7 KTOR-5444 Fix FileNotFoundException thrown by FileCacheStorage (#3375)
  • 1d110bc KTOR-5480 improve WebSocket API docs grammar (#3377)
  • 65c9fa5 KTOR-5443 Fix FileNotFoundException for long file names in FileStorage (#3371)
  • aa16db0 KTOR-5420 Fix DropwizardMetricsPlugin when using with StatusPages plugin (#3359)
  • df902e1 KTOR-1144 Split OAuth2 test to common and jvm (#3369)
  • 23339b1 KTOR-5410 Fix server ContentConverter not triggered (#3358)
  • 77fbd34 KTOR-3455 Fix reading request body backpressure in Netty (#3361)
  • b3c696e Fix perioud typo to period (#3366)
  • 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)

Bumps `ktorVersion` from 2.2.2 to 2.2.3.

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

Updates `io.ktor:ktor-serialization` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.2.2...2.2.3)

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

Updates `io.ktor:ktor-server-call-logging` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.2.2...2.2.3)

Updates `io.ktor:ktor-server-default-headers` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.2.2...2.2.3)

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

Updates `io.ktor:ktor-server-content-negotiation` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.2.2...2.2.3)

Updates `io.ktor:ktor-serialization-kotlinx-json` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.2.2...2.2.3)

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

---
updated-dependencies:
- dependency-name: io.ktor:ktor-server-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-serialization
  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-server-call-logging
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-default-headers
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-websockets
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-content-negotiation
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-serialization-kotlinx-json
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-cio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 1, 2023
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