Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Commit

Permalink
Updated CHANGELOG for 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scopatz committed Jan 21, 2019
1 parent e1eab53 commit 557ac05
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 101 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
====================

Expand Down
31 changes: 0 additions & 31 deletions news/db_whoosh.rst

This file was deleted.

23 changes: 0 additions & 23 deletions news/rmwhoosh.rst

This file was deleted.

24 changes: 0 additions & 24 deletions news/robust-pull.rst

This file was deleted.

23 changes: 0 additions & 23 deletions news/simplesearch.rst

This file was deleted.

0 comments on commit 557ac05

Please # to comment.