Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 1.57 KB

ROADMAP.md

File metadata and controls

27 lines (24 loc) · 1.57 KB

Roadmap

Currently

.0.0.1 - Original parking of dr_queue on npm, added main bootstrap
.0.0.2 - Added some basic documentation
.0.0.3 - Added more documentation, added basic functional tests around endpoints
.0.0.4 - Bug fixes (added range endpoint)
.0.0.5 - Fixed issues with range command
.0.0.6 - Add Redis PUB/SUB support for handling real time queue events, include Koa middleware .0.0.7 - Bug fix for missing config when running as middleware, typo fixes in documentation .0.0.8 - Clean up of exporting module correctly .0.0.9 - Documentation Examples for middleware cleanup .0.1.0 - Wildcard channel streaming examples .0.1.1 - Documentation link fixes .0.1.2 - Create proper function wrapper for rolesRequired middleware .0.1.3 - Added middleware filter - Documentation clarification .0.1.4 - Fixed build - forgot to npm install and npm run build .0.1.5 - Removed console.log

Future

.0.2.0 - (June 2019) Create CLI tool, add jsDoc and some visual diagrams and illustrations to documentation .0.3.0 - Add Elastic stream support to collate messages to elastic
.0.3.5 - Adding support for Express and other server middlewares
.0.4.0 - (Summer 2019) Add ApolloClient interface middleware See: Apollo Client
.0.5.0 - (June 2019) Create a web interface to display, filter and search log messages (as a separate companion app)
.0.6.0 - (Fall 2019) Official Beta Release