-
Notifications
You must be signed in to change notification settings - Fork 2
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
chore(deps): update sttpversion to v3.9.8 #775
Draft
renovate
wants to merge
3
commits into
master
Choose a base branch
from
renovate/sttpversion
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This pull request seems a bit stale.. Shall we invite more to the party? |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This upgrade is not possible unless we move from jvm 8 to jvm 11 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.5.2
->3.9.8
3.5.2
->3.9.8
3.5.2
->3.9.8
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
softwaremill/sttp (com.softwaremill.sttp.client3:async-http-client-backend-cats)
v3.9.8
Compare Source
What’s Changed
v3.9.7
Compare Source
What’s Changed
v3.9.6
Compare Source
What’s Changed
v3.9.5
Compare Source
Note that this release drops Scala 2.11 support!
What’s Changed
v3.9.4
Compare Source
What’s Changed
v3.9.3
Compare Source
What’s Changed
v3.9.2
Compare Source
What’s Changed
v3.9.1
Compare Source
What’s Changed
v3.9.0
Compare Source
What’s Changed
v3.8.16
Compare Source
Some modules of sttp 3.8.16 have switched to Cats Effect 3.5.1, which changes the way Async.async, Async.async_, and Async.fromFuture behave around cancellation. If your project relies on Cats Effect 3, read CE release notes and make sure your usages of mentioned methods are aligned.
What’s Changed
v3.8.15
Compare Source
What’s Changed
v3.8.14
Compare Source
What’s Changed
v3.8.13
Compare Source
What’s Changed
Dependency updates
v3.8.12
Compare Source
What’s Changed
Dependency updates
v3.8.11
Compare Source
What’s Changed
Dependency updates
v3.8.10
Compare Source
Drops support for 2.11 + JS/Native
What’s Changed
Dependency updates
v3.8.9
Compare Source
What’s Changed
Dependency updates
v3.8.8
Compare Source
What’s Changed
Dependency updates
v3.8.7
Compare Source
What’s Changed
Dependency updates
v3.8.6
Compare Source
What’s Changed
Dependency updates
v3.8.5
Compare Source
What’s Changed
Dependency updates
v3.8.3
Compare Source
What’s Changed
Dependency updates
v3.8.2
Compare Source
What’s Changed
Dependency updates
v3.8.1
Compare Source
What’s Changed
Dependency updates
v3.8.0
Compare Source
What’s Changed
Dependency updates
v3.7.6
Compare Source
What’s Changed
v3.7.5
Compare Source
What’s Changed
Dependency updates
v3.7.4
Compare Source
What’s Changed
Dependency updates
v3.7.2
Compare Source
What’s Changed
Dependency updates
v3.7.1
Compare Source
What’s Changed
Dependency updates
v3.7.0
Compare Source
Breaking changes
This release includes support for ZIO 2. However, along with the new usage guidelines for ZIO environment, the
SttpClient
type alias is removed. Instead,SttpBackend[Task, ZioStreams with WebSockets]
(or a smaller set of capabilities) should be declared as a dependency through a method parameter or constructor. ZIO backends provide.layer
methods which allow creating aZLayer
describing the (scoped) process of creating a backend. See the docs for more details.What’s Changed
Dependency updates
v3.6.2
Compare Source
OpenTelementryTracingBackend
implementation (which only worked for synchronous backends), and is now removed. The zio-opentelemetry integration is restored, however the naming of the module and the class has changed. See https://sttp.softwaremill.com/en/latest/backends/wrappers/opentelemetry.html for more details.What’s Changed
Dependency updates
v3.6.1
Compare Source
HttpClient
-based synchronous &Future
-based backends are included incore
, and thehttpclient
modules are removed. ZIO/Cats/Monix-baseHttpClient
backends are included inzio
,cats
andmonix
modules, respectively. This way modern backends with websocket & streaming capabilities are available "out of the box"What’s Changed
Dependency updates
v3.6.0
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.