v13.3.3

3 views
Skip to first unread message

Evan Tahler

unread,
Apr 30, 2016, 4:03:38 PM4/30/16
to actionHero.js
https://github.com/evantahler/actionhero/releases/tag/v13.3.3

Dynamic line delimiter and maxDataLength (Socket Server)

  • added a api.config.servers.socket.delimiter option to the socket server so you can change from\n being the line delimiter.
  • adding a api.config.servers.socket.maxDataLength option to the socket server to prevent buffer overflows with long data submissions
  • By @l0oky via #824

Expose matched route to Connection

  • now you can check data.connection.matchedRoute to see the details of the route that got the web connection to this action... if in case a route was matched via the router.
data.connection.matchedRoute = { 
  path: '/mimeTestAction/:key',
  matchTrailingPathParts: false,
  action: 'mimeTestAction'
 }

Generator

  • Fixed a line break stopping "use strict"; from kicking in for generated actions 2c07d2a
  • Adding "ceateChatRoom" to newly generated projects so that the websocket example works9e61ee8

Documentation Updates

  • How to handle crashes and defensive coding c00a600
  • Guide to redis High Availability: #821
  • Notes on how to update the documentation 173fd70
  • Adding links to actionhero shirts/stickers #822
Reply all
Reply to author
Forward
0 new messages