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 openapi-generator-version to v7.4.0 #73

Merged
merged 1 commit into from
Mar 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 22, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.openapitools:openapi-generator 7.2.0-SNAPSHOT -> 7.4.0 age adoption passing confidence
org.openapitools:openapi-generator-cli 7.2.0-SNAPSHOT -> 7.4.0 age adoption passing confidence

Release Notes

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

v7.4.0: released

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

This release comes with 1 breaking change (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

  • inputSpec should not be mandatory when inputSpecRootDirectory is set #​18000
  • Fix ClassCastException in OpenAPINormalizer on composed schemas #​17912
  • Add FILTER to openapi normalizer #​17859
  • Fix attributes in allOf and $ref #​17836

C

  • [C][Client] Fix default enum value being -1 #​18040

C#

  • [C#] fix anyof, oneof mixed primitive object parse error #​17986

C++

  • [cpp-qt-client]Allow nullable parameters #​17805
  • Prevent enum item names being reserved keywords #​17804

Dart

  • [Dart] Make dependency on intl package less strict #​17862

Go

  • [Go] fix isNil check #​17870
  • Generate API files as interfaces for go-gin server #​17784

Java

  • [java] Use modelNameMappings if provided #​18025
  • [JAVA] Fix 3.1 generation for composed schema's with object type #​18002
  • [Java][apache-httpclient] Use EntityUtils#toString instead of Scanner for deserialization #​17998

Jetbrains HTTP Client

  • Major Jetbrains HTTP Client upgrade. Move to BETA #​15779

Kotlin

  • [kotlin] Enum should match spec #​18062 - Breaking change (with fallback)
  • [kotlin-spring] Fix cookie parameter code generation in API #​17959
  • [kotlin-spring] fix BigDecimal default value failed to compile #​17956

PHP

  • fix(php): update type hint in toString method #​17838
  • fix(php): call selectHeaders correctly in psr-18 implementation #​17832

Python

  • [python] Fix Circular imports on inherited discriminators #​17886
  • Update python-fastapi dependencies to newer versions #​17871

Ruby

  • fix(ruby): Detect content-type in form-data file upload using faraday (#​17851) #​17853

Rust

  • [Rust] [Axum] Fix clippy warning: to_string_trait_impl #​17995
  • fix(rust): wrong path to model used as parameter of api #​17968
  • feat(rust): support ability to disable boxed models in client #​17931
  • fix(rust): oneOf generation for client #​17915

TypeScript

  • [typescript-fetch] Use == to check property is null or undefined #​17972
  • Use exists() to check for properties #​17798

v7.3.0: released

Compare Source

v7.3.0 release comes with 4 new generators and many bug fixes, enhancements. Below are the highlights of the release. For full release, please refer to the pull request tab

New Generators:

  • feat: add java-wiremock generator #​17614
  • kotlin-server: Add support for Javalin #​17596
  • [Rust] [Server] New generator bases on Axum #​17549
  • Implement scala http4s server generator #​17430
General
  • Add operationId name mapping option #​17750
  • Fix require var logging, don't matchGenerated if allOf skipped #​17746
  • Add rule to remove x-internal in openapi normalizer #​17734
  • Support x-internal in models and operations #​17639
  • Fix null schema check for array of string in 3.1 spec #​17728
  • Fix allOf with a single item in inline model resolver #​17683
  • Fix map and free form object detection issue in 3.1 spec #​17624
  • fix: ExampleGenerator correctly generates allOf composed schemas #​17499
Bash
  • [Bash] Allow non-JSON request body payloads #​17641
C
  • [C][Client] Update the API doc #​17540
  • [C][Client] Fix enum function names not matching headers in the model… #​17512
C++
  • [cpp-qt-client] Fix CMakeLists.txt.mustache and CMakeLists.txt for Qt5 (fix #​17712) #​17721
  • [cpp-qt-client] Extend the reserved keywords for Qt projects with the following words #​17722
  • [cpp-ue4] Fix generated code not compiling when using unique array items #​17684
  • [cpp-qt-client] Update minimum cmake version to 3.5 #​17480
  • feat: using Qt with 3rd Party Signals and Slots. Replace signals,slots and emit with Q_SIGNALS,Q_SLOTS and Q_EMIT #​17067
C#
  • corrected handling of "isPrimitiveType" for FormParameters #​17700
  • [CSharp] feat!: add useDateOnly flag #​17471
Dart
  • [dart-dio] includeIfNull: truefalse bugfix #​17631
Go
  • [go-gin-server] add a new function to the router to pass the gin context #​17785
  • [Go] fix unused bytes import for anyOf and oneOf models #​17775
  • fix: ensure models that have variables that contain a complexType of time.Time import the time module #​17452
Java
  • [Java] Fix default values of array-type parameters in a referenced file #​17779
  • [BUG] [Java] Remove deprecation and serial warnings in ApiException.java and JSON.java #​17716
  • add lombok model support on spring #​17622
  • feat: add java-wiremock generator #​17614
  • [BUG][java][resttemplate] Fix NPE when query param with value null is exploded #​17568
  • [jaxrs][cxf-cdi] make sure the imports are present for enum, if using jackson #​15123
JavaScript
  • [BUG][Javascript] - validateJSON not working on value 0 #​17769
  • Include support to Mojolicious relaxed placeholders parsing path parameters #​17633
Kotlin
  • Pass ObjectMapper to JacksonConverterFactory #​17673
  • kotlin-server: Add support for Javalin #​17596
  • Fix Kotlin templates to be compatible with Kotlin K2 compiler #​17466
Perl
  • feat(perl): Update agent to use version constant #​17665
  • Add auto-generated cpanfile in Perl client #​17662
  • [Perl] Update _test.mustache templates to use done_testing #​17649
PHP
  • [PHP] update dependencies for php-dt generated code #​17796
PowerShell
  • [PowerShell] Support multiple types in Accept header #​17765
Python
  • [Python] deserialize enum json response #​17791
  • [python-fastapi] Ensure path param is ... instead of None #​17532
R
  • support binary response for R api client #​17626
Rust
  • [Rust] [Axum] Fix clippy warning #​17637
    -[Rust] [Server] New generator bases on Axum #​17549
Scala
  • [scala-sttp]: fix for missing EnumNameSerializer for inner enum definitions #​17697
  • Implement scala http4s server generator #​17430
TypeScript
  • Accept Promises for the apiKey configuration in the typescript-fetch generator #​17758
  • fix typescript-nestjs services when using api_key authentication #​17708
  • [typescript-axios] Add any to index type when additionalPropertiesIsAnyType is true #​17625

v7.2.0: released

v7.2.0 is the last stable release in 2023. Once again thank you for all the awesome contributions from the community.

This release comes with 2 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

  • To fix infinite loop for allOf with single element in normalizer #​17426
  • Fix build errors in JDK 21 #​17177
  • OpenAPI 3.1.0 Add webhooks support #​17174
  • Add openapiGeneratorIgnoreList option to pre-populate .openapi-generator-ignore #​17164
  • Add openapi-normalizer rule to set tags to operationId #​17161
  • Fix missing objects when defining inline anyOf, or oneOf #​17141
  • Update Dockerfile (cli, online) to use eclipse-temurin:17.0.3_7-jre-focal #​17139

C

  • [C][Client] Use int* as int or bool type function parameter #​17179 Breaking change (with fallback)

C++

  • [cpp-qt-client] pass QString by const reference instead of by value #​16793

C#

  • [csharp][generichost] Handle obsolete params and methods #​17344
  • [csharp] Do not inherit additional properties #​17140
  • [csharp] Disabled GetHashCode generation #​17039 Breaking change (with fallback)

Dart

  • [BUG] [dart-dio] Support for Analyzer configuration options changes in Dart 3 #​17099

Java

  • [webclient] explode query parameters support #​17441
  • Implementing retry logic to restTemplate #​17375
  • [JavaSpring] Enable scopes for all security scheme types #​17083

JMeter

  • [jmeter] Fix exception when operationId has $ #​17125

Kotlin

  • [kotlin-client] New generator: kotlin-jvm-spring-restclient (new library) #​17366
  • [kotlin-client][multiplatform] add iosSimulatorArm64 target #​17058

Go

  • [go-server] Add ability to handle nullable query parameter #​17321
  • [Go] fix validation of property names when a model has required fields and doesn't allow additional properties #​17267

PHP

  • Fix PHP constructor docblock #​17324
  • Fix parameter names in Configuration #​17305
  • Add enum name mapping support to PHP generators #​17195
  • [PHP-NG] check if json_decode was able to decode response #​17120
  • [PHP-NG] convert data to string before giving it to preg_match #​17119

Postman

  • [POSTMAN] Skip escaping request name #​17394

PowerShell

  • Use $Response.Content for deserializing response #​17342

Python

  • [python] Fix exception in request body with enum ref #​17438
  • [python] fix: Annotate free-form object as dict in Python #​17082
  • [python][Feat] Deserialize error responses #​17038
  • Add socks5 proxy support for OpenAPI generated python client #​16918

Ruby

  • Ruby Client for Faraday: fix file downloading #​17333
  • [Ruby] Add model name mapping support to ruby client generator #​17408

Rust

  • Add enum name mapping feature to the Rust generators #​17290
  • include {min|max}Items validation in rust-server models #​17201

Scala

  • Add scala-pekko client generator (new generator) #​17417
  • [scala-akka-client] Scala Akka client does not support arbitrary query string parameters #​17386

Swift

TypeScript

  • fix(typescript-axios): use baseURL of (custom) axios instance #​17296
  • Generalized mime type support #​17285
  • [typescript-axios] Upgrade to axios@^1 #​14518

Zapier

  • [Zapier] Updated some dependencies #​17420
  • [ZAPIER] added required fields to zapier models generation #​17115

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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/openapi-generator-version branch from ba1486b to 14d9d18 Compare February 8, 2024 10:39
@renovate renovate bot changed the title Update openapi-generator-version to v7.2.0 Update openapi-generator-version to v7.3.0 Feb 8, 2024
@renovate renovate bot force-pushed the renovate/openapi-generator-version branch from 14d9d18 to 31d9dbe Compare March 11, 2024 03:25
@renovate renovate bot changed the title Update openapi-generator-version to v7.3.0 Update openapi-generator-version to v7.4.0 Mar 11, 2024
@gcatanese gcatanese merged commit 6aebfc3 into main Mar 16, 2024
1 check passed
@renovate renovate bot deleted the renovate/openapi-generator-version branch March 16, 2024 11:45
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.

1 participant