FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for modules - OpenAPITools/openapi-generator · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
OpenAPITools
/
openapi-generator
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
7.7k
Star
26.7k
Code
Issues
5k+
Pull requests
588
Actions
Projects
Wiki
Security and quality
4
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
openapi-generator
modules
on
master
User selector
Datepicker
Commit history
Commits on Aug 28, 2026
fix(python-fastapi): rebase #24098 onto master (relax path/query/header strict typing, #21905) (#24793)
Show description for 08919b2
JerrySLau
and
goopher
authored
08919b2
View commit details
Copy full SHA for 08919b2
View code at this point
Browse repository at this point
fix invalid default on nullable required container properties (java) (#24800)
wing328
authored
e6659e4
View commit details
Copy full SHA for e6659e4
View code at this point
Browse repository at this point
[Java][Microprofile] Fix invalid initializer on nullable required container properties (#24776) (#24799)
Show description for 8262e12
SubhamAshok
authored
8262e12
View commit details
Copy full SHA for 8262e12
View code at this point
Browse repository at this point
Commits on Aug 27, 2026
Add option to use http.Header.Set when setting headers in Go client (#24791)
Show description for 5cbdf63
wing328
authored
5cbdf63
View commit details
Copy full SHA for 5cbdf63
View code at this point
Browse repository at this point
fix(python-fastapi): update requirements for Python 3.14 support (#24790)
Show description for 1edd5f2
waterWang
authored
1edd5f2
View commit details
Copy full SHA for 1edd5f2
View code at this point
Browse repository at this point
[julia] Emit Project.toml, track OpenAPI.jl release-0.2, fix exportOperations (#24789)
Show description for 99cca29
tanmaykm
authored
99cca29
View commit details
Copy full SHA for 99cca29
View code at this point
Browse repository at this point
fix(go): fix Go client to normalize request header keys using Header.Set (#24766)
Show description for 091a02f
Wuchieh
and
Wuchieh
authored
091a02f
View commit details
Copy full SHA for 091a02f
View code at this point
Browse repository at this point
[php-nextgen] Add Null Check to Model Param Validation (#24787)
Show description for 70ec9dd
ckoegel
authored
70ec9dd
View commit details
Copy full SHA for 70ec9dd
View code at this point
Browse repository at this point
Commits on Aug 26, 2026
feat(cpp-boost-beast): add OAS 3.1 schema validation (#24760)
Show description for c27ee27
bold84
authored
c27ee27
View commit details
Copy full SHA for c27ee27
View code at this point
Browse repository at this point
[Java][RestClient][WebClient] refactor: use CollectionFormat helper method in query generation (#24781)
Mattias-Sehlstedt
authored
5203a01
View commit details
Copy full SHA for 5203a01
View code at this point
Browse repository at this point
[BUG] fix(InlineModelResolver): do not merge distinct inline enums sharing the same values (#23978) (#24009)
Show description for 80e8788
seonwooj0810
authored
80e8788
View commit details
Copy full SHA for 80e8788
View code at this point
Browse repository at this point
add tests
wing328
committed
f41ef96
View commit details
Copy full SHA for f41ef96
View code at this point
Browse repository at this point
[dart-dio][json_serializable] fix unknownEnumValue for collection-typed enum properties (#24673)
Show description for ca6b880
marcelpinto
authored
ca6b880
View commit details
Copy full SHA for ca6b880
View code at this point
Browse repository at this point
remove backslash from path (#24723)
wing328
authored
f4d1198
View commit details
Copy full SHA for f4d1198
View code at this point
Browse repository at this point
Update go echo dependencies (#24779)
Show description for a783d24
wing328
authored
a783d24
View commit details
Copy full SHA for a783d24
View code at this point
Browse repository at this point
Fix Swift AsyncAwait API documentation (#24717)
goutamadwant
authored
7f07c36
View commit details
Copy full SHA for 7f07c36
View code at this point
Browse repository at this point
fix: add support for nullable arrays in Swift 5,6 (#24770)
Show description for cd242fd
HarelM
authored
cd242fd
View commit details
Copy full SHA for cd242fd
View code at this point
Browse repository at this point
Add generateRootResources option for JavaJAXRSSpecServerCodegen (#24773)
Show description for 1d9327b
rignicat
authored
1d9327b
View commit details
Copy full SHA for 1d9327b
View code at this point
Browse repository at this point
Commits on Aug 24, 2026
Prepare 7.26.0 (#24767)
Show description for 8a6252b
wing328
authored
8a6252b
View commit details
Copy full SHA for 8a6252b
View code at this point
Browse repository at this point
v7.25.0 release (#24763)
wing328
authored
ef964b0
View commit details
Copy full SHA for ef964b0
View code at this point
Browse repository at this point
Fix missing imports for schemaMapping in API interfaces (#24672)
Show description for 61c6a9a
SubhamAshok
authored
61c6a9a
View commit details
Copy full SHA for 61c6a9a
View code at this point
Browse repository at this point
fix: keep allOf members that have properties alongside a validation keyword (#24551)
Show description for bb7c33b
donald
and
Kejia Liu
authored
bb7c33b
View commit details
Copy full SHA for bb7c33b
View code at this point
Browse repository at this point
fix(spring): preserve original operation ID for pageable (#24724)
Show description for b20cbb0
wassuh0520
and
yerunpeng014
authored
b20cbb0
View commit details
Copy full SHA for b20cbb0
View code at this point
Browse repository at this point
[python] write back the fully qualified apiPackage/modelPackage (#24739)
Show description for 0c3e1f7
AntoineDuComptoirDesPharmacies
authored
0c3e1f7
View commit details
Copy full SHA for 0c3e1f7
View code at this point
Browse repository at this point
[FIX][KOTLIN][SPRING] mark @param:JsonProperty as required in generated models when required in open api spec (#24754)
Show description for 8674968
svenallers
authored
8674968
View commit details
Copy full SHA for 8674968
View code at this point
Browse repository at this point
fix(spring;kotlin-spring): enhance pageable parameter detection with OpenAPI reference resolution (#24758)
Show description for da510a9
Picazsoo
and
Copilot
authored
da510a9
View commit details
Copy full SHA for da510a9
View code at this point
Browse repository at this point
Commits on Aug 23, 2026
[SPRING;KOTLIN-SPRING] bugfix - honor x-spring-paginated for spring-cloud (Feign) (#24757)
Show description for 5dadfd8
Picazsoo
authored
5dadfd8
View commit details
Copy full SHA for 5dadfd8
View code at this point
Browse repository at this point
[scala-sttp4-jsoniter] bump jsoniter-scala to 2.40.1 and sbt to 1.13.0 (#24759)
Show description for 09bd211
reynaldjoabet
authored
09bd211
View commit details
Copy full SHA for 09bd211
View code at this point
Browse repository at this point
Commits on Aug 22, 2026
fix(kotlin-client): emit parameter table header before first parameter in jvm-retrofit2 docs (#24756)
raunak2007
authored
be73ed9
View commit details
Copy full SHA for be73ed9
View code at this point
Browse repository at this point
Commits on Aug 21, 2026
fix(typescript-fetch): qualify anyToJSON for any-typed form parameters (#24553)
Show description for fcec517
donald
and
Kejia Liu
authored
fcec517
View commit details
Copy full SHA for fcec517
View code at this point
Browse repository at this point
fix(kotlin-client): use escaped propertyBaseName for JsonClassDiscriminator (#24725)
Show description for 326a08e
raunak2007
authored
326a08e
View commit details
Copy full SHA for 326a08e
View code at this point
Browse repository at this point
fix(crystal): support Crystal 1.21 (#24748)
Show description for f63ab32
wilx
authored
f63ab32
View commit details
Copy full SHA for f63ab32
View code at this point
Browse repository at this point
Commits on Aug 20, 2026
fix(kotlin-client): emit parameter table header before first parameter (#24742)
raunak2007
authored
eb040a6
View commit details
Copy full SHA for eb040a6
View code at this point
Browse repository at this point
Commits on Aug 19, 2026
Fix nullable query param (#24738)
Show description for 2905e4f
bw-flagship
authored
2905e4f
View commit details
Copy full SHA for 2905e4f
View code at this point
Browse repository at this point
[JAVA] [Spring] JSpecify, fix nullable + required field (#24711)
Show description for 2767397
jpfinne
authored
2767397
View commit details
Copy full SHA for 2767397
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL