You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[0.2.3] - 2025-08-22
--------------------
Fixed
^^^^^
- Error and critical check results directly raise an exception when ``raise_exceptions=True``.
- Use ``ComplexAttribute`` instead of ``MultiValuedComplexAttribute`` to generate data.
- Respect the ``primary`` attribute unique truthy value when generating random values.
- Correctly handle value generation in sub-attributes. :issue:`41`
[0.2.2] - 2025-08-13
--------------------
Fixed
^^^^^
- Discovery checkers are always executed, even with tag filtering.
- Don't execute PATCH tests when the ServiceProviderConfig advises patch is not supported.
[0.2.1] - 2025-08-13
--------------------
Fixed
^^^^^
- Sort results in get_all_available_tags, so it can be used with pytest-xdist.
- `generate_random_value` generate coherent `ref` and `value` values for complex attributes. :pr:`30` :pr:`37`
- Include PATCH operations in get_all_available_tags.