Releases: hypertrace/data-model
Releases · hypertrace/data-model
Release v0.1.22
chore: update gradle version and fixed snyk failure (#37) * chore: update gradle version and fixed snyk failure * update constraints jackson-core * fixed implementation to api * update codeowners * addressed comments of updgrading to 7.4.2 and others * upgraded to latest
Release v0.1.21
chore(attribute-creator): long, float and double attribute utility (#34) * chore(attribute-creator): long and float attribute utility * double attribute creator * unit tests
Release v0.1.20
What's Changed
- chore: apply hypertrace codestyle by @laxman-traceable in #29
- bugfix: Avro reflection cache by @laxman-traceable in #30
New Contributors
- @laxman-traceable made their first contribution in #29
Full Changelog: 0.1.19...0.1.20
Release v0.1.19
support for follow_from (#26) * support for follow_from * test modified , scenario for follow_from event * comment nit * Update data-model/src/main/java/org/hypertrace/core/datamodel/shared/trace/StructuredTraceBuilder.java Co-authored-by: kotharironak <[email protected]> Co-authored-by: kotharironak <[email protected]>
Release v0.1.18
fix: Thread safe StructuredTraceGraph (#28) * Thread safe StructuredTraceGraph * Remove static method to construct event and entities graph
Release v0.1.17
chore: update vulnerable transitive dependency (#27)
Release v0.1.16
Compose StructuredTraceGraph from Entities and events graph (#25)
v0.1.15
feat: Schema for log event records (#19)
v0.1.14
feat: adding resource support (#16) * feat: adding resource support * feat: support for building structured trace with resources * docs: add comment on resource index
v0.1.13
Handle duplicate entities while building StructuredTraceGraph (#15)