Introduction
This page describes the tentative criteria for graduating the project to each new version.
Details
0.001 - Core and CoreDb modules stable
- New features:
- ability to install modules by compiling them as subclasses of Module and placing them within the Stratos web-root
- automated registration of modules to the database
- installation wizard
- Open issues:
- Stratos user to MySQL may connect from any host
- Cli module should be completed before moving forward; see CsharpRepl at the Mono Project
- hard-coded SQL statements as the database interface
0.0015 - bugfix
- New features:
- instructions for user to change the host on the Stratos user to MySQL
- Open issues:
0.0017 - minor feature
- New features:
- Cli module set up and documented, capable of running test cases on the configuration
- Open issues:
- hard-coded SQL statements as the database interface
0.002 - Perm, Msg, and Evt modules stable
- New features:
- defining and distributing permissions
- sending and processing messages with arbitrary types of payloads
- listening for and triggering events
- Open issues:
- hard-coded SQL statements as the database interface