Releases: syrupy-project/syrupy
Releases · syrupy-project/syrupy
Release list
v5.5.3
Immutable
release. Only release title and notes can be modified.
What's Changed
This release has no functional changes. It just fixes an issue where the release tag pointed to the previous commit instead of the commit with the updated pyproject.toml (see #1144).
Full Changelog: v5.5.2...v5.5.3
v5.5.2
v5.5.1
What's Changed
- fix: Defer registering
pytest-xdisthookpytest_testnodedownto avoid "unknown hook" error by @edgarrmondragon in #1140
New Contributors
- @edgarrmondragon made their first contribution in #1140
Full Changelog: v5.5.0...v5.5.1
v5.5.0
What's Changed
NOTE: Test suites using pytest-xdist that previously passed due to incomplete snapshot support may now fail if unused snapshots are detected. You can use
--snapshot-warn-unusedto downgrade unused snapshot detection from an error to a warning though it's not recommended.
Full Changelog: v5.4.0...v5.5.0
v5.4.0
What's Changed
- feat: add --snapshot-no-cleanup to keep unused snapshots on update by @frenck in #1126
- fix: honor boolean operators in -k snapshot selection by @frenck in #1127
Full Changelog: v5.3.4...v5.4.0
v5.3.4
v5.3.3
What's Changed
- perf: speed up string serialization in amber serializer by @frenck in #1118
- perf: avoid copying the cycle-detection set on every serialized node by @frenck in #1119
New Contributors
- @TejasAmle made their first contribution in #1113
- @frenck made their first contribution in #1118
Full Changelog: v5.3.2...v5.3.3
v5.3.2
v5.3.1
What's Changed
Fixes
- fix(test): mark pydantic and attrs as dependencies for running internal tests by @noahnu in #1108 -- This only affects users trying to run the syrupy tests themselves, not consumers of syrupy.
Misc
- chore(deps): update astral-sh/setup-uv action to v8.1.0 by @renovate[bot] in #1103
- chore(deps): update python docker tag to v3.14.4 by @renovate[bot] in #1102
- chore(deps): update benchmark-action/github-action-benchmark action to v1.22.1 by @renovate[bot] in #1105
Full Changelog: v5.3.0...v5.3.1
v5.3.0
What's Changed
Features
Misc.
- chore: move release marker by @noahnu in #1095
- chore(deps): update codecov/codecov-action action to v5.5.4 by @renovate[bot] in #1089
- chore(deps): update dependency pytest to v9.0.3 by @renovate[bot] in #1096
- fix: include tests in sdist by @Lovlace777 in #1099
- chore: skip benchmark on forks by @noahnu in #1100
- chore: update dev dependencies by @noahnu in #1101
New Contributors
- @Lovlace777 made their first contribution in #1099
- @SAY-5 made their first contribution in #1098
Full Changelog: v5.2.0...v5.3.0