chore(deps): update gradle app dependencies (alpha)
This PR contains the following updates:
Release Notes
zonkyio/embedded-postgres (io.zonky.test:embedded-postgres)
v2.2.0
Changes:
- Added support for advanced PostgreSQL configuration via data directory customizer (#144)
- Upgraded dependencies: (#167 #168)
- Embedded Postgres Binaries to 14.20.0
- PostgreSQL JDBC Driver to 42.7.8
- Liquibase to 4.33.0
- Apache Commons Compress to 1.28.0
- Apache Commons IO to 2.21.0
- Apache Commons Codec to 1.20.0
- Apache Commons Lang to 3.19.0
v2.1.1
Changes:
- Fixed security vulnerabilities CVE-2025-49146 and CVE-2025-48924 (#153 #156 #157)
- Improved temporary
detect_linux_distribution_xxx.shfiles cleanup (#155) - Added access to the underlying PostgreSQL process (#148)
- Upgraded dependencies:
v2.1.0
Changes:
- Fixed dependency conflicts with
commons-ioandcommons-compresslibraries (#133) - Removed unnecessary try-catch handling when extracting PostgreSQL binaries (#136)
- Upgraded dependencies: (#135 #142 #140 #130 #128)
- Flyway to 9.22.3
- Liquibase to 4.30.0
- PostgreSQL JDBC Driver to 42.7.4
- Embedded Postgres Binaries to 14.15.0
- Apache Commons Compress to 1.26.2
- Apache Commons IO to 2.16.1
- Apache Commons Codec to 1.17.1
- Apache Commons Lang to 3.15.0
- Tukaani XZ to 1.10
v2.0.7
Changes:
mockk/mockk (io.mockk:mockk)
v1.14.6
What's Changed
- Fix and add clearMocks test cases by @jmatsu in #1419
- make captured value reference volatile by @mmimica in #1418
- add fail-fast guard for Kotlin inline function mocking (#1030) by @ch200203 in #1421
- add test reports to GitHub actions by @aSemy in #994
- fix duration denormalized error by @tigermint in #1424
- refactor: enhance confirmVerified function to include clear option by @felix-dolderer-el in #1427
New Contributors
- @jmatsu made their first contribution in #1419
- @mmimica made their first contribution in #1418
- @ch200203 made their first contribution in #1421
- @tigermint made their first contribution in #1424
- @felix-dolderer-el made their first contribution in #1427
Full Changelog: https://github.com/mockk/mockk/compare/1.14.5...1.14.6
v1.14.5
What's Changed
- [Feature] Implement BDD-style aliases as separate module (mockk-bdd) by @Minseok-2001 in #1399
- fix: downgrade byte-buddy to 1.5.11 by @Komdosh in #1413
New Contributors
- @Minseok-2001 made their first contribution in #1399
Full Changelog: https://github.com/mockk/mockk/compare/1.14.4...1.14.5
v1.14.4
This release is functionally equivalent to v1.14.3, I just wanted to try out the new publishing process that uses Maven Central instead of OSSRH.
Full Changelog: https://github.com/mockk/mockk/compare/1.14.3...1.14.4
v1.14.3
What's Changed
- chore: bump byte buddy version to support java 24 by @Komdosh in #1387
- chore: bump gradle version to 8.14 by @Komdosh in #1389
- chore: bump dokka, kotlinx.coroutines, slf4j, logback, junit jupiter by @Komdosh in #1388
- Add recursive detection of meta-annotations by @VitalyVPinchuk in #1393
- chore: bump kotlin to 2.1.20 by @Komdosh in #1390
- fix: enable confirmVerified to work with static mocks by @happysubin in #1396
- Add logging on failure inside withArg by @Djaler in #1395
- Update Android aritfacts to support 16kb page sizes by @WhosNickDoglio in #1394
- Use instance factory for value classes with any() matcher by @esafak in #1403
New Contributors
- @Komdosh made their first contribution in #1387
- @happysubin made their first contribution in #1396
- @Djaler made their first contribution in #1395
- @WhosNickDoglio made their first contribution in #1394
- @esafak made their first contribution in #1403
Full Changelog: https://github.com/mockk/mockk/compare/1.14.2...1.14.3
v1.14.2
What's Changed
- Change mockk configuration paths to test sourceSet by @TWiStErRob in #1378
- Use redefine if mockkStatic is used (fix candidate for #1375) by @sgerke-1L in #1376
Full Changelog: https://github.com/mockk/mockk/compare/1.14.0...1.14.2
v1.14.0
What's Changed
- Update the kdoc of verifyAll to describe its behavior correctly by @harel-biton in #1363
- Fix returning result values by @burnoo in #1352
- fix: ensure confirmVerified is isolated per test by @rsvinicius in #1367
- Do not generate visibility bridge for package-private default methods (fixes #1118) by @sgerke-1L in #1366
- fix: handle fallback to default constructor parameters in constructed… by @VitalyVPinchuk in #1370
New Contributors
- @harel-biton made their first contribution in #1363
- @burnoo made their first contribution in #1352
- @rsvinicius made their first contribution in #1367
- @sgerke-1L made their first contribution in #1366
- @VitalyVPinchuk made their first contribution in #1370
Full Changelog: https://github.com/mockk/mockk/compare/1.13.17...1.14.0
v1.13.17
What's Changed
- Fix(Issue #1333): Bug fix for the issue with MockK 1.13.16 Wraps Results Objects Twice by @kpadhiamex in #1334
- Fix (issue# 1329) parallel testing for unmockkAll by @kpadhiamex in #1335
- [#1304] feat: Restrict mocking of certain classes and add configuration option by @devtaebong in #1340
- Update README.md - Clarify that private fields cannot be mocked by @p4ulor in #1347
- Added new property "failOnSetBackingFieldException" to fail test if a backing field could not be set by @cgm-aw in #1349
- Fix compilation error in constructedWith docs by @TWiStErRob in #1354
New Contributors
- @devtaebong made their first contribution in #1340
- @p4ulor made their first contribution in #1347
- @cgm-aw made their first contribution in #1349
- @TWiStErRob made their first contribution in #1354
Full Changelog: https://github.com/mockk/mockk/compare/1.13.16...1.13.17
v1.13.16
What's Changed
- Fix( Issue #1073): Bug fix for the issue with mocking value classes with coEvery by @kpadhiamex in #1332
Full Changelog: https://github.com/mockk/mockk/compare/1.13.14...1.13.16
v1.13.14
What's Changed
- fix(1308): Handle nullable complex and nested value classes by @VasilisDrettas-tomtom in #1314
- Fix(Issue no. 1330) for Relaxed Mocking Value When Property is Nested Value Class by @kpadhiamex in #1331
New Contributors
- @kpadhiamex made their first contribution in #1331
Full Changelog: https://github.com/mockk/mockk/compare/1.13.13...1.13.14
v1.13.13
What's Changed
- Kotlin 2.0.0 by @SimonMarquis in #1255
- Don't unbox primitive value class returned by suspend function by @SackCastellon in #1253
- Fix RequireParallelTesting Annotation by @thamp59 in #1265
- Enable clearAllMocks to clear only thread-local mocks. by @xzhang-brex in #1276
- build(issue 1280): bump toolchain-jvm version to 17 by @Kulesko in #1281
- fix(1284): do not transform static constructor by @LitterSun in #1285
- Remove unused loggers by @Sandhya2902 in #1011
- chore: converting functions to expression bodies and minor function refactoring by @casplattel in #1260
- Add anyNullable by @NWuensche in #1287
- fix(813): Handle nullable value classes by @VasilisDrettas-tomtom in #1295
- Improve error message on unexpected calls count by @MGaetan89 in #1298
- Run
unmockkAllafter each JUnit 5 test by @erikhuizinga in #1297
New Contributors
- @SackCastellon made their first contribution in #1253
- @thamp59 made their first contribution in #1265
- @xzhang-brex made their first contribution in #1276
- @Kulesko made their first contribution in #1281
- @LitterSun made their first contribution in #1285
- @VasilisDrettas-tomtom made their first contribution in #1295
- @MGaetan89 made their first contribution in #1298
Full Changelog: https://github.com/mockk/mockk/compare/1.13.11...1.13.13
v1.13.12
What's Changed
- Kotlin 2.0.0 by @SimonMarquis in #1255
- Don't unbox primitive value class returned by suspend function by @SackCastellon in #1253
- Fix RequireParallelTesting Annotation by @thamp59 in #1265
- Enable clearAllMocks to clear only thread-local mocks. by @xzhang-brex in #1276
New Contributors
- @SackCastellon made their first contribution in #1253
- @thamp59 made their first contribution in #1265
- @xzhang-brex made their first contribution in #1276
Full Changelog: https://github.com/mockk/mockk/compare/1.13.11...1.13.12
v1.13.11
What's Changed
- Fix wasNotshould throw exception when called on non mocked object by @Gosunet in #1174
- Fix cannot mock value class for class property in 1.13.10 by @ZhaohuaZeng-at in #1230
- Introduce
verifyCountDSL by @T45K in #1234 - Fix parallel testing flag by @Evenprime in #1238
- Implement
clearStaticMockkfor KFunction and KProperty by @krocard in #1239 - [CONTRIBUTING.md] Suggest running
gradle checkbefore opening a PR by @krocard in #1240
New Contributors
- @Gosunet made their first contribution in #1174
- @ZhaohuaZeng-at made their first contribution in #1230
- @T45K made their first contribution in #1234
- @Evenprime made their first contribution in #1238
- @krocard made their first contribution in #1239
Full Changelog: https://github.com/mockk/mockk/compare/1.13.10...1.13.11
ktorio/ktor (io.ktor:ktor-bom)
v2.3.13
Published 20 November 2024
Bugfixes
- CIO: Requests face connection timeouts when executed on the Android main dispatcher (KTOR-6803)
- io.ktor.util.TextKt.chomp doesn't work on strings with more than one character (KTOR-7209)
- "java.lang.IllegalArgumentException: Failed requirement." in SelectorManagerSupport (KTOR-2914)
- Backport fix for CVE-2024-49580 to Ktor 2 (KTOR-7727)
Improvements
- Replace custom withTimeout implementation using WeakTimeoutQueue with coroutines.withTimeout (KTOR-3658)
- Add watchosDeviceArm64 target (KTOR-6368)
v2.3.12
Published 20 June 2024
Bugfixes
- NoSuchMethodError when using coroutines 1.9.0-RC (KTOR-7054)
- Server: Content-Type header for static js, css and svg resources misses charset (KTOR-6655)
- Embedded Linux device without iso-8859-1 and UTF-16 cannot use ktor-network (KTOR-7016)
Improvements
- Update netty to 4.1.111.Final (KTOR-7094)
- Update netty due to CVE-2024-29025 (KTOR-7014)
- Update dependency on swagger (KTOR-7019)
v2.3.11
Published 8 May 2024
Bugfixes
- Test client ignores socket timeout (KTOR-6909)
v2.3.10
Published 8 April 2024
Bugfixes
- CallLogging, StatusPages: response logged twice when status handler is used (KTOR-6839)
- NodeJS WebSocket client sometimes drops a frame received immediately after handshake (KTOR-6883)
- IPv6 addresses are not supported in NettyConnectionPoint and CIOConnectionPoint (KTOR-5383)
- JS browser: "Maximum call stack size exceeded" on HTTP request when targeting es2015 (KTOR-6878)
- CIO: File upload fails with
NumberFormatExceptionwhen uploading file larger than INT_MAX bytes (~2.1 GiB) since 2.3.0 (KTOR-6851) - CallLogging: the plugin completely overrides MDC if at least one entry is configured (KTOR-6642)
- SSE plugin: Duplicated "Content-Type: text/event-stream" headers (KTOR-6735)
- CIO: "getSubjectAlternativeNames(...) must not be null" when IP-addresses are verified and no SAN in the certificate (KTOR-6746)
Improvements
Aallam/openai-kotlin (com.aallam.openai:openai-client)
v3.8.2
Added
- chat: add stream options (#363)
-
chat: add
instanceIdfield toChatCompletionRequest(#359) (thanks @harishv-collab) - messages: add assistant tools to attachments (#370)
-
assistants: add
attachments.fileIdfield toMessageRequest(#367) (thanks @0chil) - runs: feat(runs): add new fields into assistant run (#366) (thanks @ahmedmirza994)
Fixed
-
messages: update
quoteto optional field for openai compatibility assistant on FileCitation (#361) (thanks @AntoDev) - messages: serialization exception while retrieving thread messages (#369) (thanks @meroving)
v3.8.1
Published 28 Jun 2024
Fixed
- runs: set beta header to v2 (#357) (thanks @kdman98)
-
chat: default
ChatChunk.finishReasonto null (#358) (thanks @Him188)
3.8.0
Published 27 Jun 2024
Added
- assistant: added feature for assistant beta-v2, and option for version selection (thanks @kdman98)
- vector-stores: add vector stores APIs (#324)
- batch: add batch APIs (#334)
Fixed
- models: make created and ownedBy nullable (#332) (thanks @thiswillbeyourgithub)
- chat: enhance flow cancel capability (#333)
- assistants: Assistant.name is nullable (#337) (thanks @Gama11)
- chat: add Azure OpenAI Content Filter Support (#340) (thanks @asharab)
- config: request options headers override previous values (#353)
- runs: get runs order param serialization (#355)
3.7.2
Published 28 Apr 2024
Added
-
embeddings: add embedding
dimensionsrequest field (#317) (thanks @EliasJorgensen) -
chat: add
logprobandtopLogprobs(#328) (thanks @jkohls-indeed)
Fix
-
chat:
image_urlcontent type (#321) -
images: remove
Qualitytypealias (#318) (thanks @florentine-doemges)
3.7.1
Published 01 Apr 2024
Added
-
Audio: add
timestampGranularities(thanks @mxwell)
Fixed
3.7.0
Published 11 Feb 2024
Added
- add
RequestOptions(#296)
Fixed
-
chat: add
systemFingerprinttoChatCompletionChunk(#303) -
chat: move
descriptiontoFunctionTool(#304) -
chat: make
FunctionTool#Parametersnullable (#304) -
finetuning: nullable
ErrorInfo#messageandErrorInfo#code(#304) -
image: correct
Qualitypackage name (#302) (thanks @voqaldev) - assistants: files endpoint (#298) (thanks @rjeeb)
-
runs:
RunRequestbuilder
3.6.3
Published 13 Jan 2024
Added
-
Images: add
qualityandstylefields (#292) -
Runs: add
additionalInstructionsproperty toRunRequest(#293) (thanks @ahmedmirza994)
Fixed
-
Messages:
MessageFileoptional fields (#290) -
proguard: Add
EnclosingMethodproguard rule (thanks @rafsanjani)
3.6.2
Published 15 Dec 2023
Fixed
-
Completion:
Choice.finishReasonas nullable (#285) -
Chat:
ChatCompletion.createdfield change type fromInttoLong(#282) (thanks @VarenytsiaMykhailo) -
Runs: incorrect property name
Run.cancelledAt(#279) (thanks @Gama11) -
Proguard: add
EnclosingMethodrule (#283) (thanks @rafsanjani)
3.6.1
Published 26 Nov 2023
Fixed
-
Runs:
ToolCalls,ToolCallStepandRunStepsserialization ([#266](https://redirect.github.com/Aallam/openai-kotli
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.