-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update http4k to v4.48.0.0 #77
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/http4k
base: main
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.
Open
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
renovate
bot
force-pushed
the
renovate/http4k
branch
2 times, most recently
from
May 27, 2022 10:24
614f92a
to
c26be35
Compare
renovate
bot
force-pushed
the
renovate/http4k
branch
2 times, most recently
from
June 7, 2022 07:24
5a8c90c
to
9655f94
Compare
renovate
bot
force-pushed
the
renovate/http4k
branch
from
June 10, 2022 11:32
9655f94
to
ac0ccf5
Compare
renovate
bot
force-pushed
the
renovate/http4k
branch
from
July 1, 2022 14:29
ac0ccf5
to
31d7006
Compare
renovate
bot
force-pushed
the
renovate/http4k
branch
from
July 25, 2022 00:17
31d7006
to
a712507
Compare
renovate
bot
force-pushed
the
renovate/http4k
branch
from
July 27, 2022 12:32
a712507
to
edb1a08
Compare
renovate
bot
force-pushed
the
renovate/http4k
branch
from
August 4, 2022 11:28
edb1a08
to
bf6c02d
Compare
renovate
bot
force-pushed
the
renovate/http4k
branch
from
September 25, 2022 13:38
bf6c02d
to
0b1d5c4
Compare
renovate
bot
force-pushed
the
renovate/http4k
branch
from
November 20, 2022 18:42
0b1d5c4
to
7b1eed2
Compare
renovate
bot
force-pushed
the
renovate/http4k
branch
from
March 18, 2023 22:07
7b1eed2
to
5003609
Compare
renovate
bot
force-pushed
the
renovate/http4k
branch
from
March 21, 2023 20:00
5003609
to
cdc5dd3
Compare
renovate
bot
force-pushed
the
renovate/http4k
branch
2 times, most recently
from
March 26, 2023 16:22
fd3d474
to
cd6c648
Compare
renovate
bot
force-pushed
the
renovate/http4k
branch
from
March 30, 2023 18:31
cd6c648
to
ce0162f
Compare
renovate
bot
force-pushed
the
renovate/http4k
branch
from
March 31, 2023 14:23
ce0162f
to
d22d3d1
Compare
renovate
bot
force-pushed
the
renovate/http4k
branch
from
April 17, 2023 12:48
d22d3d1
to
f4d2a7c
Compare
renovate
bot
force-pushed
the
renovate/http4k
branch
from
May 28, 2023 12:13
f4d2a7c
to
dac5f6a
Compare
renovate
bot
force-pushed
the
renovate/http4k
branch
from
June 4, 2023 22:16
dac5f6a
to
c6a14f4
Compare
renovate
bot
force-pushed
the
renovate/http4k
branch
2 times, most recently
from
June 7, 2023 07:45
73a4668
to
b6f5b6c
Compare
| datasource | package | from | to | | ---------- | ------------------------------- | -------- | -------- | | maven | org.http4k:http4k-client-apache | 4.25.8.0 | 4.48.0.0 | | maven | org.http4k:http4k-core | 4.25.8.0 | 4.48.0.0 |
renovate
bot
force-pushed
the
renovate/http4k
branch
from
June 12, 2023 11:25
b6f5b6c
to
cded65a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
4.25.8.0
->4.48.0.0
4.25.8.0
->4.48.0.0
Release Notes
http4k/http4k (org.http4k:http4k-client-apache)
v4.48.0.0
Compare Source
v4.47.2.0
Compare Source
v4.47.1.0
Compare Source
v4.46.0.0
Compare Source
Zipkin traces. Possible break
if you were relying on Zipkin state in a downstream handler. This change will allow better in-memory testing as traces
will be reported correctly inside the context of the filter.
take EventNode which is a tree node.
v4.45.0.0
Compare Source
@mikaelstaldal
remove the
authorizationCode
parameter from your implementations and use the code from thetokenRequest
v4.44.1.0
Compare Source
v4.44.0.0
Compare Source
fix, simply change from
GzipCompressionMode.Memory/Streaming
toGzipCompressionMode.Memory()/Streaming()
v4.43.1.0
Compare Source
v4.43.0.0
Compare Source
AuthorizationCodeMissing
error.Fixes #895
v4.42.1.0
Compare Source
v4.42.0.0
Compare Source
in new dependency release might lead to some surprising changes in behaviour of matchers for comparing JSON nodes
v4.41.4.0
Compare Source
redocUiWebjar
function.redocUiLite
function.swaggerUiWebjar
now works properly with a non-root path. Plusperformance improvements.
v4.41.3.0
Compare Source
v4.41.2.0
Compare Source
v4.41.1.1
Compare Source
v4.41.1.0
Compare Source
new
swaggerUiWebjar
function. H/T @oharaandrew314swaggerUI
in favor of newswaggerUiLite
function, which uses a new config format.H/T @oharaandrew314
v4.41.0.0
Compare Source
shouldn't cause any problems that we know about, but we are bumping the breaking version number just in case.
v4.40.2.0
Compare Source
v4.40.1.0
Compare Source
RenderingMode
to switch off thisdefault behaviour.
v4.40.0.0
Compare Source
dependencies which previously used v1.3X.X. It is safe to pin your SnakeYaml version to 1.3X.X if there is a clash
with other libraries in your stack.
v4.39.0.0
Compare Source
do not support OA 3.1.0 yet so we have limited the OA version number to 3.0.0.
v4.38.0.1
Compare Source
v4.38.0.0
Compare Source
v4.37.0.0
Compare Source
OpenIdConnectSecurity
. H/T @oharaandrew314swaggerUi
now supports Oauth2 redirects. H/T @oharaandrew314v4.36.0.0
Compare Source
v4.35.4.0
Compare Source
composite securities.
v4.35.3.0
Compare Source
v4.35.2.0
Compare Source
v4.35.1.0
Compare Source
v4.35.0.0
Compare Source
H/T @FredNordin
and support for rendering to various formats. Initial support for PUML and Mermaid.
v4.34.4.0
Compare Source
v4.34.3.1
Compare Source
v4.34.3.0
Compare Source
v4.34.2.0
Compare Source
v4.34.1.0
Compare Source
v4.34.0.4
Compare Source
v4.34.0.3
Compare Source
Json
extension method onMultipartFormField.Companion
due to problem in JUnit.Re-re-fix.
v4.34.0.2
Compare Source
Json
extension method onMultipartFormField.Companion
due to problem in JUnit. Refix.v4.34.0.1
Compare Source
Json
extension method onMultipartFormField.Companion
due to problem in JUnit.v4.34.0.0
Compare Source
auto()
methods to arbitrary lenses (so Query, Header, FormField etc..)reverseProxy()
now takes the authority into account instead of just the hostnamefrom the request. This should only impact you if you are doing reverse proxy operational on client side and using
localhost without a port as a proxy. To fix - simply add the port to your proxying setup and all should be good.
v4.33.3.0
Compare Source
v4.33.2.1
Compare Source
v4.33.2.0
Compare Source
v4.33.1.0
Compare Source
@oharaandrew314
v4.33.0.0
Compare Source
DiskLocation
and the ability to keep uploaded files permanently stored on disk.H/T @jippeholwerda
v4.32.4.0
Compare Source
UserCredentialsOAuthSecurity
. This allows the OpenApi spec to define a Resource OwnerPassword Credentials grant. It also includes a shortcut to load the principal into a
RequestContextLens
. H/T@oharaandrew314
StringBiDiMappings.csv
to map between string and list, with a configurable delimiter andelement mapping. H/T @oharaandrew314
DiskLocation
and the ability to keep uploaded files permanently stored on disk.H/T @jippeholwerda
v4.32.3.0
Compare Source
v4.32.2.0
Compare Source
StringBidDiMapping.basicCredentials
to easily convert betweenCredentials
and basic auth.H/T oharaandrew314
Header.AUTHORIZATION_BASIC
lens to easily get and set basicCredentials
for a message. H/Toharaandrew314
BasicAuthSecurity
now supports aRequestContextLens
to store the principal. H/Toharaandrew314
v4.32.1.0
Compare Source
v4.32.0.0
Compare Source
v4.31.0.0
Compare Source
ZipkinTraceStorage
, defaulting to ThreadLocal implementation. This allowscentralised storage of trace information in non-standard threading environments (eg. coroutines).
v4.30.10.0
Compare Source
v4.30.9.0
Compare Source
v4.30.8.0
Compare Source
Jackson.cloudEventsFormat()
so we can use custom formats in cloud events lensesv4.30.7.0
Compare Source
v4.30.6.0
Compare Source
v4.30.5.0
Compare Source
oharaandrew314
v4.30.4.0
Compare Source
v4.30.3.0
Compare Source
v4.30.2.1
Compare Source
to SnakeYaml).
v4.30.2.0
Compare Source
FakeOAuthServer
more configurable, and removed the need for passing in an auth-codegenerator.
v4.30.0.0
Compare Source
shouldn't have been used by anyone. To fix uses of
accessTokenResponseBody
, replacewith
Body.auto<AccessTokenResponse>().toLens()
, importing from OAuthServerMoshi.v4.29.1.0
Compare Source
v4.29.0.0
Compare Source
v4.28.2.0
Compare Source
v4.28.1.0
Compare Source
v4.28.0.0
Compare Source
my
http4k-format-jackson
anyway. This builds ok but we have bumped the version number just to be sure. H/T@oharaandrew314 for the inspiration.
ContentNegotiator
and auto versions to be plugged intohttp4k-format-*
modules. H/T@oharaandrew314
v4.27.4.0
Compare Source
AutoMarshallingJson. This should open the door to us eventually allowing Moshi to be used in http4k-contracts (and
OpenAPI). Massive H/T to @oharaandrew314 for the work that went into this.
v4.27.3.0
Compare Source
clients.
v4.27.2.0
Compare Source
error.
v4.27.1.0
Compare Source
v4.27.0.0
Compare Source
v4.26.0.0
Compare Source
causes a problem, simply re-add
api(Kotlin.stdlib.jdk8)
to your project dependency list.v4.25.16.2
Compare Source
=
. H/T @overfullstack=
. H/T @oharaandrew314v4.25.16.1
Compare Source
v4.25.16.0
Compare Source
v4.25.15.0
Compare Source
v4.25.14.0
Compare Source
left.
v4.25.13.0
Compare Source
v4.25.12.0
Compare Source
v4.25.11.0
Compare Source
v4.25.10.1
Compare Source
v4.25.10.0
Compare Source
v4.25.9.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 is behind base branch, 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.