Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

32 lines (22 loc) · 1.29 KB

Changelog

v2.23.4

  • Fix for a weird bug we found from the customer support. Without this fix, his app won't bind to the port.

v2.23.3

  • Fix a potential issue where the possiblity to mutate authHeaders.

v2.23.2

  • Change console.error in connect code to console.log.

v2.23.1

  • Add support for Meteor 1.2. Fixes: #181. It was an issue with how we are tracking Fiber.yield.

v2.23.0

v2.22.1

  • Prevnt string errors crashing the app. Potential fix for: #175

v2.22.0

  • We've seen some users getting older version when installed via meteor add meteorhacks:kadira. We've no idea when it's happening. May be because we still support Meteor 0.9.
  • So, this version drops Meteor 0.9 support and only support Meteor 1.0 or higher.

v2.21.0

  • Fix an issue with the time-sync logic
  • Do not retry if kadira engine return a status code of range 400-500 (except 401. It throws an error.)
  • Add the protocol version as 1.0.0