Skip to content

Commit

Permalink
Prepare release 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfussenegger committed Aug 20, 2019
1 parent f98a5e9 commit c9d79a4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
2019-08-20 0.17.0
=================

- Added a new ``reindex`` command which will go through all tables on a cluster
which need to be re-indexed to be compatible with CrateDB major_version+1. It
will one by one create a copy of a table and then remove the old table,
replacing it with the copy.

- Added a new ``infile`` argument to the ``insert-json`` command. This should
make certain scripting scenarios easier.

2019-07-01 0.16.0
=================

Expand Down

0 comments on commit c9d79a4

Please sign in to comment.