Skip to content

Releases: 10up/wpsnapshots

Version 2.2.1

23 Mar 14:10
Compare
Choose a tag to compare

This version fixes the broken download command.

2.2.0

17 May 17:12
Compare
Choose a tag to compare
  • Support overriding version for create and push as well as setting version to nightly. Props dinhtungdu.
  • Better error handling for get_download_url. Props paulschreiber.
  • Message warning users about using production databases
  • Update rmccue/requests version

2.1.0

25 Jan 09:33
Compare
Choose a tag to compare

Added

  • --overwirte_local_copy flag to the pull command (props @eugene-manuilov via #71).
  • --suppress_instructions flag to the pull command (props @eugene-manuilov via #76).
  • --format option to the search command that accepts json and table values (props @eugene-manuilov via #70).
  • GitHub actions to build and push a new docker image when a new release is published (props @eugene-manuilov via #72, #73).

Changed

  • Search command arguments to allow multiple queries.
  • --include_files and --include_db flags of create, download, pull and push commands to accept negative values.
  • --confirm_wp_version_change flag of the pull command to accept negative values.
  • Documentation updates (props @eugene-manuilov, @jeffpaul via #75).
  • Docker image to be compatible with the current version of 10up/wpsnapshots:dev (props @eugene-manuilov via #74).

Removed

  • --column-statistics=0 --no-tablespaces parameters (props @felipeelia via #68).

Fixed

  • Empty line issue rendered at the beginning of all commands.