Skip to content
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 backend non-major dependencies #1422

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.openapitools:openapi-generator-cli 7.9.0 -> 7.10.0 age adoption passing confidence
org.testcontainers:postgresql (source) 1.20.3 -> 1.20.4 age adoption passing confidence
net.datafaker:datafaker (source) 2.4.1 -> 2.4.2 age adoption passing confidence
org.springdoc:springdoc-openapi-starter-webmvc-api (source) 2.6.0 -> 2.7.0 age adoption passing confidence
io.sentry:sentry-opentelemetry-core 7.16.0 -> 7.18.0 age adoption passing confidence
io.sentry:sentry-logback 7.16.0 -> 7.18.0 age adoption passing confidence
io.sentry:sentry-spring-boot-starter-jakarta 7.16.0 -> 7.18.0 age adoption passing confidence
org.springframework.boot:spring-boot-starter-parent (source) 3.3.5 -> 3.4.0 age adoption passing confidence

Release Notes

openapitools/openapi-generator (org.openapitools:openapi-generator-cli)

v7.10.0: released

Compare Source

v7.10.0 stable release (breaking changes with fallbacks) comes with 100+ enhancements, bug fixes. Once again thank you for all the awesome contributions from the community.

This release comes with 4 breaking changes (with fallback) listed below.

3 new generators are included in this release:

  • Added support for a trait based reqwest Rust client #​19788 -g rust --library reqwest-trait
  • [csharp] Add a server generator for FastEndpoints #​19690 aspnet-fastendpoints
  • [GdScript] Templates for GdScript (Godot 4) #​19267 gdscript

Below are the highlights of the changes. For a full list of changes, please refer to the "Pull Request" tab.

General

  • Fix allOf with properties for the REF_AS_PARENT_IN_ALLOF rule #​20083
  • Update inline model resolver to flatten responses #​19992
  • Fix $ref to allOf in properties #​19986
  • Better handling of allOf with unsupported schemas #​19964
  • Add logic in normalizer to auto fix self-reference schemas #​19849

C

  • [C][Client] Add gcc predefined macros to reserved keywords #​19791

C#

  • fix(csharp): Fixed JsonConverter for discriminators only appearing on base classes #​19972
  • [csharp][generichost] Better handling of duplicate operation ids #​19913
  • [csharp] Address MaxTimeout obsolete build warning #​19875 (Breaking change (with fallback))
  • [csharp] Add a server generator for FastEndpoints #​19690
  • [csharp] Mustache fully qualify namespace for Path #​19349

C++

  • feat cpp-qt-client: fix cast primitive to string #​20000
  • Remove further Qt support before Qt 5.15.2 #​19824

Dart

  • [PHP/Dart/Python] Correctly escape strings in single quotes #​19529
  • [dart2] [client] Added better double handling to 'mapValueOfType' #​17808

Erlang

  • erlang-server: add jesse to app.up release #​20120

GdScript

  • [GdScript] Templates for GdScript (Godot 4) #​19267

Go

  • [BUG][GO] only import reflect when using it #​19967

Java

  • Adding support for @​ResponseStatus annotation into spring-http-interface java spring generator #​20071
  • Add equals and hashCode methods to Microprofile #​20011
  • [java] [restclient] Add support for a token supplier to OAuth based RestClient clients #​19944
  • [JAVA] fix several anyOf/oneOf problems #​19817
  • [Java Spring] Fix copyOf inheritance using empty object instead of passed value #​19426

JavaScript

  • [JS] set useURLSearchParams option to true by default, update samples #​20003
  • [JS] add parameter 'useURLSearchParams' to use JS build-in UrlSearchParams, instead of deprecated npm lib 'querystring' #​19949 (Breaking change (with fallback))

Julia

K6

  • Remove calculateRequestOrder Function and fix bug #​19685

Kotlin

  • Bump libraries for Kotlin client #​20053
  • kotlin-server: Fix required + nullable combination for properties #​20054
  • [BUG][KOTLIN] Fix the path variable escaping in kotlin client generators #​19937
  • [REQ] Add x-field-extra-annotation and x-class-extra-annotation for kotlin generator #​19899
  • [Kotlin Server] Update Ktor to latest version; move config to kts #​19727
  • Fix explicit KSerializer's name & generation when used in container #​20093
  • [kotlin][client] do not generate Serializable(forClass) annotation as the serializer is already defined #​20092
  • [kotlin-spring] fix Api Interface for kotlin-spring with spring-cloud library #​19877
  • [kotlin] Map file and binary to ByteArray #​19840
  • [Kotlin] Allow other content-types when only interested in status-code / Unit #​19801
  • [Kotlin] Introduce support for Kotlin Explicit API Mode for Kotlin-Client generator #​19999

PHP

  • [PHP/Dart/Python] Correctly escape strings in single quotes #​19529

Python

  • [python-pydantic-v1] Fix bug in serialization for SecretStr #​20102
  • python: stronger typing for the "configuration" module #​20014
  • [python] Check if the given input is a container (Array or Map) when validating enum values #​19316

Rust

  • [Rust-Axum] Fix compilation error when validate is used on Nullable values #​20100
  • [Rust-Axum] Extracting Claims in Cookie/Header #​20097 (Breaking change (with fallback))
  • [Rust-Axum] Prevent Operation response with internal Error #​20047 (Breaking change (with fallback))
  • [Rust-Axum] Support Authentication (Cookie, API Key In Header) #​20017
  • Fix Rust generation for versions without minor or patch parts #​19946
  • Added support for a trait based reqwest Rust client #​19788

Scala

  • Scala Cask oneOf support #​20051
  • [scala][client] scala-http4s minor improvement (enum companion method, remove implicit, error handling) #​19901
  • scala-cask fix: Added support for 'additionalProperties:true' #​19767

Swift

  • [swift6] promote to beta and improve documentation #​19856
  • [swift][client] rename api client to api configuration #​20103
  • [swift6] Add Sendable conformance to request parameter enums #​20023
  • [swift6] improve retry interceptor #​19988
  • [swift5] fix compile error from Alamofire 5.10 - cast Parameter type to avoid recursion #​19908

TypeScript

  • [typescript-fetch][Fix] oneOf models are generated without ...ToJSONTyped functions but models referencing still try to import #​20046
  • [typescript-axios] Respect User Supplied Header Params #​20040
  • fix(typescript): missing override directives / satisfy noImplicitOverride #​19896
testcontainers/testcontainers-java (org.testcontainers:postgresql)

v1.20.4

Compare Source

What's Changed
🚀 Features & Enhancements
🐛 Bug Fixes
📖 Documentation
📦 Dependency updates
datafaker-net/datafaker (net.datafaker:datafaker)

v2.4.2

Things that changed in this release
  • cda7fb2f - Automate rolling of SNAPSHOT version in pom (#​1438)
  • cbe31057 - feature: add movie name to movie provider (#​1442)
  • 562ceed8 - Bump codecov/codecov-action from 5.0.0 to 5.0.2
  • 36c04ae8 - Bump codecov/codecov-action from 4.6.0 to 5.0.0
  • fe28ca9f - Bump com.googlecode.libphonenumber:libphonenumber
  • cd7e58d2 - Brazil passport number
  • fde98f09 - Finance provider extension with a new card type UNIONPAY and card number generator for it
  • 92427bd8 - Update Dota2Provider dota2.yml
  • ff110bfc - swedish ssn cannot have format like XXXXXX-000X (#​1434)
  • 1b19bdc6 - Update snapshot version in pom.xml (#​1429)
  • c82724cd - Add greek values for Football provider
  • 7463ece4 - Experimenting with Renovate to bundle all renovate PRs once a week. (#​1427)
  • fa65768a - chore(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.11.1
  • 9619611c - chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.2
  • 5f9e1766 - chore(deps): update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3.5.2
  • 8c61c5be - Release notes for version 2.4.1.
  • f073184d - Added numberBetween for doubles. (#​1392)
  • 87a38039 - improve test for faker.expression
  • 583e81d0 - #​1412 fix concurrency issue in CopyOnWriteMap
  • 1dc01bb1 - #​1412 avoid swallowing errors happened in child threads in Issue759Test
  • 0f50bbec - fix flaky UniversityTest
  • 6f00a785 - Feature: new methods nextInt(Range) and nextLong(Range) (#​1416)
  • d5f4ffb6 - fix typo in test name
  • 63b6ba4d - add assertions to DateAndTimeTest.java
  • 832116d9 - fix flaky test NameTest.java with Greek names
  • 089f7ade - Add greek values for Name provider (#​1415)
  • d00cb0de - Merge pull request #​1413 from datafaker-net/renovate/libphonenumber.version
  • 3e096530 - fix(deps): update dependency com.googlecode.libphonenumber:libphonenumber to v8.13.49
  • 9efbce1b - fix: University tests
  • e90e2973 - Merge pull request #​1410 from gvrettos/feature/measurement-el_GR
  • 054a8b76 - Move utility method for tests on top of the actual tests
  • 79e2821d - Fix test for Job provider for el_GR locale to accept skills of up to 4 words
  • e10eb768 - Add tests for Job provider for el_GR locale
  • 7c0bb4a4 - Add tests for GreekPhilosopher provider for el_GR locale
  • 8171a5f3 - Add tests for Ancient provider for el_GR locale
  • d97f15cf - Add tests for Measurement provider for el_GR locale
  • f5a93122 - Add greek translations for Measurement provider
springdoc/springdoc-openapi (org.springdoc:springdoc-openapi-starter-webmvc-api)

v2.7.0

Added
  • #​2777 - Add SortAsQueryParam annotation
Changed
  • Upgrade spring-boot to 3.4.0
  • Upgrade swagger-ui to 5.18.2
  • Upgrade spring-security-oauth2-authorization-server to 1.4.0
getsentry/sentry-java (io.sentry:sentry-opentelemetry-core)

v7.18.0

Compare Source

Features
Fixes
  • Avoid collecting normal frames (#​3782)
  • Ensure android initialization process continues even if options configuration block throws an exception (#​3887)
  • Do not report parsing ANR error when there are no threads (#​3888)
    • This should significantly reduce the number of events with message "Sentry Android SDK failed to parse system thread dump..." reported
  • Session Replay: Disable replay in session mode when rate limit is active (#​3854)
Dependencies

v7.17.0

Compare Source

Features
  • Add meta option to set the maximum amount of breadcrumbs to be logged. (#​3836)
  • Use a separate Random instance per thread to improve SDK performance (#​3835)
Fixes
  • Using MaxBreadcrumb with value 0 no longer crashes. (#​3836)
  • Accept manifest integer values when requiring floating values (#​3823)
  • Fix standalone tomcat jndi issue (#​3873)
    • Using Sentry Spring Boot on a standalone tomcat caused the following error:
      • Failed to bind properties under 'sentry.parsed-dsn' to io.sentry.Dsn
spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-parent)

v3.4.0

Compare Source

v3.3.6

Compare Source


Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), 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.

👻 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants