Skip to content

Commit

Permalink
Bug 1841075 - PingRateLimit, like all types in RLB's Configuration, s…
Browse files Browse the repository at this point in the history
…hould be re-exported
  • Loading branch information
perrymcmanis144 committed Jul 11, 2023
1 parent 10360a6 commit 54e215b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@

[Full changelog](https://github.com/mozilla/glean/compare/v53.1.0...main)

* General
* Rust
* The PingRateLimit type is now accessible in the Rust Language Binding ([#](https://github.com/mozilla/glean/pull/))

# v53.1.0 (2023-06-28)

[Full changelog](https://github.com/mozilla/glean/compare/v53.0.0...v53.1.0)

* General
* Gracefully handle the waiting thread going away during shutdown ([#2503](https://github.com/mozilla/glean/pull/2503))
* Gracefully handle the waiting thread going away during shutdown ([#2503](/2503))
* Updated to UniFFI 0.24.1 ([#2510](https://github.com/mozilla/glean/pull/2510))
* Try blocking shutdown 10s for init to complete ([#2518](https://github.com/mozilla/glean/pull/2518))
* Android
Expand Down
4 changes: 2 additions & 2 deletions glean-core/rlb/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ pub use configuration::{Builder as ConfigurationBuilder, Configuration};
pub use core_metrics::ClientInfoMetrics;
pub use glean_core::{
metrics::{Datetime, DistributionData, MemoryUnit, Rate, RecordedEvent, TimeUnit, TimerId},
traits, CommonMetricData, Error, ErrorType, Glean, HistogramType, Lifetime, RecordedExperiment,
Result,
traits, CommonMetricData, Error, ErrorType, Glean, HistogramType, Lifetime, PingRateLimit,
RecordedExperiment, Result,
};

mod configuration;
Expand Down

0 comments on commit 54e215b

Please sign in to comment.