issues
search
emit-rs
/
emit
Developer-first diagnostics for Rust applications
https://emit-rs.io
Apache License 2.0
128
stars
2
forks
source link
Prepare for 0.11.0-alpha.9 release
#77
Closed
KodrAus
closed
2 months ago
KodrAus
commented
2 months ago
Major changes
The
emit::event!
macro has been renamed to
emit::evt!
to fit the shorter naming scheme used for
tpl!
,
props!
, etc.
The
Init
type now carries a lifetime parameter instead of references to its arguments.
What's Changed
Stub out UI fail tests by @KodrAus in
https://github.com/emit-rs/emit/pull/75
Add integration tests for OTLP by @KodrAus in
https://github.com/emit-rs/emit/pull/76
Major changes
emit::event!
macro has been renamed toemit::evt!
to fit the shorter naming scheme used fortpl!
,props!
, etc.Init
type now carries a lifetime parameter instead of references to its arguments.What's Changed