Closed dependabot[bot] closed 1 month ago
Bumps the gradle group with 5 updates in the /app directory:
2.3.12
3.0.0
1.13.12
1.13.13
2.0.20
2.0.21
Updates io.ktor:ktor-server-cors from 2.3.12 to 3.0.0
io.ktor:ktor-server-cors
Sourced from io.ktor:ktor-server-cors's releases.
3.0.0 Published 9 October 2024 Bugfixes Darwin: The maxFrameSize option has no effect (KTOR-6963) KotlinReflectionInternalError (createClientPlugin) when running release APK on Android (KTOR-7479) Netty: UnsupportedOperationException is thrown when responding in CallSetup and CORS plugin is installed (KTOR-4433) MicrometerMetrics: Prometheus meter registry 1.13.0 generates configuration warning (KTOR-7035) Websockets/Auth: ProtocolException when requesting protected WebSockets endpoint (KTOR-7363) Data truncated in receiveParameters and receiveMultipart (KTOR-7201) The pathSegments returns empty strings for trailing slashes (KTOR-4402) HttpRequestRetry: exponential delay doesn't work for delays <= 1 second (KTOR-7294) JS browser: "Error: HttpClientCall expected" on HTTP request when targeting es2015 (KTOR-6882) Incomplete write using io.ktor.util.cio.FileChannelsKt#writeChannel (KTOR-1618) response.content.copyAndClose(targetFile.writeChannel()) sometimes loses some bytes (KTOR-3003) ByteWriteChannel.flush is not Waiting Until Flushing the Internal Buffer to the Destination (KTOR-3102) CORS check fails when the Origin header has a value without trailing slash (KTOR-5936) Closing socket and selector leaks descriptor on native (KTOR-7255) ConnectionUtilsNative leaks descriptors on error (KTOR-6977) withTimeout doesn't cancel socket connection on native (KTOR-5289) MockEngine: the ability to set dispatcher is removed (KTOR-6417) Improvements Misleading readBytes method name (KTOR-6596) Remove reflection utils used only on JVM target from common source set (KTOR-7540) Weak security algorithm (MD5) in FileCacheStorage (KTOR-6589) Missing constants for AcceptEncoding (KTOR-6412) Add respondFile overload with Path parameters (KTOR-7202) MalformedInputException confusingly is a Throwable but not an Exception (KTOR-7316) CSRF: The allowOrigin method enables the Origin Header validation (KTOR-6695) Auth: Drop marker interface requirements (KTOR-7323) Routing: Support accessing the request body in RouteSelector (KTOR-7084) Make Cookie class Serializable (KTOR-6258) Make the internal Route.swaggerUI method public (KTOR-6491) Ktor clients and servers should use Dispatchers.IO.limitedParallelism(...) wherever possible (KTOR-6462) Features Support androidNative targets (KTOR-7289) Provide the API that simplifies disabling CORS for testing purposes (KTOR-3329) Add support for mingw to ktor-network in order to make server and client work on windows (KTOR-4080) 3.0.0-rc-2 Published 2 October 2024 Bugfixes Sessions: custom SessionSerializer is no longer supported (KTOR-7442) Multipart/form-data: Request timeout when receiving FileItem with 3.0.0-rc-1 (KTOR-7484) MultiPartData.readPart does not return null when stream ends (KTOR-7500) Multipart/form-data: Form limit applied for binary and file items (KTOR-7356)
Published 9 October 2024
maxFrameSize
pathSegments
response.content.copyAndClose(targetFile.writeChannel())
readBytes
respondFile
Path
Published 2 October 2024
... (truncated)
Sourced from io.ktor:ktor-server-cors's changelog.
6d55f8b
c2715b5
eb4f0a5
02d1043
89a3bbc
1c98f87
4d5ca8c
2b67b7b
9f663af
f64f733
Updates io.ktor:ktor-server-call-logging from 2.3.12 to 3.0.0
io.ktor:ktor-server-call-logging
Sourced from io.ktor:ktor-server-call-logging's releases.
Sourced from io.ktor:ktor-server-call-logging's changelog.
Updates io.ktor:ktor-server-test-host-jvm from 2.3.12 to 3.0.0
io.ktor:ktor-server-test-host-jvm
Sourced from io.ktor:ktor-server-test-host-jvm's releases.
Sourced from io.ktor:ktor-server-test-host-jvm's changelog.
Updates io.mockk:mockk from 1.13.12 to 1.13.13
io.mockk:mockk
Sourced from io.mockk:mockk's releases.
1.13.13 What's Changed Kotlin 2.0.0 by @SimonMarquis in mockk/mockk#1255 Don't unbox primitive value class returned by suspend function by @SackCastellon in mockk/mockk#1253 Fix RequireParallelTesting Annotation by @thamp59 in mockk/mockk#1265 Enable clearAllMocks to clear only thread-local mocks. by @xzhang-brex in mockk/mockk#1276 build(issue 1280): bump toolchain-jvm version to 17 by @Kulesko in mockk/mockk#1281 fix(1284): do not transform static constructor by @LitterSun in mockk/mockk#1285 Remove unused loggers by @Sandhya2902 in mockk/mockk#1011 chore: converting functions to expression bodies and minor function refactoring by @casplattel in mockk/mockk#1260 Add anyNullable by @NWuensche in mockk/mockk#1287 fix(813): Handle nullable value classes by @VasilisDrettas-tomtom in mockk/mockk#1295 Improve error message on unexpected calls count by @MGaetan89 in mockk/mockk#1298 Run unmockkAll after each JUnit 5 test by @erikhuizinga in mockk/mockk#1297 New Contributors @SackCastellon made their first contribution in mockk/mockk#1253 @thamp59 made their first contribution in mockk/mockk#1265 @xzhang-brex made their first contribution in mockk/mockk#1276 @Kulesko made their first contribution in mockk/mockk#1281 @LitterSun made their first contribution in mockk/mockk#1285 @VasilisDrettas-tomtom made their first contribution in mockk/mockk#1295 @MGaetan89 made their first contribution in mockk/mockk#1298 Full Changelog: https://github.com/mockk/mockk/compare/1.13.11...1.13.13
@SimonMarquis
@SackCastellon
@thamp59
@xzhang-brex
@Kulesko
@LitterSun
@Sandhya2902
@casplattel
@NWuensche
@VasilisDrettas-tomtom
@MGaetan89
unmockkAll
@erikhuizinga
Full Changelog: https://github.com/mockk/mockk/compare/1.13.11...1.13.13
a81fe33
edf9f95
ba215b8
c841e51
6688d6a
7314083
92d1d0d
e1c2de7
9f1c5b2
b1d3dc0
3.0.0 Published 9 October 2024 Bugfixes Darwin: The maxFrameSize option has no effect (KTOR-6963) KotlinReflectionInternalError (createClientPlugin) when running release APK on Android (KTOR-7479) Netty: UnsupportedOperationException is thrown when responding in CallSetup and CORS plugin is installed (KTOR-4433) MicrometerMetrics: Prometheus meter registry 1.13.0 generates configuration warning (KTOR-7035) Websockets/Auth: ProtocolException when requesting protected WebSockets endpoint (KTOR-7363) Data truncated in receiveParameters and receiveMultipart (KTOR-7201) The pathSegments returns empty strings for trailing slashes (KTOR-4402) HttpRequestRetry: exponential delay doesn't work for delays <= 1 second (KTOR-7294) JS browser: &q... _Description has been truncated_
The group that created this PR has been removed from your configuration.
Bumps the gradle group with 5 updates in the /app directory:
2.3.12
3.0.0
2.3.12
3.0.0
2.3.12
3.0.0
1.13.12
1.13.13
2.0.20
2.0.21
Updates
io.ktor:ktor-server-cors
from 2.3.12 to 3.0.0Release notes
Sourced from io.ktor:ktor-server-cors's releases.
... (truncated)
Changelog
Sourced from io.ktor:ktor-server-cors's changelog.
... (truncated)
Commits
6d55f8b
Add changelog for Ktor 3.0.0 (#4390)c2715b5
Update dependency io.mockk:mockk to v1.13.13 (#4385)eb4f0a5
Release 3.0.0 (#4383)02d1043
Update tomcat to v9.0.96 (#4378)89a3bbc
KTOR-6963 Fix darwin maxFrameSize option (#4374)1c98f87
Update dependency gg.jte:jte to v3.1.13 (#4382)4d5ca8c
KTOR-7548 Introduce Flow API for multi-part2b67b7b
Fix build error (#4380)9f663af
KTOR-7543 Fix a couple backwards compatibility issues in 3.0 (#4377)f64f733
Change version to 3.0.0-SNAPSHOT (#4376)Updates
io.ktor:ktor-server-call-logging
from 2.3.12 to 3.0.0Release notes
Sourced from io.ktor:ktor-server-call-logging's releases.
... (truncated)
Changelog
Sourced from io.ktor:ktor-server-call-logging's changelog.
... (truncated)
Commits
6d55f8b
Add changelog for Ktor 3.0.0 (#4390)c2715b5
Update dependency io.mockk:mockk to v1.13.13 (#4385)eb4f0a5
Release 3.0.0 (#4383)02d1043
Update tomcat to v9.0.96 (#4378)89a3bbc
KTOR-6963 Fix darwin maxFrameSize option (#4374)1c98f87
Update dependency gg.jte:jte to v3.1.13 (#4382)4d5ca8c
KTOR-7548 Introduce Flow API for multi-part2b67b7b
Fix build error (#4380)9f663af
KTOR-7543 Fix a couple backwards compatibility issues in 3.0 (#4377)f64f733
Change version to 3.0.0-SNAPSHOT (#4376)Updates
io.ktor:ktor-server-test-host-jvm
from 2.3.12 to 3.0.0Release notes
Sourced from io.ktor:ktor-server-test-host-jvm's releases.
... (truncated)
Changelog
Sourced from io.ktor:ktor-server-test-host-jvm's changelog.
... (truncated)
Commits
6d55f8b
Add changelog for Ktor 3.0.0 (#4390)c2715b5
Update dependency io.mockk:mockk to v1.13.13 (#4385)eb4f0a5
Release 3.0.0 (#4383)02d1043
Update tomcat to v9.0.96 (#4378)89a3bbc
KTOR-6963 Fix darwin maxFrameSize option (#4374)1c98f87
Update dependency gg.jte:jte to v3.1.13 (#4382)4d5ca8c
KTOR-7548 Introduce Flow API for multi-part2b67b7b
Fix build error (#4380)9f663af
KTOR-7543 Fix a couple backwards compatibility issues in 3.0 (#4377)f64f733
Change version to 3.0.0-SNAPSHOT (#4376)Updates
io.ktor:ktor-server-call-logging
from 2.3.12 to 3.0.0Release notes
Sourced from io.ktor:ktor-server-call-logging's releases.
... (truncated)
Changelog
Sourced from io.ktor:ktor-server-call-logging's changelog.
... (truncated)
Commits
6d55f8b
Add changelog for Ktor 3.0.0 (#4390)c2715b5
Update dependency io.mockk:mockk to v1.13.13 (#4385)eb4f0a5
Release 3.0.0 (#4383)02d1043
Update tomcat to v9.0.96 (#4378)89a3bbc
KTOR-6963 Fix darwin maxFrameSize option (#4374)1c98f87
Update dependency gg.jte:jte to v3.1.13 (#4382)4d5ca8c
KTOR-7548 Introduce Flow API for multi-part2b67b7b
Fix build error (#4380)9f663af
KTOR-7543 Fix a couple backwards compatibility issues in 3.0 (#4377)f64f733
Change version to 3.0.0-SNAPSHOT (#4376)Updates
io.mockk:mockk
from 1.13.12 to 1.13.13Release notes
Sourced from io.mockk:mockk's releases.
Commits
a81fe33
Version bumpedf9f95
Merge pull request #1297 from erikhuizinga/erikhuizinga-bench-junit-apiba215b8
Merge pull request #1298 from MGaetan89/update_calls_bounds_msgc841e51
Improve error message on unexpected calls count6688d6a
Respect JUnit 5 test instance lifecycle7314083
Add Gradle wrapper validation92d1d0d
Dump APIe1c2de7
Reformat9f1c5b2
Unmock after each testb1d3dc0
Benchmark clearAllMocks and unmockkAllUpdates
io.ktor:ktor-server-test-host-jvm
from 2.3.12 to 3.0.0Release notes
Sourced from io.ktor:ktor-server-test-host-jvm's releases.