Changed
- Fixed a generation issue in TypeScript where static methods imports could collide.
- Fixed a generation issue in Go with the accept headers definition.
- Fixed a generation issue in Go and TypeScript with UUID properties.
- Fixed issue with wrong imports for PHP. #2049
- Fix issue where discriminator types were never getting imported for PHP. #2049
- Fix issue where class aliasing was never working as expected for PHP. #2049
- Fixed colliding imports for factory methods in TypeScript. #2009
- Switched to lazy loading module imports in Python. #2007
- Caters for type names being used from System namespace in CSharp generation #2021
- Fixed wrong send request method name for collections in Python. #2057
- Implemented request builders with no parameters as properties in Python. #2024