:version:`3.11.0 <v3.10.1...v3.11.0>` - 2021-11-03
--------------------------------------------------
**Changed**
- Show ``cURL`` code samples by default instead of Python. :issue:`1269`
- Improve reporting of ``jsonschema`` errors which are caused by non-string object keys.
- Store ``data_generation_method`` in ``BeforeExecution``.
- Use case-insensitive dictionary for ``Case.headers``. :issue:`1280`
**Fixed**
- Pass ``data_generation_method`` to ``Case`` for GraphQL schemas.
- Generation of invalid headers in some cases. :issue:`1142`
- Unescaped quotes in generated Python code samples on some schemas. :issue:`1030`
**Performance**
- Dramatically improve CLI startup performance for large API schemas.
- Open API 3: Inline only ``components/schemas`` before passing schemas to ``hypothesis-jsonschema``.
- Generate tests on demand when multiple workers are used during CLI runs. :issue:`1287`