feat: added support for lock files to cleanup gen.yaml and improve automatic version bumping
Generator changes (6)
New features
csharp
add support for lock files and clean up config files
New features
go
add support for lock files and clean up config files
New features
php
add support for lock files and clean up config files
New features
ruby
add support for lock files and clean up config files
New features
terraform
add support for lock files and clean up config files
+1 more changes
No generator changes
No generator changes
Generator changes (18)
Bug fixes
csharp
fixed merging of allOf/oneOf schemas with their parents
New features
csharp
added a feature flag to enable fixes around correctly naming input output models that potentially introduce breaking changes
Bug fixes
go
fixed merging of allOf/oneOf schemas with their parents
Bug fixes
go
fixed potential conflicts with enum consts and class names
New features
go
added a feature flag to enable fixes around correctly naming input output models that potentially introduce breaking changes
+13 more changes
No generator changes
fix: enable eslint for typescript v2 and update auth readme in swift (#359)
Generator changes (5)
Bug fixes
csharp
add sanitization method for security type name
Bug fixes
go
add sanitization method for security type name
Bug fixes
php
add sanitization method for security type name
Bug fixes
ruby
add sanitization method for security type name
Bug fixes
unity
add sanitization method for security type name
Generator changes (26)
New features
csharp
add ability to use type name when available for selecting field name for untitled array schemas
Bug fixes
csharp
improve security examples in usage snippets
Chores
csharp
upgrade to libopenapi using ordered maps
Bug fixes
csharp
ensure docs links work with flat SDKs
Bug fixes
csharp
allow global security disabling
+21 more changes
feat: various features and fixes added to improve the experience of tsv2, javav2, openapi document ordering and many more
No generator changes
fix: response handling in ruby and add filter to python reserved words (#355)
Generator changes (2)
Bug fixes
ruby
response handling
Chores
ruby
upgrade to libopenapi using ordered maps
Generator changes (2)
Bug fixes
go
const broken when an attribute is optional
Bug fixes
terraform
const broken when an attribute is optional
fix: prevent selecting all usage snippets for SDK Example Usage section (#353)
Generator changes (1)
Tests
go
improve generation of tests to cover most request/response permutations
fix: serializion of deep objects in additionalProperties (go, terraform); java header capture in operation responses (#351)
Generator changes (2)
Bug fixes
go
additional properties -- deep nullable properties & type-override any
Bug fixes
terraform
additional properties -- deep nullable properties & type-override any
Generator changes (19)
Bug fixes
csharp
class names conflicting with namespaces and sdks
Docs
csharp
add server selection and global variables
Docs
csharp
implement readme block removal
Docs
csharp
improve preferred usage examples selection
Bug fixes
csharp
server selection registration
+14 more changes
feat: documentation improvements, terraform fixes (arrays of enums) (#347)
Generator changes (1)
Bug fixes
terraform
importing of external enum references
No generator changes