You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on github.com and signed with GitHub’s verified signature.
The key has expired.
Changed
Fixed a bug where collections types would generate invalid return types in CSharp.
Fixed a bug where a nullable entry in anyOf schemas would create unnecessary composed types.
Removed duplicate properties defined in base types from model serialization and deserialization methods and initialise property defaults in constructor. #1737
Fixed a bug where the generated code had incorrect casing within a method (Ruby). #1672
Fixed an issue where duplicate 'require' statements are generated for inner classes in the middle of the file (Ruby). #1649
Split parsable interface and additional property/data interface in Ruby. #1654
Changed format of datetimes in Go to be converted to ISO 8601 by default when place in path parameters(Go)