Release Notes
Changes in 1.44.0
- Added non-interactive snapshot review and reject modes for use in non-TTY environments (LLMs, CI
pipelines, scripts) #815 - Add `--disable-nextest-doctest` flag with deprecation warning #803
- Add ergonomic `--test-runner-fallback` / `--no-test-runner-fallback` flags #811
- Apply redactions to snapshot metadata #813
- Remove confusing 'previously unseen snapshot' message #812
- Speed up JSON float rendering #806 (@nyurik)
- Allow globset version up to 0.4.16 #810 (@g0hl1n)
- Improve documentation #814 (@tshepang)
- Enforce starting newlines in assertions #563
Install
```sh
cargo install cargo-insta@1.44.0
```
(Note: Pre-built binaries are not available for this release due to CI infrastructure updates.
Version 1.44.1 with pre-built binaries will be released shortly.)