Skip to content

Releases: Michaelpalacce/EventRequest

Stable release

25 Oct 22:33
Compare
Choose a tag to compare

A lot of improvements have been done. Things have been optimized. First stable release

Big Validation input bugfix release

30 Dec 16:06
Compare
Choose a tag to compare

Also improvements to the tester with data providers in the messages and finished validation attribute tests

Removed TemplatingEngine, Tester improvements, etc

29 Dec 21:19
Compare
Choose a tag to compare

A lot of stability fixes and many bugs squashed

Hotfix for body parsers and removed logs

03 Jul 23:15
Compare
Choose a tag to compare
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.

02 Jul 22:09
Compare
Choose a tag to compare

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

25 Jun 20:00
Compare
Choose a tag to compare

Some fixes after the testing has started. These include improvements to stability, better debugging messages, etc

Caching

20 Jun 19:08
Compare
Choose a tag to compare

Implemented caching mechanism that should work cross clusters ( in memory cache so it's not suggested for production )

Added Logging

15 Jun 21:05
0703e6a
Compare
Choose a tag to compare

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

13 Jun 20:25
e84b7f9
Compare
Choose a tag to compare
Update package.json

Version increment after load balancer has been implemented

Improved Body Parsing

08 Jun 20:14
f314418
Compare
Choose a tag to compare
Improved Body Parsing Pre-release
Pre-release

This release improves the overall body parsing speed, stability and error handling.