v1.1.0
Bug fix release with some post-release documentation improvements
Bugs Fixed
- 170 - When an API returns a json object as a string it was being incorrectly deserialized. We now respect the response_type parameter in these cases.
- 171 - Path parameters were being incorrectly replaced, causing extra {} to appear in generated resource paths. They are now correctly replaced.
What's Changed
- Fix missing OIDC components exception message by @Andy-Grigg in #146
- Bump JamesIves/github-pages-deploy-action from 4.2.3 to 4.2.5 by @dependabot in #147
- Bump pyansys-sphinx-theme from 0.2.2 to 0.2.3 by @dependabot in #148
- Bump importlib-metadata from 4.11.0 to 4.11.1 by @dependabot in #151
- Bump fastapi from 0.73.0 to 0.74.0 by @dependabot in #149
- Bump uvicorn from 0.17.4 to 0.17.5 by @dependabot in #150
- Add sonarcloud scan by @da1910 in #154
- [CI] - Split sonarcloud analysis into separate build step by @da1910 in #155
- [CI] Get coverage to report with SonarCloud by @da1910 in #157
- Bump importlib-metadata from 4.11.1 to 4.11.2 by @dependabot in #159
- Bump fastapi from 0.74.0 to 0.74.1 by @dependabot in #160
- Remove sonarcloud analysis by @da1910 in #163
- Bump actions/setup-python from 2 to 3 by @dependabot in #164
- Bump actions/checkout from 2 to 3 by @dependabot in #165
- Bump fastapi from 0.74.1 to 0.75.0 by @dependabot in #166
- [CI]156 - Add generate_release_notes to release action by @da1910 in #158
- Bump uvicorn from 0.17.5 to 0.17.6 by @dependabot in #167
- Bump pytest from 7.0.1 to 7.1.0 by @dependabot in #168
- Bump importlib-metadata from 4.11.2 to 4.11.3 by @dependabot in #169
- Bump pytest from 7.1.0 to 7.1.1 by @dependabot in #173
- 171 - Fix path parameter format by @da1910 in #172
- Bump sphinx to 4.5.0 and fix signature for RetryAdapter by @da1910 in #177
- 162 - Make Syntax Consistent in docs for Auth Types by @da1910 in #178
- Bump numpydoc from 1.2 to 1.2.1 by @dependabot in #176
- 152 - Minor Documentation Fixes by @da1910 in #179
- 170 - Respect response_type when Deserializing response by @da1910 in #180
- Release Version 1.1 by @da1910 in #181
Full Changelog: v1.0.0...v1.1.0