This repository has been archived by the owner on Dec 23, 2023. It is now read-only.
v0.26.0 Release
- feat: Allow users to register the same Meter multiple times without exception (#2017)
- update gRPC (#2024): Since gRPC v1.27.0, census dependency is removed from
grpc-core
. Agrpc-census
artifact now exists to provide interceptor/stream tracer factory that applies census stats/tracing features. For users not using gRPC’s integration of census, nothing should be affected. Users who want census integration need to addgrpc-census
artifact to runtime classpath. - deps: update GSON (#2025)
- deps: update auth libraries (#2023)
- update guava (#2018)