diff --git a/CHANGELOG.rst b/CHANGELOG.rst index eb1f72e..0e45f58 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,35 @@ libcflib Change Log .. current developments +v0.0.4 +==================== + +**Added:** + +* Implemented db.search(). + +* Schemas contain key telling whoosh if a field should be stored. + +* Preloader indexes artifacts. + +* Script to index artifacts not currently in index. +* New REST API for searching the database. + +**Changed:** + +* When creating a whoosh index, an indexname is supplied so multiple indexes can exist in the same directory. + +* When indexing document, ignore fields not present in schema rather than raise an error. +* Pulling updates to libcfgraph is now more robust, and should not require + human intervention ever. +* New simple search for searching artifacts uses ``grep``, ``head``, and ``tail``. + +**Removed:** + +* Removed Whoosh, as it is deprecated, so that we may start fresh! + + + v0.0.3 ==================== diff --git a/news/db_whoosh.rst b/news/db_whoosh.rst deleted file mode 100644 index 908b9ab..0000000 --- a/news/db_whoosh.rst +++ /dev/null @@ -1,31 +0,0 @@ -**Added:** - -* Implemented db.search(). - -* Schemas contain key telling whoosh if a field should be stored. - -* Preloader indexes artifacts. - -* Script to index artifacts not currently in index. - -**Changed:** - -* When creating a whoosh index, an indexname is supplied so multiple indexes can exist in the same directory. - -* When indexing document, ignore fields not present in schema rather than raise an error. - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/rmwhoosh.rst b/news/rmwhoosh.rst deleted file mode 100644 index aa02665..0000000 --- a/news/rmwhoosh.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* Removed Whoosh, as it is deprecated, so that we may start fresh! - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/robust-pull.rst b/news/robust-pull.rst deleted file mode 100644 index 913cdee..0000000 --- a/news/robust-pull.rst +++ /dev/null @@ -1,24 +0,0 @@ -**Added:** - -* - -**Changed:** - -* Pulling updates to libcfgraph is now more robust, and should not require - human intervention ever. - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/simplesearch.rst b/news/simplesearch.rst deleted file mode 100644 index 24b2944..0000000 --- a/news/simplesearch.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* New REST API for searching the database. - -**Changed:** - -* New simple search for searching artifacts uses ``grep``, ``head``, and ``tail``. - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -*