Skip to content

Releases: hypertrace/data-model

Release v0.1.22

04 Apr 04:26
b48b52d
Compare
Choose a tag to compare
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

07 Jan 14:02
a465bac
Compare
Choose a tag to compare
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

27 Oct 08:38
6d17864
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.19...0.1.20

Release v0.1.19

07 Oct 08:55
acf2c3d
Compare
Choose a tag to compare
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

21 Jul 12:03
f8dc2b1
Compare
Choose a tag to compare
fix: Thread safe StructuredTraceGraph (#28)

* Thread safe StructuredTraceGraph

* Remove static method to construct event and entities graph

Release v0.1.17

19 Jul 15:03
5457710
Compare
Choose a tag to compare
chore: update vulnerable transitive dependency (#27)

Release v0.1.16

10 Jun 08:01
0e7dc3a
Compare
Choose a tag to compare
Compose StructuredTraceGraph from Entities and events graph (#25)

v0.1.15

14 Apr 09:34
ec5afce
Compare
Choose a tag to compare
feat: Schema for log event records (#19)

v0.1.14

18 Mar 21:18
655fee2
Compare
Choose a tag to compare
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

13 Mar 08:16
ea09b26
Compare
Choose a tag to compare
Handle duplicate entities while building StructuredTraceGraph (#15)