Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

OpenAPI Generator

OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
Collective - Host: opensource - https://opencollective.com/openapi_generator - Website: https://twitter.com/oas_generator - Code: https://github.com/OpenAPITools/openapi-generator

[Rust] [Axum] Fix clippy warning: to_string_trait_impl (#17995)

* [Rust] [Axum] Fix clippy warning

* Using Display trait

github.com/OpenAPITools/openapi-generator - cdf8973999d756525a8791864db16e6ce309deb0 authored 10 months ago by Linh Tran Tuan <[email protected]>
Fix 3.1 generation for composed schema's with type object (#18002)

github.com/OpenAPITools/openapi-generator - d3ebb0a52bafa4c32dcd682917fc34b6820981d4 authored 10 months ago by Georgi Getsov <[email protected]>
[C#] fix anyof, oneof mixed primitive object parse error (#17986)

* Update csharp oneOf and anyOf mustache templates to accept primitive, object, and array types ...

github.com/OpenAPITools/openapi-generator - d4e10508cdc7ff50a1addad2ebffd56ebc1f2556 authored 10 months ago by William Cheng <[email protected]>
[python] Update Markdown files for Models with fixed Python print() syntax (#17993)

* Update Markdown file with fixed Python example

* ./bin/generate-samples.sh ./bin/configs/*....

github.com/OpenAPITools/openapi-generator - c10c9146b9022e98d42d6dd77f7bacbc381a1ea5 authored 10 months ago by Kathryn DiPippo <[email protected]>
remove poetry.lock (#17994)

github.com/OpenAPITools/openapi-generator - d801bfdb84392df86d6c483f320d4bc20da494c6 authored 10 months ago by William Cheng <[email protected]>
fix broken link to spec

github.com/OpenAPITools/openapi-generator - 8df0d98a44833c047cebeeb704fba4608b4f8b88 authored 10 months ago by William Cheng <[email protected]>
update openapi normalizer doc

github.com/OpenAPITools/openapi-generator - 2d3670b96c08cf4efe34b8528bf7a72ed85f1dd5 authored 10 months ago by William Cheng <[email protected]>
[dart2] [client] Bump test package version to >=1.21.6<1.22.0 to enable running tests on Dart3 projects. Also bumped minimum Dart version to 2.18 to accomodate this change. (#17563) (#17816)

github.com/OpenAPITools/openapi-generator - 275ed9296dea4a1a894cc5b3402b5b8f3a61e7d7 authored 10 months ago by 0xNF <[email protected]>
[CS] refactor: update github actions (#17666)

* feat: DateOnly for client

* fix: generated doc for csharp

* doc: fix generators README f...

github.com/OpenAPITools/openapi-generator - 1fbf7220ecd52f0dfbdaee5de2c722d1ff727cd4 authored 10 months ago by Anakael <[email protected]>
fix(rust): wrong path to model used as parameter of api (#17968)

* fix(rust): wrong path to mode used as parameter of api

Closes #16974

* fix: re-build sam...

github.com/OpenAPITools/openapi-generator - 6f01a7ad8236a8baf4cdf82fe3db76ad5a68111b authored 10 months ago by Artem Medvedev <[email protected]>
update feign to newer version (#17983)

github.com/OpenAPITools/openapi-generator - 340a3eba545172e6215f4a741dcd09ef309d44fd authored 10 months ago by William Cheng <[email protected]>
fix(java): resolve feign ambiguity in ApiErrorDecoder fix(#17842) (#17843)

github.com/OpenAPITools/openapi-generator - 149246de3110718cb225582e7be485fe941c0ce3 authored 10 months ago by Ruokki <[email protected]>
[okhttp-gson] Make initializer block for GSON builder static #16860 (#16892)

* [okhttp-gson] Make initializer block for GSON builder static #16860

Make initializer block ...

github.com/OpenAPITools/openapi-generator - 8ca914d64fb17f963a9cc9a1c0f24cbf588044bf authored 10 months ago by Andre Wachsmuth <[email protected]>
update orjson to newer version (#17982)

github.com/OpenAPITools/openapi-generator - df8851d6275a0bb8109efdc7ccc23cab36253ac6 authored 10 months ago by William Cheng <[email protected]>
feat(rust): support ability to disable boxed models in client (#17931)

* feat(client): support ability to disable boxed models

Add new additional property `avoidBox...

github.com/OpenAPITools/openapi-generator - 4b04e1775188b5f130624e77cf996305956c057c authored 10 months ago by Artem Medvedev <[email protected]>
[Kotlin] Fix default values (#17937)

* Fixed invalid extraction of response body in kotlin-client jvm-spring-*

* Generated echo-ap...

github.com/OpenAPITools/openapi-generator - 2a4e60ccbb9e634fc38d3f3427f9942d29fb152f authored 10 months ago by Stefan Koppier <[email protected]>
better handling of allOf in request/response (#17964)

github.com/OpenAPITools/openapi-generator - 0b02734b933eee1d107e70aa8ede2bd00855aa3f authored 10 months ago by William Cheng <[email protected]>
Add hasReadOnly property to CodegenModel (#17942)

* add hasReadOnly property to CodegenModel

* add for CodegenModel subclasses

github.com/OpenAPITools/openapi-generator - a8efb8eea8a8136311db2fa4dfea6df39d1c3d4a authored 10 months ago by Tomohiko Ozawa <[email protected]>
fix npe by prefixItems in normalizer 3.1 spec (#17955)

github.com/OpenAPITools/openapi-generator - 51ef501c02c773dd6242c580e76104499962cd96 authored 10 months ago by William Cheng <[email protected]>
Update Java templates to correctly close parenthesis (#17961)

* update java templates to correctly close parenthesis

* add closing parenthesis to missing j...

github.com/OpenAPITools/openapi-generator - 22c52d358cd9fac573915d8e678ef9c1780885de authored 10 months ago by Ross Bender <[email protected]>
Provide rust-server `swagger/multipart_form` (#17950)

* grant rust server swagger form multipart

* run exporters

github.com/OpenAPITools/openapi-generator - 4ba187a1a47e8901af18a38fd9a6a9cbaa471124 authored 10 months ago by Chris Miller <[email protected]>
[resttemplate] Update springweb to newer version (#17953)

* update springweb to newer version

* update

github.com/OpenAPITools/openapi-generator - 6e113842cf2f35e90e9dc13c124fbb65fadbb7c5 authored 10 months ago by William Cheng <[email protected]>
fix(rust): `oneOf` generation for client (#17915)

* fix(rust): discriminator mapping to serde rename

Discriminator mapping has been ignored in ...

github.com/OpenAPITools/openapi-generator - 518b29d089069c452a6f5a6b4432259c6f58d92c authored 10 months ago by Artem Medvedev <[email protected]>
Prevent enum item names being reserved keywords (#17804)

github.com/OpenAPITools/openapi-generator - 81b96fd606003d80d1fdb162ab890ecdc9382cd3 authored 10 months ago by Miklós Márton <[email protected]>
[cpp]Do not lowercase the reserved keywords for C++ (#17802)

(Will be necessary for adding NULL as a reserved keyword)

github.com/OpenAPITools/openapi-generator - 62b3ba7acc59a2128bbc4a8d663e25b8a418da10 authored 10 months ago by Miklós Márton <[email protected]>
[cpp-qt-client]Allow nullable parameters (#17805)

* [cpp-qt-client]Allow nullable parameters

Fixes #17756

* Update samples

github.com/OpenAPITools/openapi-generator - 9c72b25bf47af71410b18d228ef41909d25988f9 authored 10 months ago by Miklós Márton <[email protected]>
Add NULL as reserved keyword cpp (#17803)

* [cpp]Do not lowercase the reserved keywords for C++

(Will be necessary for adding NULL as a...

github.com/OpenAPITools/openapi-generator - c4f90d058b03f42a6567c0316c89c088852b0166 authored 10 months ago by Miklós Márton <[email protected]>
Add nullable to model fields (#17934)

github.com/OpenAPITools/openapi-generator - a6771adf531da684e0ab9eca83269a6988491b12 authored 10 months ago by Jean-François Côté <[email protected]>
update html2 samples

github.com/OpenAPITools/openapi-generator - 9f5ec178cba28f445efb5bd5ed6af68e7cae69e4 authored 10 months ago by William Cheng <[email protected]>
Updated jQuery to latest version (#17930)

The old version (3.1.0) had known security issues

github.com/OpenAPITools/openapi-generator - fe919b22036ac28e6e0348edd86082121fd5ac17 authored 10 months ago by Kira Resari <[email protected]>
Add additional mustache lambda for kebab case (#17858)

* Add new kebabcase mustache lambda

* Add tests for new kebabcase lambda

* Update toLowerC...

github.com/OpenAPITools/openapi-generator - 8d73c82417ab6fece7266b126039935d4261ef63 authored 10 months ago by Tyler Mairose <[email protected]>
Add auto-generated test files for kotlin client (#17916)

* add auto-generated test files for kotlin client

* undo changes to doc

* add auto-generat...

github.com/OpenAPITools/openapi-generator - f1919042974ec17821d66a5529e4a8df5d3b3ac7 authored 10 months ago by William Cheng <[email protected]>
Fix `ClassCastException` in `OpenAPINormalizer` on composed schemas in 3.1 (#17912)

github.com/OpenAPITools/openapi-generator - 3af7363e7659ab6d5039d0be494d146e220875f2 authored 10 months ago by Bastien Jansen <[email protected]>
Remove postprocess printing (#17880)

github.com/OpenAPITools/openapi-generator - 6c86c2d3cf9d57f4defb5902abdf3c4a2200ec82 authored 10 months ago by mikkka <[email protected]>
Merge branch 'master' of https://github.com/openapitools/openapi-generator

github.com/OpenAPITools/openapi-generator - cf8c343b17446e45a7a5c7eee00d61019bad614f authored 10 months ago by William Cheng <[email protected]>
use white litslink logo

github.com/OpenAPITools/openapi-generator - 3c364ccbb4e6e00bd8f8b99fd2bf2ae5a80ef1a7 authored 10 months ago by William Cheng <[email protected]>
[python] update model_config from dict to ConfigDict (#17900)

* [python] rewrite dict as ConfigDict

* [python] update sample

* [python] undo unwanted ch...

github.com/OpenAPITools/openapi-generator - c99a5cfeb6b1f6f9d7c3fca2cf6a21a821237dbe authored 10 months ago by ふぁ <[email protected]>
Add LITSLINK as the bronze sponsor (#17904)

* add litslink as the bronze sponsor

* add logo

* update logo

github.com/OpenAPITools/openapi-generator - 6b024dbbfa4d7359daf7f175001a63e741010bd6 authored 10 months ago by William Cheng <[email protected]>
Generate API files as interfaces for go-gin server (#17784)

* add feature to generate only interface files

* generate sample

* add workflow file foe g...

github.com/OpenAPITools/openapi-generator - 48565ae5be3686bccaa8fe9373c2ba9f18c10090 authored 10 months ago by Mehmet Fatih Ercik <[email protected]>
Fix typos 'the the'. (#17897)

github.com/OpenAPITools/openapi-generator - 95377cded4410142e1b71bac2d0283a4068363f8 authored 10 months ago by Stefan <[email protected]>
fix: Runtime error that occurs when Retrofit2 query parameter is an enum list (#17901)

* fix: Runtime error occurs when Retrofit2 query parameter is an enum list (9481)

* chore: Re...

github.com/OpenAPITools/openapi-generator - ad84355288b979d77a4951ee7c205cb5d622e1e8 authored 10 months ago by William Cheng <[email protected]>
[python] Fix Circular imports on inherited discriminators. (#17886)

* [python] add inheritance discriminators test #16808

* [python] update samples

* [python]...

github.com/OpenAPITools/openapi-generator - ad08581f16ca4309f91606a9d5ea37a0f36cb91b authored 10 months ago by ふぁ <[email protected]>
Enable local build cache (#17894)

github.com/OpenAPITools/openapi-generator - bf8ee8000114296a3554d53988e61ba4f98a2dbf authored 10 months ago by Jérôme Prinet <[email protected]>
fix(rust): simplify new function optional logic (#17865)

* fix(rust): simplify None logic

Used to be a code path (where isFreeFormObject and something...

github.com/OpenAPITools/openapi-generator - 76d743b63b8cb090ccef6173376e790c98f714a8 authored 10 months ago by Nathan Shaaban <[email protected]>
Migrate to Develocity Build Cache connector (#17891)

github.com/OpenAPITools/openapi-generator - eb7d9b16057f79564ceec3cd79a421a301d590e0 authored 10 months ago by Jérôme Prinet <[email protected]>
Use `exists()` to check for properties (#17798)

* Use `exists()` to check for existing properties.

* Generate Petstore code.

* Fix use of ...

github.com/OpenAPITools/openapi-generator - e025ef947adac3a87c2de68d98482cb43c51dc1c authored 10 months ago by Noor Dawod <[email protected]>
make `title` available to templates for ref properties (#17881)

Even though `title` is technically for the title of the API itself,
it's possible to set it for...

github.com/OpenAPITools/openapi-generator - 6350d1d19167d04b5b33df391455f5e7fd9f7a4a authored 10 months ago by Felix König <[email protected]>
Add EchoServerResponseParser.kt to Kotlin Echo API client (#17887)

* add kotlin jvm retrofit2 coroutine echo client

* add tests for echo server parser

* add ...

github.com/OpenAPITools/openapi-generator - 28b75377b568b503424f415033192d395fdc9397 authored 10 months ago by William Cheng <[email protected]>
Remove deprecated library (jvm-okhttp3) in kotlin client generator (#17884)

* remove deprecated library in kotlin client generator

* update workflow

github.com/OpenAPITools/openapi-generator - 7d539bcb7894b71543d0853e79b65bfc3c8ddf31 authored 10 months ago by William Cheng <[email protected]>
fix multi line description in allOf (#17879)

github.com/OpenAPITools/openapi-generator - 436a3e0744a2ce8208a7c3b8116fca6e7195143a authored 10 months ago by William Cheng <[email protected]>
use unescaped media type (#17878)

github.com/OpenAPITools/openapi-generator - 5a0f6b8eb26cf3fd841a9f7e6b4dbd3df3d9f963 authored 10 months ago by William Cheng <[email protected]>
Use unescaped media type in java native client (#17872)

* use unescaped media type in java native client

* add tests

github.com/OpenAPITools/openapi-generator - 809c90aa24f2563e6a05d92f22335821ec68c082 authored 10 months ago by William Cheng <[email protected]>
Adds Collapse Spec Options to Maven Plugin (#17714)

* Adds Collapse Spec Optionss to Maven Plugin

* Adds a collapsedSpec option to the maven plug...

github.com/OpenAPITools/openapi-generator - cedf170454c3d9a6f7798902668accc3c6e020c6 authored 10 months ago by Dipesh Chauhan (Twilio Work Account) <[email protected]>
Fix configuration handling with Feign (#17860)

* Fix configuration handling with Feign

* Fix test

* Fix compile error

* Fix compile error

github.com/OpenAPITools/openapi-generator - 7d76d0af616093985f232d62ec3a087fc96af0e9 authored 10 months ago by Dennis Melzer <[email protected]>
update fastapi dependencies to newer versions (#17871)

github.com/OpenAPITools/openapi-generator - 82bb813aebe12a76b55ac1d5fd698c385530838a authored 10 months ago by William Cheng <[email protected]>
[Go] fix isNil check (#17870)

* #17835 changed to return !IsNil

* update samples

---------

Co-authored-by: sagar khot...

github.com/OpenAPITools/openapi-generator - 4e39f12e294ff0f4c24885bfa81154fe890f8894 authored 10 months ago by William Cheng <[email protected]>
Update python-fastapi generator to support Pydantic v2 (#17369)

* update python fastapi to support pydantic v2

* add new files

* update samples

* updat...

github.com/OpenAPITools/openapi-generator - 887b860007c630ea114b5962813c55db39e9415e authored 10 months ago by William Cheng <[email protected]>
Fix native java with list validation (#17857)

Signed-off-by: Steven Sheehy <[email protected]>

github.com/OpenAPITools/openapi-generator - 8cd34ac9635ee09441c138a1f1a7772101e40061 authored 10 months ago by Steven Sheehy <[email protected]>
[python-fastapi] auto generate impl folder (#17852)

* auto generate impl folder

* fix working dir

* install pytest

* add new file

* upda...

github.com/OpenAPITools/openapi-generator - 4810dd52c35b45d095d4d877526a06c33de99865 authored 10 months ago by William Cheng <[email protected]>
add FILTER to openapi normalizer (#17859)

github.com/OpenAPITools/openapi-generator - b0c9456addea6c2d7821a5450f2d73624a00c9d0 authored 10 months ago by William Cheng <[email protected]>
[Dart] Make dependency on intl package less strict (#17862)

github.com/OpenAPITools/openapi-generator - 41bb5cd331c07d8ad3876831ac7af57df5352292 authored 10 months ago by Yannick Wiesner <[email protected]>
Fix java-spring equals generation (#17837)

github.com/OpenAPITools/openapi-generator - 487b856c11c38edd865aa4e673dc940521ca001c authored 10 months ago by s-jepsen <[email protected]>
fix(ruby): Detect content-type in form-data file upload using faraday (#17851) (#17853)

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

* Update sam...

github.com/OpenAPITools/openapi-generator - 9deeb608e656a3779d96e7ea2e83835ac40b26b1 authored 10 months ago by dvacca-onfido <[email protected]>
update rust samples

github.com/OpenAPITools/openapi-generator - 7d2e8b1278768a948cbfdda8a042afa70861797b authored 10 months ago by William Cheng <[email protected]>
[rust] basic oneOf support (#13970)

* [rust] basic oneOf support

Suport oneOf as a rust struct enum.

Details:

Enum without ...

github.com/OpenAPITools/openapi-generator - c30d3696b01d4fe3eafd3d3d99932db3cbe01811 authored 10 months ago by Nathan Shaaban <[email protected]>
add support for extension in request body to name body parameter (#17850)

github.com/OpenAPITools/openapi-generator - 4fb97b100371e12c6ae4fc1a968a59d6094402ea authored 10 months ago by William Cheng <[email protected]>
Fix attributes in allOf and $ref (#17836)

* fix allOf and ref properties

* add tests

github.com/OpenAPITools/openapi-generator - dd3ab0a1fab6ca55defa8811f7850fb9e29b7e8e authored 10 months ago by William Cheng <[email protected]>
update python fastapi readme

github.com/OpenAPITools/openapi-generator - 3f344ac6b41624d30d685d7c70efe704a79b465a authored 10 months ago by William Cheng <[email protected]>
Run the server using PYTHONPATH and correct module (#17820)

Executing the command from the README file should allow the user to run the application. Without...

github.com/OpenAPITools/openapi-generator - 024c245ba7978e615a01fea81c416e795f351899 authored 10 months ago by Alex <[email protected]>
expand documentation for option "artifactVersion" (#17845)

* update documentation strings

* re-generate docs

github.com/OpenAPITools/openapi-generator - aad345f0bd7caedb41cfc82a937bbc123da27b0b authored 10 months ago by martin-mfg <[email protected]>
Bump s4u/setup-maven-action from 1.11.0 to 1.12.0 (#17849)

Bumps [s4u/setup-maven-action](https://github.com/s4u/setup-maven-action) from 1.11.0 to 1.12.0....

github.com/OpenAPITools/openapi-generator - f3d5ea2f5466721404a93859d56074ab9f9b2f30 authored 10 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
refactor(php): unify $hostSettings variable name (#17828)

github.com/OpenAPITools/openapi-generator - ec42f88c6a27a0d422390ecdf5adb5785b2be5e7 authored 10 months ago by Simon Podlipsky <[email protected]>
fix(php): do not cast to string something that's already string (#17838)

github.com/OpenAPITools/openapi-generator - f4315400750cef141649318db1ba139c13f7c8c9 authored 10 months ago by Simon Podlipsky <[email protected]>
refactor(php): use self::markTestIncomplete instead of instance calls (#17824)

It's reported by phpstan as `Dynamic call to static method PHPUnit\Framework\Assert::markTestInc...

github.com/OpenAPITools/openapi-generator - f3ac4498df52d8cf6c1932eadcb6806cd1da4365 authored 10 months ago by Simon Podlipsky <[email protected]>
fix(php): call selectHeaders correctly in psr-18 implementation (#17832)

- `selectHeadersForMultipart()` does not exist,
- therefore we have to call `selectHeaders()`
...

github.com/OpenAPITools/openapi-generator - cd23dfd3ce701e4d892e1be88a22699235e2ebf9 authored 10 months ago by Simon Podlipsky <[email protected]>
update meta codegen

github.com/OpenAPITools/openapi-generator - 55355780362da979e5c9db8b22696f37bbe3979f authored 10 months ago by William Cheng <[email protected]>
feat: generate EOL in VERSION file (#17829)

The EOL is missing so let's add it in order to comply with POSIX standard:

Line
> A sequence...

github.com/OpenAPITools/openapi-generator - 1e9bccca16b0ae8d06af94d624c0bed8968e07cf authored 10 months ago by Simon Podlipsky <[email protected]>
7.4.0 snapshot (#17818)

* Revert "7.3.0-release (#17817)"

This reverts commit d617b46c86b9075c5e0d63fe3798e2982f5259a...

github.com/OpenAPITools/openapi-generator - 783e68c7acbbdcbb2282d167d1644b069f12d486 authored 11 months ago by William Cheng <[email protected]>
7.3.0-release (#17817)

github.com/OpenAPITools/openapi-generator - d617b46c86b9075c5e0d63fe3798e2982f5259ac authored 11 months ago by William Cheng <[email protected]>
Extend the reserved keywords for Qt projects with the following words: (#17722)

- signals (builtin Qt macro)
- slots (builtin Qt macro)
- valid (generated classes has an is...

github.com/OpenAPITools/openapi-generator - 36f2ecae48c2b2b106533f3d66046f8ac5c7bf9f authored 11 months ago by Miklós Márton <[email protected]>
replace 4-space with tabs in go templates

github.com/OpenAPITools/openapi-generator - 0d1b14a75f6dcc8ef8920705d883d0c5ea7d4d75 authored 11 months ago by William Cheng <[email protected]>
add a new function router to pass gin context (#17785)

github.com/OpenAPITools/openapi-generator - fdb001c8a3b7356d1f535ede2ce7fcd42de128a0 authored 11 months ago by Mehmet Fatih Ercik <[email protected]>
include API information in RestConfiguration Template (#17770)

Include API info in RestConfiguration for java-camel-server mustache template to prevent warning...

github.com/OpenAPITools/openapi-generator - bc680568c500b0088666e9dbac5c90943c855871 authored 11 months ago by Andreas Zöllner <[email protected]>
[go] Fix panic from marshalling Nil NullableTime (#17772)

github.com/OpenAPITools/openapi-generator - 53340140982bfa6a7f7756e28f3ae3a7b2b92fad authored 11 months ago by Ash Berlin-Taylor <[email protected]>
Fix #17752 - Add dependency for jakarta-validation-api and hibernate-validator to pom.xml file for Java client with Resttemplate library (#17753)

Co-authored-by: NC90131N <[email protected]>

github.com/OpenAPITools/openapi-generator - ba4e5ef4954390e3b0e230889d0c72e7ed7f2539 authored 11 months ago by Nathanael COURET <[email protected]>
update test file sha256

github.com/OpenAPITools/openapi-generator - 5bcdc256453c4b40cd674ea4c73db6ff43342c6b authored 11 months ago by William Cheng <[email protected]>
[java] 14404 fix for json arrays (#17812)

github.com/OpenAPITools/openapi-generator - be816522694dd48213d9a047496d80c8b0b5c042 authored 11 months ago by Vasilii Sorokin <[email protected]>
Fix TS Axios echo client github workflow (#17815)

* test fix

* test fix

github.com/OpenAPITools/openapi-generator - cd18299bb8edf34dad135adebc38aa6e05b804b3 authored 11 months ago by William Cheng <[email protected]>
[Python] deserialize enum json response (fix #17789) (#17791)

* deserialize enum json response (python)

* adapt python samples: adding enum deserialization...

github.com/OpenAPITools/openapi-generator - f323a3e788ec932ddc1e31f44f3bd0c8a88f7dbc authored 11 months ago by Jonathan <[email protected]>
[cpp-qt-client] Fix CMakeLists.txt.mustache and CMakeLists.txt for Qt5 (fix #17712) (#17721)

* [cpp-qt-client] Fix CMakeLists.txt.mustache and CMakeLists.txt for Qt5
(fix #17712)

* Rest...

github.com/OpenAPITools/openapi-generator - c71eb5dfe8bb87c416a89f96714aef2a0ecb83b9 authored 11 months ago by Martin Delille <[email protected]>
fix parent name look up using schema name (#17807)

github.com/OpenAPITools/openapi-generator - 0202bac5390b280071961c2fd809c2199656fa75 authored 11 months ago by William Cheng <[email protected]>
Fix OpenAPITools#17757 - Include minimum and maximum values in arrays with number items (#17759)

github.com/OpenAPITools/openapi-generator - cbc345308a76adcf7a7b1ca77ae71a3318e31551 authored 11 months ago by MarBode <[email protected]>
[PowerShell] Support multiple types in Accept header (#17765)

* Update api_client.mustache

Allow Accept header to contain multiple MIME types

* Changes ...

github.com/OpenAPITools/openapi-generator - 5a7f05088992b7fcf0b74f6b422127f74b7e8ad9 authored 11 months ago by condorcorde <[email protected]>
[Java] Fix default values of array-type parameters in a referenced file (#17779)

* fix invalid default values of parameters with array type in a referenced file

* add test

github.com/OpenAPITools/openapi-generator - 795f0798ac66463a6175f1c5957856cba74edead authored 11 months ago by Tomohiko Ozawa <[email protected]>
[Go] fix unused bytes import for anyOf and oneOf models (#17775)

* add sample spec for oneof and anyof with required properties

* omit bytes import for oneOf ...

github.com/OpenAPITools/openapi-generator - d0ed25a06dda4c2adff5b04d430583b276f454f8 authored 11 months ago by Charles Treatman <[email protected]>
update js samples

github.com/OpenAPITools/openapi-generator - 963e16a0dd0a06689a35ed93031821bbc483da2a authored 11 months ago by William Cheng <[email protected]>
Fix #17767 (#17769)

Co-authored-by: Moritz Hannemann <[email protected]>

github.com/OpenAPITools/openapi-generator - 2f3f684b7fe7762a129f25da8c588f9c514ad28d authored 11 months ago by Moritz <[email protected]>