Releases: googleapis/cloud-trace-nodejs
Releases · googleapis/cloud-trace-nodejs
v0.5.2
2016-05-30, Version 0.5.2 (Experimental), @matthewloring
Notable changes
grpc:
- [
9f796a5a58
] - Add support for grpc 0.14 context propagation (Matt Loring)
Commits
- [
9f796a5a58
] - Add support for grpc 0.14 context propagation (Matt Loring) - [
c220566cbc
] - include app default cred login to installation steps in readme (Justin Beckwith) - [
544e8073a5
] - Set up windows CI (Matt Loring) - [
e331cddadd
] - Fix module regex for windows (Matt Loring) - [
2167b16941
] - modulesLoadedBeforeTrace check incorrect (Michael Diarmid) - [
1f52b8feba
] - Add nodejs 6 to travis runs (Matt Loring) - [
bb75ba33dc
] - Document service account keys (Matt Loring)
v0.5.1
2016-04-25, Version 0.5.1 (Experimental), @matthewloring
Commits
- [
11d12083dc
] - Pin diagnostics common version (Matt Loring) - [
36ad0ac8fb
] - Remove log of uncaughtException config (Matt Loring)
v0.5.0
2016-04-18, Version 0.5.0 (Experimental), @matthewloring
Notable changes
configuration:
- [
f2e65a2298
] - GCLOUD_PROJECT instead of GCLOUD_PROJECT_NUM (Matt Loring) - [
4903c64452
] - Attempt to publish traces on unhandled exception (Matt Loring) - [
6dc11f2c03
] - Remove trace span functions from stack traces (Matt Loring)
sampling:
- [
6856141e2a
] - Enforce sampling policy regardless of headers (Matt Loring)
Commits
- [
77f1c198ca
] - Fix exception handler config to use ignore (Matt Loring) - [
751807a878
] - Eliminate failing http test (Matt Loring) - [
f2e65a2298
] - GCLOUD_PROJECT instead of GCLOUD_PROJECT_NUM (Matt Loring) - [
4903c64452
] - Attempt to publish traces on unhandled exception (Matt Loring) - [
ec924812c2
] - Updated StackDriver and Flexible Env documentation (Matt Loring) - [
6856141e2a
] - Enforce sampling policy regardless of headers (Matt Loring) - [
6dc11f2c03
] - Remove trace span functions from stack traces (Matt Loring) - [
e6474b8240
] - Update dev dependencies (Matt Loring) - [
f1e5b72731
] - Update readme screenshots (Matt Loring) - [
cf94ceefd5
] - Remove console.log from grpc (Matt Loring)
v0.4.0
2016-04-06, Version 0.4.0 (Experimental), @matthewloring
Notable changes
hapi:
- [
45fb0ca23c
] - Support for hapi 12 + 13 (Matt Loring) - [
71e735517a
] - Support for hapi 11 (Matt Loring) - [
2d0f1032fd
] - Support for hapi 9 + 10 (Matt Loring)
sampling:
- [
ba7f988151
] - Respect incoming trace enabled options (Matt Loring)
redis:
- [
b36c3bbf9d
] - Support for redis 2.4 (Matt Loring)
Commits
- [
042ba91536
] - Update supported framework versions in readme (Matt Loring) - [
c657485b96
] - Experimental support for grpc tracing (Matt Loring) - [
fba412148f
] - Document sampling and publishing behavior (Matt Loring) - [
dfaa806755
] - Move hapi-plugin-mysql to test fixtures (Matt Loring) - [
039a64ea9b
] - Patch mysql connection pool (Matt Loring) - [
45fb0ca23c
] - Support for hapi 12 + 13 (Matt Loring) - [
71e735517a
] - Support for hapi 11 (Matt Loring) - [
2d0f1032fd
] - Support for hapi 9 + 10 (Matt Loring) - [
26cc2780e6
] - README clarification (Matt Loring) - [
ba7f988151
] - Respect incoming trace enabled options (Matt Loring) - [
9f1bdea9aa
] - Treat spanIds as strings to avoid integer overflow (Matt Loring) - [
58445faa5a
] - Logging improvements for first error logging (Matt Loring) - [
76f2ae77b8
] - Update coveralls/istanbul and other dev dependencies (Matt Loring) - [
9746b40158
] - Update docs to configure credentials with gcloud (Matt Loring) - [
6ced33ebb8
] - Warn when calling start multiple times (Matt Loring) - [
0817cc8fda
] - Add testing for errors thrown by express (Matt Loring) - [
fecb2f0d32
] - Remove failing http test on 4.x/0.12 (Matt Loring) - [
3dba5725b0
] - Handle headers as lowercase (Matt Loring) - [
261b3fd403
] - Update jshintignore (Matt Loring) - [
7a61849f54
] - Handle remaining todos in code (Matt Loring) - [
67f6c67621
] - Cleanup todos (Matt Loring) - [
903cec6611
] - Warn about modules loaded before trace agent (Matt Loring) - [
8c63bae5a3
] - Warn about preloaded modules loaded before trace (Matt Loring) - [
3e150a6f7a
] - Change config format to support multiple agents (Matt Loring) - [
a160e167e4
] - Support relative config file paths from cwd (Matt Loring) - [
e27630f92b
] - Update README.md (Brad Abrams) - [
a11676d9f8
] - Updated logging in a few places (Matt Loring) - [
2c493b378d
] - Tracing hooks for koa (Matt Loring) - [
b36c3bbf9d
] - Support for redis 2.4 (Matt Loring)