|
| 1 | +# Changelog |
| 2 | + |
| 3 | +## openapi-common 1.4.0, 2024-01-10 |
| 4 | + |
| 5 | +### New features |
| 6 | + |
| 7 | +* [Pull request #451](https://github.com/ansys/openapi-common/pull/451): |
| 8 | + Move some auto-generated model methods to the base class. |
| 9 | + |
| 10 | +### Bugs fixed |
| 11 | + |
| 12 | +* [Issue #443](https://github.com/ansys/openapi-common/issues/443), |
| 13 | + [Pull request #447](https://github.com/ansys/openapi-common/pull/447): |
| 14 | + `Enum` deserialization now properly instantiates the `Enum`. |
| 15 | + |
| 16 | +### Documentation |
| 17 | + |
| 18 | +* [Pull request #457](https://github.com/ansys/openapi-common/pull/457): |
| 19 | + Fix Ubuntu 20.04 installation instructions. |
| 20 | + |
| 21 | +### Contributors |
| 22 | + |
| 23 | +* Doug Addy (Ansys) |
| 24 | +* Andy Grigg (Ansys) |
| 25 | +* Ludovic Steinbach (Ansys) |
| 26 | + |
| 27 | +## openapi-common 1.3.0, 2023-11-13 |
| 28 | + |
| 29 | +### New features |
| 30 | + |
| 31 | +* [Issue #311](https://github.com/ansys/openapi-common/issues/311), |
| 32 | + [Pull request #312](https://github.com/ansys/openapi-common/pull/312): |
| 33 | + Support response type to status code mapping for response deserialization. |
| 34 | + |
| 35 | +### Bugs fixed |
| 36 | + |
| 37 | +* [Issue #313](https://github.com/ansys/openapi-common/issues/313), |
| 38 | + [Pull request #316](https://github.com/ansys/openapi-common/pull/316): |
| 39 | + Improve `ApiConnectionException` error message. |
| 40 | +* [Issue #380](https://github.com/ansys/openapi-common/issues/380), |
| 41 | + [Pull request #381](https://github.com/ansys/openapi-common/pull/381): |
| 42 | + Improve regular expression performance while deserializing response. |
| 43 | + |
| 44 | +### Miscellaneous |
| 45 | + |
| 46 | +* [Pull request #347](https://github.com/ansys/openapi-common/pull/347): |
| 47 | + Drop support for Python 3.7. |
| 48 | +* [Pull request #432](https://github.com/ansys/openapi-common/pull/432): |
| 49 | + Drop support for Python 3.8. |
| 50 | + |
| 51 | +### Contributors |
| 52 | + |
| 53 | +* Doug Addy (Ansys) |
| 54 | +* Andy Grigg (Ansys) |
| 55 | +* Ludovic Steinbach (Ansys) |
| 56 | + |
| 57 | +## openapi-common 1.2.2, 2023-04-14 |
| 58 | + |
| 59 | +### Bugs fixed |
| 60 | + |
| 61 | +* [Issue #380](https://github.com/ansys/openapi-common/issues/380), |
| 62 | + [Pull request #381](https://github.com/ansys/openapi-common/pull/381): |
| 63 | + Improve regular expression performance while deserializing response. |
| 64 | + |
| 65 | +### Contributors |
| 66 | + |
| 67 | +* Doug Addy (Ansys) |
| 68 | + |
| 69 | +## openapi-common 1.2.1, 2023-02-20 |
| 70 | + |
| 71 | +### New features |
| 72 | + |
| 73 | +* [Issue #311](https://github.com/ansys/openapi-common/issues/311), |
| 74 | + [Pull request #312](https://github.com/ansys/openapi-common/pull/312): |
| 75 | + Support response type to status code mapping for response deserialization. |
| 76 | + |
| 77 | +### Bugs fixed |
| 78 | + |
| 79 | +* [Issue #313](https://github.com/ansys/openapi-common/issues/313), |
| 80 | + [Pull request #316](https://github.com/ansys/openapi-common/pull/316): |
| 81 | + Improve `ApiConnectionException` error message. |
| 82 | + |
| 83 | +### Contributors |
| 84 | + |
| 85 | +* Andy Grigg (Ansys) |
| 86 | +* Ludovic Steinbach (Ansys) |
| 87 | + |
| 88 | +## openapi-common 1.2.0, 2023-01-03 |
| 89 | + |
| 90 | +### New features |
| 91 | + |
| 92 | +* [Issue #220](https://github.com/ansys/openapi-common/issues/220), |
| 93 | + [Pull request #221](https://github.com/ansys/openapi-common/pull/221): |
| 94 | + Handle `Enum` objects as properties of models. |
| 95 | +* [Issue #129](https://github.com/ansys/openapi-common/issues/129), |
| 96 | + [Pull request #139](https://github.com/ansys/openapi-common/pull/139): |
| 97 | + Replace `requests-oauthlib` with `requests-auth`. |
| 98 | + |
| 99 | +### Bugs fixed |
| 100 | + |
| 101 | +* [Issue #284](https://github.com/ansys/openapi-common/issues/284), |
| 102 | + [Pull request #288](https://github.com/ansys/openapi-common/pull/288): |
| 103 | + Fix formatting path with multiple path parameters. |
| 104 | + |
| 105 | +### Contributors |
| 106 | + |
| 107 | +* Doug Addy (Ansys) |
| 108 | +* Andy Grigg (Ansys) |
| 109 | +* Ludovic Steinbach (Ansys) |
| 110 | +* Kathy Pippert (Ansys) |
| 111 | + |
| 112 | +## openapi-common 1.1.1, 2022-07-15 |
| 113 | + |
| 114 | +### New features |
| 115 | + |
| 116 | +* [Issue #220](https://github.com/ansys/openapi-common/issues/220), |
| 117 | + [Pull request #221](https://github.com/ansys/openapi-common/pull/221): |
| 118 | + Handle `Enum` objects as properties of models. |
| 119 | + |
| 120 | + |
| 121 | +### Contributors |
| 122 | + |
| 123 | +* Doug Addy (Ansys) |
| 124 | + |
| 125 | + |
| 126 | +## openapi-common 1.1.0, 2022-04-04 |
| 127 | + |
| 128 | +### Bugs fixed |
| 129 | + |
| 130 | +* [Issue #170](https://github.com/ansys/openapi-common/issues/170), |
| 131 | + [Pull request #180](https://github.com/ansys/openapi-common/pull/180): |
| 132 | + Respect `response_type` when deserializing a JSON response. |
| 133 | +* [Issue #171](https://github.com/ansys/openapi-common/issues/171), |
| 134 | + [Pull request #172](https://github.com/ansys/openapi-common/pull/172): |
| 135 | + Fix path parameter formatting in requests. |
| 136 | +* [Issue #145](https://github.com/ansys/openapi-common/issues/145), |
| 137 | + [Pull request #146](https://github.com/ansys/openapi-common/pull/146): |
| 138 | + Fix error message for missing OIDC and kerberos extras. |
| 139 | + |
| 140 | +### Documentation |
| 141 | + |
| 142 | +* Standardize the syntax for different authentication types. |
| 143 | + |
| 144 | +### Contributors |
| 145 | + |
| 146 | +* Doug Addy (Ansys) |
| 147 | +* Andy Grigg (Ansys) |
| 148 | +* Ludovic Steinbach (Ansys) |
| 149 | +* Kathy Pippert (Ansys) |
0 commit comments