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 ktor.version from 2.1.1 to 2.1.2 #328

Merged
merged 1 commit into from
Oct 4, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 3, 2022

Bumps ktor.version from 2.1.1 to 2.1.2.
Updates ktor-client-core-jvm from 2.1.1 to 2.1.2

Release notes

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

2.1.2

Published 29 September 2022

  • HttpCacheEntry ignoring Request Cache-Control directives (KTOR-4894)
  • testApplication does not handle port and connectors (KTOR-4875)
  • Native: Wrong status code when requesting with DELETE method and body (KTOR-3566)
  • Default host address 0.0.0.0 isn't reachable on Windows (KTOR-4834)
  • TestApplicationEngine error handling is inconsistent with DefaultEnginePipeline, breaking clients (KTOR-4009)
  • Routing: Wrong content-type results in 400 Bad Request instead of 415 Unsupported Media type (KTOR-4849)
Changelog

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

2.1.2

Published 29 September 2022

  • HttpCacheEntry ignoring Request Cache-Control directives (KTOR-4894)
  • testApplication does not handle port and connectors (KTOR-4875)
  • Native: Wrong status code when requesting with DELETE method and body (KTOR-3566)
  • Default host address 0.0.0.0 isn't reachable on Windows (KTOR-4834)
  • TestApplicationEngine error handling is inconsistent with DefaultEnginePipeline, breaking clients (KTOR-4009)
  • Routing: Wrong content-type results in 400 Bad Request instead of 415 Unsupported Media type (KTOR-4849)
Commits
  • dc9b02a KTOR-4921 Release 2.1.2 (#3171)
  • a77241a KTOR-4894 Fixed HttpCache client plugin ignoring Request Cache-Control direct...
  • 82eaa1e KTOR-4875 Fixed respecting connectors port in testApplication (#3169)
  • 24d59f0 KTOR-3566 Fixed sending DELETE with body in Curl engine (#3165)
  • 4ab5d7b KTOR-4009 Add flag to respond with 500 on exceptions in tests (#3163)
  • 6369491 KTOR-4849 Routing: Wrong content-type should result in 415 (#3161)
  • d300441 KTOR-4834 Fix startup message on Windows (#3157)
  • 3b31017 Change Ktor version to development (#3159)
  • See full diff in compare view

Updates ktor-client-cio-jvm from 2.1.1 to 2.1.2

Release notes

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

2.1.2

Published 29 September 2022

  • HttpCacheEntry ignoring Request Cache-Control directives (KTOR-4894)
  • testApplication does not handle port and connectors (KTOR-4875)
  • Native: Wrong status code when requesting with DELETE method and body (KTOR-3566)
  • Default host address 0.0.0.0 isn't reachable on Windows (KTOR-4834)
  • TestApplicationEngine error handling is inconsistent with DefaultEnginePipeline, breaking clients (KTOR-4009)
  • Routing: Wrong content-type results in 400 Bad Request instead of 415 Unsupported Media type (KTOR-4849)
Changelog

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

2.1.2

Published 29 September 2022

  • HttpCacheEntry ignoring Request Cache-Control directives (KTOR-4894)
  • testApplication does not handle port and connectors (KTOR-4875)
  • Native: Wrong status code when requesting with DELETE method and body (KTOR-3566)
  • Default host address 0.0.0.0 isn't reachable on Windows (KTOR-4834)
  • TestApplicationEngine error handling is inconsistent with DefaultEnginePipeline, breaking clients (KTOR-4009)
  • Routing: Wrong content-type results in 400 Bad Request instead of 415 Unsupported Media type (KTOR-4849)
Commits
  • dc9b02a KTOR-4921 Release 2.1.2 (#3171)
  • a77241a KTOR-4894 Fixed HttpCache client plugin ignoring Request Cache-Control direct...
  • 82eaa1e KTOR-4875 Fixed respecting connectors port in testApplication (#3169)
  • 24d59f0 KTOR-3566 Fixed sending DELETE with body in Curl engine (#3165)
  • 4ab5d7b KTOR-4009 Add flag to respond with 500 on exceptions in tests (#3163)
  • 6369491 KTOR-4849 Routing: Wrong content-type should result in 415 (#3161)
  • d300441 KTOR-4834 Fix startup message on Windows (#3157)
  • 3b31017 Change Ktor version to development (#3159)
  • See full diff 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 `ktor.version` from 2.1.1 to 2.1.2.

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

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

---
updated-dependencies:
- dependency-name: io.ktor:ktor-client-core-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-cio-jvm
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 3, 2022
@sokomishalov sokomishalov merged commit ac1878b into master Oct 4, 2022
@delete-merged-branch delete-merged-branch bot deleted the dependabot/maven/ktor.version-2.1.2 branch October 4, 2022 09:10
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.

None yet

1 participant