Releases: Kinto/kinto-wizard
Releases · Kinto/kinto-wizard
4.0.3
4.0.2
4.0.1
4.0.0
Breaking changes
kinto-wizard load
now expects to find abuckets:
root level in
the YAML file. Andkinto-wizard dump
will now add it (fixes #59)
New feature
- Add a
validate
command to run JSON schema validation on the records
locally. (fixes #61)
Internal changes
- To ease the transition between kinto-wizard 3 and kinto-wizard 4,
handle both dump formats for a couple of releases. (#64)
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. (#55)
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/YAML#Advanced_components