Release History

3.3.1 (2022-08-23)

  • Loosen redis pin to allow redis 4
  • Switch to GitHub Actions for CI

3.3.0 (2021-09-02)

  • Replace consulate usage with requests
  • Add classifiers for 3.8 & 3.9.

3.2.0 (2019-04-05)

  • Use psycopg2 instead of queries

3.1.0 (2019-03-27)

  • Expand supported redis package versions

3.0.0 (2018-02-01)

  • Upgrade to queries 2.0.x.
  • Drop support for Python 2.6.

2.1.0 (2017-10-28)

  • Add raw HTTP support to prep-it
  • Ignore data files that look like temporary files. This specifcally ignores files that start with a period and files that end with a tilde.

2.0.0 (2017-05-22)

  • Remove Cassandra support

1.1.1 (2016-08-17)

  • Support Python 2.6

1.1.0 (2016-04-13)

  • Make the platform directory name an option for prep-it
  • Add --sleep parameter to wait-for
  • Normalize parameter processing between commands
  • Do not create a postgres database if the database-specific environment variable exists.
  • Add support for tcp:// in wait-for

1.0.0 (2016-01-27)

  • Infect the world!

0.3.5 (2016-01-26)

  • Query parameters are now passed from cassandra:// URLs into the cluster instance.

0.3.4 (2016-01-14)

  • Add postgres support in wait-for

0.3.3 (2015-10-08)

  • The default Redis DB must be an integer

0.3.0 (2015-09-15)

  • Read and execute the entire SQL file when bootstrapping Postgresql

0.2.1 (2015-09-14)

  • Remove codecs from setup.py for Python 3 compatibility.

0.2.0 (2015-08-05)

  • Added the wait-for utility

0.1.0 (2015-06-23)

  • Initial release of the PrepIt package
  • Import @briank’s work on prepit.