Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 20, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.zonky.test:embedded-postgres 2.0.6 -> 2.1.1 age adoption passing confidence
io.mockk:mockk (source) 1.13.10 -> 1.14.5 age adoption passing confidence
io.ktor:ktor-bom 2.3.9 -> 2.3.13 age adoption passing confidence
com.aallam.openai:openai-client 3.7.0 -> 3.8.2 age adoption passing confidence
com.apollographql.apollo3:apollo-runtime 3.8.2 -> 3.8.6 age adoption passing confidence
build.buf:protovalidate 0.2.0 -> 0.13.0 age adoption passing confidence
com.google.cloud:libraries-bom (source) 26.34.0 -> 26.67.0 age adoption passing confidence
org.bouncycastle:bcpkix-jdk18on (source) 1.77 -> 1.81 age adoption passing confidence
com.nimbusds:nimbus-jose-jwt 9.37.3 -> 9.48 age adoption passing confidence
com.microsoft.sqlserver:mssql-jdbc 12.6.1.jre11 -> 12.10.1.jre11 age adoption passing confidence
com.databricks:databricks-sdk-java 0.20.0 -> 0.61.0 age adoption passing confidence
org.yaml:snakeyaml 2.2 -> 2.5 age adoption passing confidence
com.apollographql.apollo3 3.8.2 -> 3.8.6 age adoption passing confidence
com.github.drapostolos:type-parser 0.8.1 -> 0.9.0 age adoption passing confidence
com.google.protobuf:protobuf-java-util (source) 3.25.3 -> 3.25.8 age adoption passing confidence
org.flywaydb:flyway-core (source) 10.10.0 -> 10.22.0 age adoption passing confidence
org.flywaydb:flyway-database-postgresql (source) 10.10.0 -> 10.22.0 age adoption passing confidence
org.flywaydb.flyway 10.10.0 -> 10.22.0 age adoption passing confidence
org.springframework.cloud:spring-cloud-starter-kubernetes-fabric8-config (source) 3.1.0 -> 3.3.0 age adoption passing confidence
io.kotest:kotest-runner-junit5 5.8.1 -> 5.9.1 age adoption passing confidence
io.kotest:kotest-assertions-core-jvm 5.8.1 -> 5.9.1 age adoption passing confidence
org.springframework.boot:spring-boot-dependencies (source) 3.2.3 -> 3.5.5 age adoption passing confidence
org.springframework.boot 3.2.3 -> 3.5.5 age adoption passing confidence
org.jetbrains.kotlin:kotlin-gradle-plugin (source) 1.9.23 -> 1.9.25 age adoption passing confidence
org.jetbrains.kotlin.plugin.spring 1.9.23 -> 1.9.25 age adoption passing confidence
org.jetbrains.kotlin.jvm 1.9.23 -> 1.9.25 age adoption passing confidence

Release Notes

zonkyio/embedded-postgres (io.zonky.test:embedded-postgres)

v2.1.1

Changes:

v2.1.0

Changes:
  • Fixed dependency conflicts with commons-io and commons-compress libraries (#​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:
  • Upgrade to PostgreSQL JDBC Driver 42.7.3 (#​129)
  • Upgrade to Apache Commons Compress 1.26.0 (#​127)
mockk/mockk (io.mockk:mockk)

v1.14.5

Compare Source

What's Changed

New Contributors

Full Changelog: mockk/mockk@1.14.4...1.14.5

v1.14.4

Compare Source

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: mockk/mockk@1.14.3...1.14.4

v1.14.3

Compare Source

What's Changed

New Contributors

Full Changelog: mockk/mockk@1.14.2...1.14.3

v1.14.2

Compare Source

What's Changed

Full Changelog: mockk/mockk@1.14.0...1.14.2

v1.14.0

Compare Source

What's Changed

New Contributors

Full Changelog: mockk/mockk@1.13.17...1.14.0

v1.13.17

Compare Source

What's Changed

New Contributors

Full Changelog: mockk/mockk@1.13.16...1.13.17

v1.13.16

Compare Source

What's Changed

Full Changelog: mockk/mockk@1.13.14...1.13.16

v1.13.14

Compare Source

What's Changed

New Contributors

Full Changelog: mockk/mockk@1.13.13...1.13.14

v1.13.13

Compare Source

What's Changed

New Contributors

Full Changelog: mockk/mockk@1.13.11...1.13.13

v1.13.12

Compare Source

What's Changed

New Contributors

Full Changelog: mockk/mockk@1.13.11...1.13.12

v1.13.11

Compare Source

What's Changed

New Contributors

Full Changelog: mockk/mockk@1.13.10...1.13.11

ktorio/ktor (io.ktor:ktor-bom)

v2.3.13

Compare Source

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

Compare Source

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

v2.3.11

Compare Source

Published 8 May 2024

Bugfixes
  • Test client ignores socket timeout (KTOR-6909)

v2.3.10

Compare Source

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 NumberFormatException when 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
  • Inconsistent behavior of Netty and rest engines by returning null or empty string for query parameters without values (KTOR-6850)
  • Android: no logs are present in Logcat with Logger.ANDROID (KTOR-1219)
Aallam/openai-kotlin (com.aallam.openai:openai-client)

v3.8.2

Compare Source

Added
Fixed
  • messages: update quote to optional field for openai compatibility assistant on FileCitation (#​361) (thanks @​AntoDev)
  • messages: serialization exception while retrieving thread messages (#​369) (thanks @​meroving)

v3.8.1

Compare Source

Published 28 Jun 2024

Fixed

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

3.7.2

Published 28 Apr 2024

Added
Fix

3.7.1

Published 01 Apr 2024

Added
  • Audio: add timestampGranularities (thanks @​mxwell)
Fixed
  • Core: nullable OpenAIErrorDetails fields (#​315)
  • Messages: content as image file (#​313)

3.7.0

Published 11 Feb 2024

Added
Fixed
  • chat: add systemFingerprint to ChatCompletionChunk (#​303)
  • chat: move description to FunctionTool (#​304)
  • chat: make FunctionTool#Parameters nullable (#​304)
  • finetuning: nullable ErrorInfo#message and ErrorInfo#code (#​304)
  • image: correct Quality package name (#​302) (thanks @​voqaldev)
  • assistants: files endpoint (#​298) (thanks @​rjeeb)
  • runs: RunRequest builder

3.6.3

Published 13 Jan 2024

Added
Fixed
  • Messages: MessageFile optional fields (#​290)
  • proguard: Add EnclosingMethod proguard rule (thanks @​rafsanjani)

3.6.2

Published 15 Dec 2023

Fixed

3.6.1

Published 26 Nov 2023

Fixed

3.6.0

Published 24 Nov 2023

Added
Beta
  • Assistants: api implementation (#​259)
  • Threads: api implementation (#​262)
  • Messages: api implementation (#​262)
  • Runs: api implementation (#​262)

v3.8.0

Compare Source

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

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.

@renovate renovate bot force-pushed the renovate/alpha-non-major-gradle-app branch 5 times, most recently from f2d6cf5 to b032085 Compare March 28, 2024 08:16
@renovate renovate bot force-pushed the renovate/alpha-non-major-gradle-app branch 6 times, most recently from 38aae78 to f533d81 Compare April 4, 2024 11:34
@renovate renovate bot force-pushed the renovate/alpha-non-major-gradle-app branch 9 times, most recently from 6fb9d44 to 576da26 Compare April 12, 2024 10:07
@renovate renovate bot force-pushed the renovate/alpha-non-major-gradle-app branch 6 times, most recently from 968b936 to 778a903 Compare April 18, 2024 19:43
@renovate renovate bot force-pushed the renovate/alpha-non-major-gradle-app branch 6 times, most recently from b165546 to a1f511c Compare June 12, 2025 06:09
@renovate renovate bot force-pushed the renovate/alpha-non-major-gradle-app branch 3 times, most recently from 3a5b567 to daa7edc Compare June 18, 2025 17:04
@renovate renovate bot force-pushed the renovate/alpha-non-major-gradle-app branch 4 times, most recently from fbba67f to 9ac7d7f Compare June 23, 2025 16:11
@renovate renovate bot force-pushed the renovate/alpha-non-major-gradle-app branch 2 times, most recently from a6db3c5 to 4ab8d72 Compare July 1, 2025 20:15
@renovate renovate bot force-pushed the renovate/alpha-non-major-gradle-app branch 2 times, most recently from ee06815 to a49912e Compare July 17, 2025 23:31
@renovate renovate bot force-pushed the renovate/alpha-non-major-gradle-app branch from a49912e to 89b8b26 Compare July 24, 2025 13:33
@renovate renovate bot force-pushed the renovate/alpha-non-major-gradle-app branch 3 times, most recently from 33738d3 to 0867496 Compare August 6, 2025 13:33
@renovate renovate bot force-pushed the renovate/alpha-non-major-gradle-app branch 2 times, most recently from c4924f4 to e68d858 Compare August 15, 2025 21:53
@renovate renovate bot force-pushed the renovate/alpha-non-major-gradle-app branch 3 times, most recently from ec4ac68 to 15a1b56 Compare August 23, 2025 13:24
@renovate renovate bot force-pushed the renovate/alpha-non-major-gradle-app branch 2 times, most recently from f648557 to 38c9c9c Compare August 31, 2025 14:32
@renovate renovate bot force-pushed the renovate/alpha-non-major-gradle-app branch from 38c9c9c to 2fa6320 Compare September 1, 2025 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants