Changelog
### 3.0.0
```
------------------
**Breaking changes**
- Upgrade to kinto-http.py 10.0 means that the batch will fail if one
of the server responses has a 4XX status, use the
``--ignore-batch-4xx`` to keep the previous behaviour.
**New features**
- Add an ``--ignore-batch-4xx`` option to explicitly ask for silent
4xx errors.
**Bug fixes**
- Handle YAML date and datetime values. (51)
**Internal changes**
- Add test for YAML node anchors support (52)
See https://en.wikipedia.org/wiki/YAMLAdvanced_components
```
### 2.4.0
```
------------------
- Add a ``--dry-run`` for the load command to see how many records
would be deleted. (46)
- Add a ``--delete-record`` to delete the existing records that are
not in the YAML file. (47)
```
Links
- PyPI: https://pypi.org/project/kinto-wizard
- Changelog: https://pyup.io/changelogs/kinto-wizard/
- Repo: https://github.com/Kinto/kinto-wizard
This PR updates kinto-wizard from 2.3.0 to 3.0.0.
Changelog
### 3.0.0 ``` ------------------ **Breaking changes** - Upgrade to kinto-http.py 10.0 means that the batch will fail if one of the server responses has a 4XX status, use the ``--ignore-batch-4xx`` to keep the previous behaviour. **New features** - Add an ``--ignore-batch-4xx`` option to explicitly ask for silent 4xx errors. **Bug fixes** - Handle YAML date and datetime values. (51) **Internal changes** - Add test for YAML node anchors support (52) See https://en.wikipedia.org/wiki/YAMLAdvanced_components ``` ### 2.4.0 ``` ------------------ - Add a ``--dry-run`` for the load command to see how many records would be deleted. (46) - Add a ``--delete-record`` to delete the existing records that are not in the YAML file. (47) ```Links
- PyPI: https://pypi.org/project/kinto-wizard - Changelog: https://pyup.io/changelogs/kinto-wizard/ - Repo: https://github.com/Kinto/kinto-wizard