* Add new ``MODE`` option, ``'overwrite'``, which creates or updates missing records silently.
Thanks to Peter Law in `PR 461 <https://github.com/adamchainz/django-perf-rec/pull/461>`__.
4.18.0
-------------------
* Drop Python 3.6 support.
4.17.0
-------------------
* Support Python 3.10.
4.16.0
-------------------
* Support Django 4.0.
4.15.0
-------------------
* Add type hints.
4.14.1
-------------------
* Support arbitrary collections of keys being passed to Django cache operations. Previously only mappings and sequences were supported, now sets and mapping views will also work.
Thanks to Peter Law in `PR 378 <https://github.com/adamchainz/django-perf-rec/pull/378>`__.