Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 551 Bytes

news.md

File metadata and controls

7 lines (5 loc) · 551 Bytes

NEWs

Upcoming changes for OpenAPI 3.0 would be:

  • version changes to: 1.0.0, if you need a stabler version, please use pyswagger<1.0.0 in pip's requirement file.
  • most logic would be divided to this repo and pyswagger would only contains code related to 'making reuqests' (just like what gophers did in go-openapi)
  • $ref would not be normalized anymore. Every field from API spec would be left unchanged and create another field for patched version.