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

Update dependency org.openapitools:openapi-generator-gradle-plugin to v7 #17

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 21, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.openapitools:openapi-generator-gradle-plugin (source) 6.0.1 -> 7.11.0 age adoption passing confidence

Release Notes

OpenAPITools/openapi-generator (org.openapitools:openapi-generator-gradle-plugin)

v7.11.0: released

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

This release comes with 3 breaking changes (with fallback).

This release comes with 1 new generator:

  • Added PostgreSQL schema generator (BETA) (New generator) #​20255

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

General

  • [normalizer] Better handling of schema with just description (any type) #​20461
  • Set removeEnumValuePrefix to false by default (Breaking change (with fallback)) #​20452
  • On enum name sanitize, convert colon to underscore (Breaking change (with fallback)) #​20391
  • Various enhancements, bug fixes to default codegen and maven plugin #​20388
  • fix (DefaultGenerator): Handle "$ref" parameter reference to identify parameter ID #​20240
  • Trim the input of operationId filter in OpenAPINormalizer #​20189
  • Resolve inline schemas in webhooks #​20165

C

  • [C][Client] Make custom CMAKE_C_FLAGS work #​20432
  • C overhead fixes #​20402
  • [C][Client] Remove broken intToStr() macro, update samples #​20383
  • Fix a few issues with the C generator (part 8) #​20378
  • Fix a few issues with the C generator (part 7) #​20366
  • Fix a few issues with the C generator (part 6) #​20332
  • Fix a few issues with the C generator (part 5) #​20313
  • Fix a few issues with the C generator (part 4) #​20289
  • Fix a few issues with the C generator (part 3) #​20269
  • Fix a few issues with the C generator (part 2) #​20227
  • Fix a few issues with the C generator (part 1 version 2) #​14434

C#

  • [csharp] Removed .net6 and .net7 (Decommission) #​20449
  • [C#] avoid duplicated header in csharp client (restsharp) #​20421
  • [ASPNETCORE] Add support for central package version management #​20403
  • [csharp] bump version to .net8 #​20384
  • Fixes body of FormParameters in multipart/form-data requests without files sent by generated C# (RestSharp) #​20351
  • [csharp] add .net9 support #​20270

C++

  • [cpprestsdk] Implement Enum inside Objects #​19919

Elixir

Elm

  • [Elm] Fix not compiling all elm files in test suite #​20191
  • [Elm] Fix not sanitizing param name #​20171
  • [Elm] Add missing operation summary #​20147

Erlang

  • Erlang server – minor fix to return type and generated doc #​20197
  • Updated README.mustache template for the Erlang server generator #​20138

Go

  • [BUG] [Go-server] invalid composite literal type string #​20467
  • Update crypto dependencies to newer versions in go-gin-server #​20326
  • [BUG][GO] use value receiver for JSON marshal #​19962

Java

  • [JAVA] Address rawtypes and this-escape warnings in generated API clients #​20466
  • Adds @​Nullable annotation to Spring Boot generator #​20345
  • Depend on jackson-jakarta-rs-json-provider when useJakartaEe is true in build.gradle for Java resttemplate generator #​20322
  • Fix bug in common path prefix calculation in Helidon generators #​20310
  • [Java] Add option to fallback to legacy enum naming #​20172
  • [Java] [Microprofile] Add Json-B polymorphism type info annotations #​20164
  • Deprecate micronaut openapi generator (Decommission) #​20107
  • [Java] Remove bean validation annotations on builder #​19580

JavaScript

  • Add option skipDefaultUserAgent to skip setting user agent in JS client #​20367

Julia

  • Fix Julia template for binary string #​20355

Kotlin

  • Bump Ktor to 3.0.3 for Kotlin client #​20410
  • [kotlin-spring] Adds useFlowForArrayReturnType option for reactive mode #​20409
  • Add gradle wrapper v8.1.1 to kotlin-spring #​20341
  • [kotlin][client] add option to support non-ascii headers in okhttp #​20331
  • [kotlin][client] support text/plain in okhttp #​20250
  • [Kotlin Server] Update Ktor to the next major version 3 #​20245
  • fix: register gson CustomTypeAdapterFactory in kotlin-client if generateOneOfAnyOfWrappers enabled #​20217

PHP

  • [php-nextgen] Use conditional access for enumref query params #​20418
  • [PHP][php-nextgen] Improve method parameter typing #​20361
  • [FIX][PHP-NEXTGEN] Missing tagged union discriminator literal #​20356
  • [PHP][php-nextgen] List all possible return types #​20335
  • [PHP][php-nextgen] Fix usage of enums in parameters #​20294
  • [php] Follow PHP8.4 update: declared nullable parameters explicitly #​20243
  • PHP8.4 comptible, php-symfony resources #​20162

PostgreSQL

  • Added PostgreSQL schema generator (BETA) (New generator) #​20255

Python

  • [Python] adjust multi-constraint dependency syntax to comply with PEP 508 #​20458
  • Fix package name in FastAPI README template #​20371
  • [python,aiohttp] Don't create persistent aiohttp.ClientSession in init #​20292
  • [Python] Bug Fix - model_generic templates to have valid imports for polymorphism #​20273
  • Fix(Python): Add custom exceptions for HTTP status codes 409 (Conflict) and 422 (Unprocessable Entity) #​20251
  • [python-flask] Change requestBody argument name to 'body' in controllers #​20207
  • [python] Encode list query params #​20148
  • [BUG][PYTHON] fix setup.py when no paths are specified #​20098

R

  • [R] fix to-list and to-json functionality #​20132
  • [R] improve binary/text response handling #​20131

Rust

  • [Rust] harden against name collisions while generate cleaner rust code #​20396
  • [Rust-Axum][Breaking Change] Improve the oneOf model generator (Breaking change (with fallback)) #​20336
  • [Rust] Fixed rust keyword params in reqwest-trait library #​20333
  • [Rust] Added path param normalization for kebab case path params #​20309
  • [Rust-Axum] Fix: handling non-lowercase Header in Request/Response #​20178
  • [Rust-Axum] Support quotes in string literals #​20176
  • [Rust-Axum] Dynamically set the types of integer literals #​20133
  • [rust][reqwest] support binary type for download #​20031

Swift

  • [swift] fix: URLSession template correctly percent-encodes http body for application/x-www-form-urlencoded #​20381
  • [swift5] Add access control to the properties of validation rules #​20380
  • [swift6] Change Response to struct #​20185
  • [swift5] Add Identifiable conformance to supported models #​20179
  • [swift6] Add checked Sendable conformance to Validation structs #​20150
  • [swift6] Add conditional Hashable conformance to NullEncodable #​20149

TypeScript

  • [typescript-fetch] fix API signature return type for empty 20x responses #​20249
  • fix(typescript-angular): fix new angular dependency cli option usage #​20247
  • feat(typescript-angular): add support for Angular V19 #​20205
  • Fix dangerous destructuration in typescript-nestjs services #​20157
  • [typescript-axios] Add User-Agent Header to Default Axios #​20067

Scala

  • Improve handling of pekko versions in scala-akka-http-server generator #​20277

v7.10.0: released

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

v7.9.0: released

v7.9.0 stable release comes with 150+ 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:

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

General

  • [normalizer] bug fixes (isNullTypeSchema, handling of primitive types with oneOf) #​19781
  • feat(avro)/refactor(core): unify *_POST_PROCESS_FILE behaviour and reuse code #​19761
  • Fix anyOf/oneOf normalization for 3.1 spec #​19758
  • [OpenAPI 3.1] Avoid NPE when handling prefixItems #​19735
  • fix(core): system-independent relative path sorting for FILES output #​19726
  • feat(core): add info.summary to additionalProperties for 3.1 specs #​19723
  • [windows] Fixed missing output #​19715
  • fix(core): single value enums (const) are not generated correctly in 3.1 specs #​19696
  • fix(core): nullable array types in 3.1.x specs #​19687
  • [BUG] HandlebarsEngineAdapter.java failed to use custom FieldValueResolver causing IllegalAccessException for maps #​19634
  • Better handling of parameters in inline model resolver #​19460
  • [Gradle plugin] bugfix: openapi code generator to consider schema changes #​16735

Avro Schema

  • fix(avro-schema): fix NPE for null enum values #​19771
  • [avro-schema] fix: enum logic (sanitize, remove collisions) #​19549

C++

  • [cpp-pistache-server] Generated code fails to build with x86_64-linux-gnu-g++-13 #​19684
  • [cpp-qt-client] New makeOperationsVirtual option (Breaking change (with fallback)) #​19613
  • Implemented missing definitions of declared methods inside modelbase-header.mustache, added two missing body of methods definitions #​19569

C#

  • [csharp][generichost] Support formatting date only #​19785
  • [csharp][generichost] Fix local var #​19642
  • [csharp][generichost] Fix invalid key name #​19633
  • [aspnetcore] Fix swagger xml comments #​19593
  • [csharp] Version bump dependencies #​19545

Dart

  • [BUGFIX][dart-dio] Align enum and enum_inline generation result #​19510
  • [BUGFIX][dart-dio] add unknownEnumValue to JsonKey #​19416

Erlang

  • [Erlang Server] Add more type information and fix minor bugs #​19792
  • Erlang server validation bugfixes and capability extensions #​19750
  • Add erlang-server-deprecated for fallback after refactoring #​19547
  • Erlang server overhaul (Breaking change (with fallback)) #​19465

Go

  • [GO] Go Server: preserve order of the routes as defined in the OpenAPI file #​19550
  • [Go] fix regex validation breakage in unmarshaljson function #​19410

Kotlin

  • [BUG] Kotlin wiremock query params are incorrect #​19720
  • [kotlin-client][multiplatform] add support for kotlinx.datetime.LocalTime #​19590
  • [kotlin-spring] fix springdoc dependencies #​19579
  • [kotlin] enforce fields in data classes #​19526
  • [kotlin-spring][server] fix spring boot configuration conflict #​19515
  • [Kotlin] Add a new additional property to configure Jackson's failOnUnknownProperties (Breaking change (with fallback)) #​19506
  • [Kotlin][okhttp] replace okhttpclient with callfactory #​19422

Java

  • [Java][microprofile] enumUnknownDefaultCase true now returns correctly #​19677
  • [Java] [apache-httpclient] Fix issue with toString causing wrong value with collections #​19576
  • [Java][Spring]Update dependencies to remove vulnerability in org.springframework:spring-webmvc #​19533
  • [Java Jersey] Update ApiClient.mustache Jersey doesn't allow entities in method DELETE #​19530
  • [Bugfix][Java] Fixed jersey clients for multiple file upload #​19476
  • [Java Libraries] Jakarta Validation API support useJakartaEe flag #​19469
  • [Java] Add a new additional property to configure Jackson's failOnUnknownProperties (Breaking change (with fallback)) #​19271

JavaScript

  • [Javascript] Add initialization of default vars to constructor #​19692

Python

  • [Python] Harmonize python client dependency versions #​19694
  • python-pydantic-v1: Return the primitive type in to_dict for anyOf models #​19488
  • [BUG][python-fastapi] Updated pyyaml and httptools in requirements template to resolve compatibility issues with Python 3.12 #​19666
  • feat(python): handle multiple file parameters #​19329
  • fix(python,asyncio): multipart form data serialization #​19302
  • [python] fix content_type deserialize #​19317

PHP

  • [PHP] By default should use static Configuration class instance #​19775
  • [php-symfony] Fix enum not serialized with value like '0' #​19568
  • [PHP] Add missing qualifier for enum parameters #​1956
  • [PHP] Remove NUMBER_ prefix from enum vars if a name is provided, show enum descriptions #​19555
  • [bug] in case of defined status codes > 299 switch will have no effect #​19483
  • [PHP-Client] Allow Content-Type merge-match+json for encoding #​19479

PowerShell

  • [POWERSHELL] fix: keep array context when converting to json #​19535-
  • [PowerShell] Support multiple files in multipart/form-data POST (new functionality + fix) #​19449

R

  • [R] Update R6 object documentation #​19679
  • [R][client] Make enum parameters with required: false optional to request arguments #​19654

Ruby

  • [Ruby-client] Use secuirtyScheme Key for api_key #​19740

Rust

  • [rust][client][auth] token source option #​19647
  • [Rust Server] Handle arrays in forms #​19625
  • rust: Implement Display instead of ToString for enums #​19611
  • [Core/Rust Server] Check references in additionalProperties correctly when checking freeForm status #​19605
  • [Rust Server] Add derive of Hash to enums #​19603
  • [Rust Server] Add auto-generated CLI Client #​19392

Scala

  • [Scala][Client]Add Http4s scala3 client codegen #​19658

Swift

  • [swift5] rename unknownDefault to unknownDefaultOpenApi #​19753
  • Add swift6 generator #​19621
  • [swift5] Fix Xcode 16 compilation crash with Extensions.swift generation #​19564
  • add oneOf-default-case option for swift5 #​19094

TypeScript

  • [Typescript-Node] Mark deprecated endpoints #​19770
  • [Typescript-Node] Mark deprecated model attributes #​19756
  • style(typescript): use Headers type #​19697
  • [typescript-axios] fix: enum datatype jsdoc #​19571
  • [typescript-fetch] Fixed issue where unique arrays (sets) of primitive values aren't initialized properly #​19521
  • [Typescript] Generate oneOf schemas as type unions #​19494

Zapier

  • [zapier] add response middleware #​19760
  • Make it easier to specify triggers for Zapier #​19645

v7.8.0: released

v7.8.0 stable release comes with ~150 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.

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

General

  • Added support for openapi-normalizer in the online version #​19336
  • processing schema name is added to the list with names checked at recursing processing #​19221
  • Fix mistype in InlineModelResolver leads to autogenerated class name instead of specified by title #​19173
  • Speed up docker re-builds using mvn dependency:go-offline #​19078

C#

  • [csharp][generichost] Changed default sorting of samples #​19335
  • [csharp][generichost] Support response ranges #​19256
  • [csharp] Use global keyword #​19257
  • [csharp] Add scope for oauth2 #​19234
  • [csharp] fix Task.Result directly blocks thread #​19231
  • [ASPNETCORE] Fix having two "?" when not required and nullable = true #​19062
  • Support net8 in aspnetcore #​19051
  • [csharp] Change sorting default Breaking change (with fallback) #​1894

C++

  • [C++][Pistache] Fix 'unused-parameter' warning on Helpers.h file #​19315
  • [C++][Pistache] Add error handlers overload taking the response object #​19314
  • [cpp-qt] Add option for download progress, add test #​19297

Dart

  • fix invalid syntax in gitignore #​19341
  • [dart-dio] fix JsonObject missing on a generated code #​19130

Elixir

  • [Elixir] allow custom packageVersion #​19151

Go

  • Better handling of backtick in pattern #​19358
  • [Go] Set Default Values for Required Variables when a default is defined #​19232

Haskell

  • Add bytestring package to dependencies of generated haskell code #​19101

Java

  • [JAVA] use query parameter apikey if present #​19334
  • [JAVA] okhttp-gson client codegen ambiguous references for a component schema "Type" #​19328
  • Minor change to Helidon version handling allowing snapshot versions #​19320
  • [Java] Update ApiClient.mustache for retrofit2 + rxJava3 #​19266
  • [JAVA-CAMEL] revert broken xml change #​19259
  • Support Helidon SE 4 generation (clients and servers) #​19150
  • [okhttp-gson] migrate to jakarta.ws.rs #​19113
  • Remove thread unsafe statusCode and responseHeaders instance variables from apache http ApiClient #​19054

Julia

  • [julia] Add support for style, explode in query params #​19238

k6

  • [k6] Add authentication variables in headers and cookies #​19060

Kotlin

  • [kotlin-client][jackson] Add missing @​JsonEnumDefaultValue annotation to top-level enums #​19380
  • [bugfix][kotlin-wiremock] fix problems with range responses #​19309
  • [Kotlin] Update formParams.mustache to have List of MultipartBody.Part #​19287
  • [Kotlin][Spring] fix flag appendRequestToHandler with delegatePattern #​19206
  • adds support for x-pattern-message in kotlin-spring generator #​19134

PHP

  • [BUG] PHP Client - ObjectSerializer::buildQuery flattens array params resulting invalid URL params (param=a&param=b vs param[]=a&param[]=b) #​19236
  • php: Fix typedoc comment for headers in ApiException #​19217
  • feat(php-nextgen-client): add support for streaming #​19192

PowerShell

  • [PowerShell] Fix missing Content-Type header on a 204 response #​19340
  • [PowerShell] Fix response type on deserialization #​19331
  • [PowerShell][Bug] Fix issue #​18428 - [System.IO.FileInfo] object used in multipart/form-data submission does not support relative paths #​19269
  • [PowerShell] Support ApiKeyPrefix #​19133

Python

  • python-asyncio: update retry factors for actual exponential retries 19337
  • [Python] fix object arrays giving mypy error "Incompatible types in assignment" in to_dict() #​19223
  • Adding decimal support for python client generation #​19203
  • [python-fastapi] Fix api endpoint template #​19139

Ruby

  • [Ruby] Fix Content-Transfer-Encoding binary unpacking #​19132
  • [Ruby] Allow Overriding Accept Header #​19106

Rust

  • Make the rust hyper client Send so it can be used in rust threads more easily #​19375
  • [Rust Server] Allow configuration of multipart/form attachment size limit #​19371
  • [Rust Server] Sort operations so that the ones with fewest params come first #​19368
  • [Rust Server] Improve RFC 13341 compliance for multipart/related #​19355
  • Rust: Support Integer enums using Serde_repr #​19199
  • Upgrade rust-hyper to use hyper 1.0 Breaking change (with fallback) #​19115

Swift

  • [swift5]Add array validation rule #​19242

TypeScript

  • feat(typescript-angular): add support for Angular V18.1 #​19228
  • [typescript-fetch] Fix code generation for oneOf cases without discriminator #​19219
  • [FIX][typescript-fetch] Fix duplicate imports for models with a discriminator #​19195

v7.7.0: released

v7.7.0 stable release comes with 140+ enhancements, bug fixes. Once again thank you for all the awesome contributions from the community.

Here are some highlights for the changes included in the release. For a full list of changes, please refer to the "Pull Request" tab.

Breaking changes with fallback

General

  • Fix NPE in ModelUtils getType #​19014
  • Load vendorExtensions in the operation parameter #​18962
  • Never create inline model for allOf with single $ref #​18945
  • clone Schema using AnnotationUtils.clone with WA #​18867
  • [Enhancement] [Gradle Plugin] Allow templates from classpath Enhancement: Feature OpenAPI Generator Gradle Plugin #​14909

Android

  • [android][volley] Remove unused robolectric test dependency #​19022
  • [Android][Volley] Build fixes #​18899

C#

  • [csharp] Improved apiclient.mustache #​18915
  • [csharp] Refactor anyOf model template #​18901
  • [csharp] OneOf should handle Inheritance based type #​18892
  • [csharp][generichost] Add support for primitive composed #​18825
  • [csharp][generichost] Fixed parameter ordering #​18823
  • [csharp][generichost] Added framework support #​18776
  • [REQ] [ASPNETCORE] Add value types for the ASPNETCORE generator #​18646

C++

  • [cpp-restsdk] add support for oneOf via std::variant #​18821

Clojure

  • [clojure] Apply model/param/var name mappings #​18858

Crystal

  • [crystal-lang] Update dependencies to remedy build failure #​18755
  • [crystal-lang] Resolve type check compile error in ApiError #​18759

Dart

  • [Dart] Make dependency on http, collection and meta packages less strict #​18952
  • [dart] Apply var/param/model name mappings, handle single _ #​18860

Elixir

  • [Elixir] Fix generation issues and compilation warnings in Elixir generator #​18788

Erlang

  • [erlang-client] Apply var/param name mappings #​18859

Go

  • [Go] Fix an issue causing int array reference translated to an invalid type []Integer #​19013
  • [Golang] Move utility functions from client.mustache to utils.mustache #​19001

Haskell

  • [haskell-http-client] Support --name-mappings and handle _ name #​18944

JavaScript

  • [javascript-closure-angular] Change metadata to reflect beta status and non-existing xml capability in docs #​18834

Java

  • [Bug] [Java] Remove raw type compilation warnings when generating using jersey2 or jersey3 #​19033
  • [JAVA-SPRING] Avoid broken code due to duplicate rendering of @​Deprecated annotation with generateBuilders=true #​18917
  • Remove bean validation for uuid #​18900
  • Fix javaJaxRS template: remove deprecated in JDK9 method usage #​18728
  • [Spring] replace MultipartFile by Resource #​18509
  • [JAVA] ensure codegen fields and additionalProperties are not conflicting #​18935

JetBrians HTTP client

  • JetBrains HTTP Client - Adds support for query and header params and env file #​18844

Kotlin

  • [kotlin] Fix a leak in the ApiClient #​18997
  • [Kotlin] update ApiClient to register all adapters for GsonBuilder #​18965
  • [kotlin-server][javalin6] Add Javalin 6 support #​18928
  • [kotlin-wiremock] New generator for generating WireMock stubs using Kotlin #​18705
  • [kotlin] better oneOf, anyOf support #​18382

PHP

  • [PHP-SYMFONY] Debug Symfony version 7, enums ref, array of enums $ref and date assert #​19008
  • [php-slim4-server] fix php syntax error in RegisterRoutes class (missing semicolon) #​18863

Python

  • [Python] Allow Overriding Accept Header #​19025
  • [Python] Add Flag to Allow Ignoring Operation Servers #​18981

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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 requested a review from a team as a code owner March 21, 2024 15:32
@renovate renovate bot force-pushed the renovate/major-openapigeneratorversion branch from 68b1795 to f3d4cde Compare April 17, 2024 10:56
@renovate renovate bot force-pushed the renovate/major-openapigeneratorversion branch from f3d4cde to 1740579 Compare May 20, 2024 17:48
@renovate renovate bot force-pushed the renovate/major-openapigeneratorversion branch from 1740579 to e2ebf43 Compare July 2, 2024 11:30
@renovate renovate bot force-pushed the renovate/major-openapigeneratorversion branch from e2ebf43 to dce5e64 Compare August 19, 2024 07:38
@renovate renovate bot force-pushed the renovate/major-openapigeneratorversion branch from dce5e64 to 64653a6 Compare October 8, 2024 04:21
@renovate renovate bot force-pushed the renovate/major-openapigeneratorversion branch from 64653a6 to ed53f12 Compare November 18, 2024 14:31
@renovate renovate bot requested a review from a team as a code owner November 18, 2024 14:31
@renovate renovate bot force-pushed the renovate/major-openapigeneratorversion branch from ed53f12 to 24b425d Compare January 20, 2025 15:23
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