Skip to content

Commit

Permalink
Updated CHANGELOG for 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ-Wright committed Feb 1, 2018
1 parent 461b51a commit a4a5241
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 86 deletions.
44 changes: 44 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,50 @@ Regolith Change Log

.. current developments
v0.1.8
====================

**Added:**

* Database clients now merge collections across databases so records across
public and private databases can be put together. This is in
``client.chained_db``.

* Blacklist for db files (eg. ``travis.yml``) the default (if no blacklist is
specified in the ``rc`` is to blacklist ``['.travis.yml', '.travis.yaml']``
* Schemas and exemplars for the collections.
Database entries are checked against the schema, making sure that all the
required fields are filled and the values are the same type(s) listed in the
schema. The schema also includes descriptions of the data to be included.
The exemplars are examples which have all the specified fields and are
used to check the validation.
* Docs auto generate for collections (if they were documented in the schema).


**Changed:**

* ``all_docs_from_collection`` use the ``chained_db`` to pull from all dbs at
once. This is a breaking API change for ``rc.client.all_documents``
* App now validates incoming data against schema


**Deprecated:**

* Mongo database support is being deprecated (no ``chained_db`` support)


**Fixed:**

* Properly implemented the classlist ``replace`` operation.
* Fixed issue with classlist insertions using Mongo-style API
(deprecated).
* Properly filter on course ids when emailing.
* ``fsclient`` dbs explicitly load 'utf-8' files, which fixes an issue on
Windows




v0.1.7
====================

Expand Down
15 changes: 0 additions & 15 deletions news/cl.rst

This file was deleted.

13 changes: 0 additions & 13 deletions news/classlist.rst

This file was deleted.

14 changes: 0 additions & 14 deletions news/encoding.rst

This file was deleted.

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

This file was deleted.

21 changes: 0 additions & 21 deletions news/schema.rst

This file was deleted.

0 comments on commit a4a5241

Please sign in to comment.