Skip to content

Releases: Kinto/kinto-wizard

4.0.3

28 Mar 14:57
d25478b
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: 4.0.2...4.1.0

4.0.2

30 Nov 12:00
4.0.2
65e4b69
Compare
Choose a tag to compare

Internal Changes

  • Remove usage of deprecated ruamel.yaml loading and dumping function (now requires >0.15, released in 2019) (#296)
  • Fix tests coverage.

4.0.1

10 Dec 10:51
Compare
Choose a tag to compare

Bug fixes

  • Handle Draftv4 schema validation for empty required.

4.0.0

10 Dec 08:37
Compare
Choose a tag to compare

Breaking changes

  • kinto-wizard load now expects to find a buckets: root level in
    the YAML file. And kinto-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

17 Oct 13:22
Compare
Choose a tag to compare

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

2.4.0

17 Oct 13:21
Compare
Choose a tag to compare
  • 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)

2.3.0

04 Oct 20:55
Compare
Choose a tag to compare
  • Add --data and --records options to be able to dump objects
    data without dumping records. (#33)

2.2.0

01 Sep 12:31
Compare
Choose a tag to compare

New features

  • Use asyncio to add parallelism to the load command (#18).

2.1.0

28 Jun 17:45
Compare
Choose a tag to compare

New features

  • Add logger configuration for kinto-http.py (#26)
  • Add an option to force the update with a CLIENT_WINS strategy (#28)
  • Add an option to select the bucket or collection to export (#30)

2.0.0

22 May 12:54
Compare
Choose a tag to compare

Breaking changes

  • Upgrade to kinto-http 8.0.0 with Python 3.5+ support.
  • The --full option of the dump command now outputs records (#16)

New features

  • The load command now supports records (#16)