@@ -12,20 +12,19 @@ This extension allows you to easily gather latency and other metadata by watchin
1212 <email >chingor@google.com</email >
1313 <active >yes</active >
1414 </lead >
15- <date >2018-04-18 </date >
16- <time >14:21 :00</time >
15+ <date >2018-05-08 </date >
16+ <time >16:17 :00</time >
1717 <version >
18- <release >0.2.1 </release >
19- <api >0.2.1 </api >
18+ <release >0.2.2 </release >
19+ <api >0.2.2 </api >
2020 </version >
2121 <stability >
2222 <release >alpha</release >
2323 <api >alpha</api >
2424 </stability >
2525 <license >Apache 2.0</license >
2626 <notes >
27- - Preserve annotation, link, and message event options (#171)
28- - Preserve span stacktrace when provided as an option (#171)
27+ - Fix refcounts for arguments in traced function callbacks (#184)
2928 </notes >
3029 <contents >
3130 <dir baseinstalldir =" /" name =" /" >
@@ -65,6 +64,8 @@ This extension allows you to easily gather latency and other metadata by watchin
6564 <file name =" context_span_id.phpt" role =" test" />
6665 <file name =" function_callback.phpt" role =" test" />
6766 <file name =" function_callback_arguments.phpt" role =" test" />
67+ <file name =" function_callback_arguments_array.phpt" role =" test" />
68+ <file name =" function_callback_arguments_string.phpt" role =" test" />
6869 <file name =" function_callback_array.phpt" role =" test" />
6970 <file name =" function_callback_callable_wrong_return.phpt" role =" test" />
7071 <file name =" function_callback_extra_arguments.phpt" role =" test" />
@@ -82,6 +83,8 @@ This extension allows you to easily gather latency and other metadata by watchin
8283 <file name =" message_events.phpt" role =" test" />
8384 <file name =" method_callback.phpt" role =" test" />
8485 <file name =" method_callback_arguments.phpt" role =" test" />
86+ <file name =" method_callback_arguments_array.phpt" role =" test" />
87+ <file name =" method_callback_arguments_string.phpt" role =" test" />
8588 <file name =" method_callback_array.phpt" role =" test" />
8689 <file name =" method_callback_scope.phpt" role =" test" />
8790 <file name =" method_callback_string.phpt" role =" test" />
@@ -290,5 +293,20 @@ Fix handling startTime when passed to opencensus_trace_begin (#135)
290293- Preserve span stacktrace when provided as an option (#171)
291294 </notes >
292295 </release >
296+ <release >
297+ <version >
298+ <release >0.2.2</release >
299+ <api >0.2.2</api >
300+ </version >
301+ <stability >
302+ <release >alpha</release >
303+ <api >alpha</api >
304+ </stability >
305+ <date >2018-05-08</date >
306+ <license >Apache 2.0</license >
307+ <notes >
308+ - Fix refcounts for arguments in traced function callbacks (#184)
309+ </notes >
310+ </release >
293311 </changelog >
294312</package >
0 commit comments