:version:`3.33.0 <v3.32.2...v3.33.0>` - 2024-07-19
--------------------------------------------------
**Added**
- A set of CLI options and a Python API for including and excluding what API operations to test. :issue:`703`, :issue:`819`, :issue:`1398`
- A way to filter API operations by an expression in CLI. :issue:`1006`
- Support for filtering GraphQL operations by ``name``.
**Fixed**
- Missed ``operation_id`` & ``tag`` filter in some cases.
- Broken compatibility with ``Hypothesis<6.108``. :issue:`2357`
**Deprecated**
- ``--method``, ``--endpoint``, ``--tag``, ``--operation-id``, ``--skip-deprecated-operations`` CLI options in favor of the new ``--include-*`` and ``--exclude-*`` options.
See more details in the CLI documentation.
- ``method``, ``endpoint``, ``tag``, ``operation_id`` and ``skip_deprecated_operations`` arguments in ``schemathesis.from_*`` loaders and the ``parametrize`` function in favor of the new ``include`` and ``exclude`` methods on ``schema`` instances.