Skip to content

Releases: theVolary/feather

Custom route authorization for non-users (client only)

20 Jun 19:04
Compare
Choose a tag to compare
Merge pull request #304 from DavidZey/master

allowing (custom) authorization to occur even when user login is not logged in

New onPreStart hook, updated JS minify, handle object exception logging

07 Nov 20:43
Compare
Choose a tag to compare
  • Refactor on jsdom memory leak to call window close and to no longer cap jsdom resources #300
  • Added resource counting to ensure rest of feather is properly releasing dom objects thru the manager #300
  • Upgrade jsdom to newest stable 1.5.0 #300
  • Cleanup #300
  • add onPreStart app hook #297
  • re-enables js minify using newest uglifyjs #297
  • Handle exception objects passed to logger that don't match specific signature #298

Security patches

24 Sep 20:29
Compare
Choose a tag to compare
  • Upgraded Socket.io and add Verbs to route auth
  • Implement POODLE fix for SSLv3 and SSLv2

Proxy Server Support

17 Sep 20:44
Compare
Choose a tag to compare
  • PR 292, proxy support

Handle no body on a DELETE request

18 Aug 18:57
Compare
Choose a tag to compare

Resource Pool Enhancements

11 Aug 21:38
Compare
Choose a tag to compare

Render error handling

05 Aug 21:33
Compare
Choose a tag to compare

This release fixes a render error handling bug that orphaned a dom resource if a server-side template failed to execute. See PR #288

v0.4.13

24 Jul 20:50
Compare
Choose a tag to compare
  • Add heap dump capability on kill signal (USR2).
  • git ignore *.gz files now that we can turn gzipping content on again.

JQuery rollback

13 Jun 18:22
Compare
Choose a tag to compare
  • JQuery in use was 1.7.1. This release pulls that same version from the CDN, instead of 1.7.2, as it broke some things.

Efficiency improvements

11 Jun 21:23
Compare
Choose a tag to compare
  • Gzip is working again.
  • Gzip and minify socket.io files
  • JQuery and Bootstrap files are pulled from CDN now.