:version:`3.0.4 <v3.0.3...v3.0.4>` - 2021-01-19
-----------------------------------------------
**Fixed**
- Generating stateful tests, with common parameters behind a reference. :issue:`1020`
- Programmatic addition of Open API links via ``add_link`` when schema validation is disabled and response status codes
are noted as integers. :issue:`1022`
**Changed**
- When operations are resolved by ``operationId`` then the same reference resolving logic is applied as in other cases.
This change leads to less reference inlining and lower memory consumption for deeply nested schemas. :issue:`945`