| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2022-11-03 | 2.0 kB | |
| v0.24.0 source code.tar.gz | 2022-11-03 | 176.7 kB | |
| v0.24.0 source code.zip | 2022-11-03 | 328.1 kB | |
| Totals: 3 Items | 506.7 kB | 0 | |
What's Changed
- Bump version to next expected release by @punya in https://github.com/census-instrumentation/opencensus-go/pull/1257
- Remove @rakyll from codeowners by @punya in https://github.com/census-instrumentation/opencensus-go/pull/1256
- Fix formatting to pass with go1.17 by @howardjohn in https://github.com/census-instrumentation/opencensus-go/pull/1270
- Optimize
Record()to avoid extra allocations by @howardjohn in https://github.com/census-instrumentation/opencensus-go/pull/1267 - Precompute encodeWithKeys buffer size to avoid resizes by @howardjohn in https://github.com/census-instrumentation/opencensus-go/pull/1269
- Remove
convTslicecalls in Record() by @howardjohn in https://github.com/census-instrumentation/opencensus-go/pull/1268 - fix: Add function to stop the defaultWorker by @kylecarbs in https://github.com/census-instrumentation/opencensus-go/pull/1272
- Passing capacity to make() in place of length. by @fayfaychan in https://github.com/census-instrumentation/opencensus-go/pull/1276
- Fix CI, and update testify by @dashpole in https://github.com/census-instrumentation/opencensus-go/pull/1284
- Add started RPC metric for client and server side by @zasweq in https://github.com/census-instrumentation/opencensus-go/pull/1283
New Contributors
- @punya made their first contribution in https://github.com/census-instrumentation/opencensus-go/pull/1257
- @howardjohn made their first contribution in https://github.com/census-instrumentation/opencensus-go/pull/1270
- @kylecarbs made their first contribution in https://github.com/census-instrumentation/opencensus-go/pull/1272
- @fayfaychan made their first contribution in https://github.com/census-instrumentation/opencensus-go/pull/1276
- @zasweq made their first contribution in https://github.com/census-instrumentation/opencensus-go/pull/1283
Full Changelog: https://github.com/census-instrumentation/opencensus-go/compare/v0.23.0...v0.24.0