Skip to content

Commit 21f4ba6

Browse files
committed
Merge tag 'v1.112.10'
2 parents 5b435d1 + 4e308e8 commit 21f4ba6

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.112.10] - 2023-06-01
4+
5+
### Fixes
6+
7+
- Disable `fetch_existing_msgs` setting by default.
8+
- Update `h2` to fix RUSTSEC-2023-0034.
9+
310
## [1.115.0] - 2023-05-12
411

512
### JSON-RPC API Changes

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ pub enum Config {
145145
/// If set to "1", on the first time `start_io()` is called after configuring,
146146
/// the newest existing messages are fetched.
147147
/// Existing recipients are added to the contact database regardless of this setting.
148-
#[strum(props(default = "1"))]
148+
#[strum(props(default = "0"))]
149149
FetchExistingMsgs,
150150

151151
/// If set to "1", then existing messages are considered to be already fetched.

0 commit comments

Comments
 (0)