Skip to content

0.5.0

Compare
Choose a tag to compare
@mike-oakley mike-oakley released this 04 Nov 22:49
· 33 commits to main since this release

What's Changed

Breaking 💥

  • OpenAPI 3.1.1 and 3.0.4 support by @mike-oakley in #48

    Support for OpenAPI 3.1.1 and 3.0.4 has been added! To better structure the project for future OAS versions (and to align with the convention that patch versions are non-functional changes in OAS), the version folder structure has been adjusted from v3_0_3 -> v3_0 and v3_1_0 -> v3_1 respectively. If you have imported from the explicit version paths previously you'll need to adjust the import paths accordingly in your code.

  • Default explode value changed to None by @rafalkrupinski in #42

    To better align with the indeterminate behaviour of explode (which depends on location in the spec), the default value has been changed from False to None. If you previously relied upon the value being False, you will need to update your code to specifically set the value.

Dependencies 📦

  • chore(deps-dev): Bump urllib3 from 2.2.1 to 2.2.2 in the pip group across 1 directory by @dependabot in #37
  • chore(deps-dev): Bump certifi from 2024.6.2 to 2024.7.4 in the pip group across 1 directory by @dependabot in #38
  • chore: Update artifacts action to v4. by @mike-oakley in #47
  • chore: Bump actions and development dependencies. by @mike-oakley in #49

New Contributors

Full Changelog: v0.4.1...v0.5.0