Unverified Commit f6548b83 authored by Nicolas Giard's avatar Nicolas Giard Committed by GitHub

docs: added 2.0 mysql + sqlite support

parent 879f4e5d
...@@ -87,12 +87,12 @@ Current and upcoming milestones *(major features only, see the [changelog](https ...@@ -87,12 +87,12 @@ Current and upcoming milestones *(major features only, see the [changelog](https
**Release Date**: Q2 2018 **Release Date**: Q2 2018
**Breaking Changes**: **Breaking Changes**:
- MongoDB is being phased out in favor of PostgreSQL + Redis. An upgrade tool will be provided to migrate existing data to the new system. - MongoDB is being phased out in favor of PostgreSQL/MySQL/SQLite + Redis. An upgrade tool will be provided to migrate existing data to the new system.
- Node.js 8.9 LTS or later is now the minimum supported version. - Node.js 8.9 LTS or later is now the minimum supported version.
**2.0 Milestone**: **2.0 Milestone**:
- [x] GraphQL API - [x] GraphQL API
- [x] Migrate to PostgreSQL + Redis datastore - [x] Migrate to Sequelize + Redis datastore
- [x] Telemetry for analytics and crash reporting (Optional and fully anonymized) - [x] Telemetry for analytics and crash reporting (Optional and fully anonymized)
- [x] Docker support + Auto compile/publish to Docker Hub - [x] Docker support + Auto compile/publish to Docker Hub
- [x] Support sub-directory installations (e.g. example.com/wiki) - [x] Support sub-directory installations (e.g. example.com/wiki)
...@@ -106,20 +106,21 @@ Current and upcoming milestones *(major features only, see the [changelog](https ...@@ -106,20 +106,21 @@ Current and upcoming milestones *(major features only, see the [changelog](https
- [x] New Navigation Concept - [x] New Navigation Concept
- [x] New Admin Area - [x] New Admin Area
- [x] UI - [x] UI
- [x] System Info
- [ ] Manager Groups :rocket:
- [ ] Manager Users :rocket: - [ ] Manager Users :rocket:
- [ ] System Info :rocket:
- [x] Modular editors - [x] Modular editors
- [x] Markdown editor - [x] Markdown editor
- [x] Core Editor - [x] Core Editor
- [x] Live Preview - [x] Live Preview
- [ ] Toolbar :rocket: - [ ] Toolbar
- [ ] Operations - [ ] Operations
- [ ] Save :rocket: - [ ] Save
- [ ] Dialogs - [ ] Dialogs
- [ ] Properties - [ ] Properties
- [ ] Access - [ ] Access
- [ ] Image + File Manager - [ ] Image + File Manager
- [ ] Modular content parsers/renderers :rocket: - [ ] Modular content parsers/renderers
- [ ] Modular search engines - [ ] Modular search engines
- [ ] PostgreSQL search engine - [ ] PostgreSQL search engine
- [ ] Algolia - [ ] Algolia
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment