- Fix for a weird bug we found from the customer support. Without this fix, his app won't bind to the port.
- Fix a potential issue where the possiblity to mutate authHeaders.
- Change console.error in connect code to console.log.
- Add support for Meteor 1.2. Fixes: #181. It was an issue with how we are tracking
Fiber.yield
.
- Add first steps on decoupling kadira's tracing into a seperate package.
- With this version, we allow an way to expose Kadira traces and some other metrics without connecting to Kadira.
- See example: https://gist.github.com/arunoda/8a3dec21924f08ed83b3
- Prevnt string errors crashing the app. Potential fix for: #175
- 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 Meteor0.9
. - So, this version drops Meteor
0.9
support and only support Meteor1.0
or higher.
- 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