Version | Message |
0.3.0 |
- OpenCensus stats implementation (#220) - Fix ZVAL_DESTRUCTOR usage - Add PHP8 compatibility (#270) |
0.2.2 | - Fix refcounts for arguments in traced function callbacks (#184) |
0.2.1 |
- Preserve annotation, link, and message event options (#171) - Preserve span stacktrace when provided as an option (#171) |
0.2.0 |
- Adds Span kind (#151) - Adds Span sameProcessAsParentSpan (#153) |
0.1.4 | Fix handling startTime when passed to opencensus_trace_begin (#135) |
0.1.3 | Fix segfault on OSX (#129) |
0.1.2 | Fix potential variable naming collision (#97) |
0.1.1 | Fix segfault when specifying attributes in a callback (#93) |
0.1.0 |
First alpha release. - Refactored internal data structures to match OpenCensus models - Supports creating detached spans. - Add support for annotations, message events, and links. |
0.1.0RC2 |
RC1 for alpha release. - Refactored internal data structures to match OpenCensus models - Supports creating detached spans. - Add support for annotations, message events, and links. |
0.1.0RC1 |
RC1 for alpha release. - Refactored internal data structures to match OpenCensus models - Supports creating detached spans. - Add support for annotations, message events, and links. |
0.0.4 |
- Adds php_info() section (#42) - Span ids are captured as hex strings (#44) |
0.0.3 |
- Capture span kind (#19) - Capture stacktrace (#21) |
0.0.2 |
- Fix builds for 32-bit architecture (#15) - Fix windows builds (#17) |
0.0.1 | - Initial release |