- Import
TokenStream
viaproc_macro
instead ofsyn
to supportsyn
>= 1.0.58
(tikv#378).
- Bug fix: Allow not specifying visibility token (e.g.
pub(crate)
) for metric definition.
- Misc: Update dependencies (tikv#289, tikv#311)
- Add: Local metric trait (tikv#297)
- Add: Auto-flushable thread local metrics (tikv#304)
- Add: Derive
Eq
andHash
for label enums (tikv#317)
- Add: Local static metric (tikv#245)
- Add: Static metric enums support
get_str()
(tikv#183)
- Change: Static metrics are now type safe (tikv#182)
- Misc: Update the dependent Protobuf version (tikv#181)
- Add:
register_static_xxx!
macros (tikv#180)