Skip to content

Releases: theVolary/feather

Profiling adds and bug fixes and connection timing

29 Apr 16:07
Compare
Choose a tag to compare
  • 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.

31 Mar 21:50
Compare
Choose a tag to compare
  • 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

03 Mar 18:23
Compare
Choose a tag to compare
  • 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

13 Feb 13:50
Compare
Choose a tag to compare
  • 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

27 Jan 19:00
Compare
Choose a tag to compare
  • CreateStylesheet has been deprecated. Making all browser just append to head (PR #265)

Cookie parsing fix & error suppression

22 Jan 21:37
Compare
Choose a tag to compare
  • 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

02 Jan 17:10
Compare
Choose a tag to compare

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