Releases: theVolary/feather
Releases · theVolary/feather
Profiling adds and bug fixes and connection timing
- Profiling adds and node heap size options PR #281
- Fix 400 errors on DELETE calls. PR #283
- Add timing logs PR #284
Add exit status and body parser enhancements for Connect 3.0 prep.
- Add exit status to Shutdown (PR #276)
- Body parser updates for Connect 3.0 (PR #275)
- CLI exits with child process exit code. (PR #277)
- Cleanup some things on multer multipart processing. to allow for JSON parsing (PR #278)
- Fix for feather_cache_break logic (PR #279)
- Auto-calculate file size when grokking uploaded files. Multer does not do this itself (but should). (PR #280)
CSS Consolidation, allow cross site scripting, enhance rest route calls
- Option to consolidate CCS PR
- Add options variable to rest routes PR
- Allow cross site scripting PR
- More cross site scripting stuff PR
v0.4.3
- Fix max listeners in eventPublisher to work with current node version.
- Fix an efficiency oversight in data.js.
- Add variable to query string in rest proxy to break caching PR
Remove usage of CreateStylesheet when CSS is appended to page
- CreateStylesheet has been deprecated. Making all browser just append to head (PR #265)
Cookie parsing fix & error suppression
- Made cookie parsing use only the session secret rather than the cookieParse secret as well. Prevents mismatched secrets when parsing. (PR #263)
- Suppressed to error logs when it is the result of a missing css file. (PR #264)
v0.4.0
Release Notes
- Modernized connect-gzip so it can be turned on again. PR
- Don't return 404 for missing widget css, as they are not required. PR