Releases: Michaelpalacce/EventRequest
Stable release
A lot of improvements have been done. Things have been optimized. First stable release
Big Validation input bugfix release
Also improvements to the tester with data providers in the messages and finished validation attribute tests
Removed TemplatingEngine, Tester improvements, etc
A lot of stability fixes and many bugs squashed
Hotfix for body parsers and removed logs
Body parsers hotfix and console logs removed. Major version increment due to the hotfix. Body parser tests complete, started working on form body parser tests
More tests completed.
A lot of stability changes.
Refactored logging to work with Promises.
Logging is now exported better and is more stable. Bug fixes to logging.
Improved the testing suite.
Bugs fixed all around. Added more documentation.
A lot of small things I could not have found out before testing have been fixed.
The caching servers now work with promises.
The eventRequest SEND now accepts streams, test pending
Timeout.js REMOVED
Testing release
Some fixes after the testing has started. These include improvements to stability, better debugging messages, etc
Caching
Implemented caching mechanism that should work cross clusters ( in memory cache so it's not suggested for production )
Added Logging
You can easily log data from the server to either the console or the file system. Support for customization and configuration. Custom Transport can be added. Multiple loggers can be created. Logs are prefixed by Information about the thread and the name of the server if one is provided.
Added Load Balancer
Update package.json Version increment after load balancer has been implemented
Improved Body Parsing
This release improves the overall body parsing speed, stability and error handling.