Skip to content

v1.7.0-preview.202309280001

Pre-release
Pre-release
Compare
Choose a tag to compare
@baywet baywet released this 28 Sep 18:27
0fcb607

Added

  • Added support for tracing in Python. #1872
  • Added auto-generated comment for TypeScript generation. #3244

Changed

  • Updated constructor for request builders in Python to set passed path parameters. #3352
  • Localhost based descriptions are not cached anymore to facilitate development workflows. #3316
  • Fixed a bug where the hints would miss quotes for paths and always use the API manifest. #3342
  • Fixed a bug where inline composed types for components schemas would have the wrong name. #3067
  • Changed parameter order in with_url method body to match the signature of RequestBuilder constructor in Python. #3328
  • Removed redundant undefined qualifier in TypeScript for properties. #3244
  • The default status code response is now used as 4XX and 5XX when those class responses are not provided in the description. #3245
  • Adds codes files in typescript to reduce number of generated files. [#2116](#2116