Skip to content

Commit ffce0df

Browse files
committed
chore(release): prepare for 2.44.0
1 parent e2eec2f commit ffce0df

12 files changed

Lines changed: 69 additions & 15 deletions

File tree

CHANGELOG.md

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

3+
## [2.44.0] - 2026-02-27
4+
5+
### Build system
6+
7+
- git-cliff: do not capitalize the first letter of commit message.
8+
9+
### Documentation
10+
11+
- RELEASE.md: add section about dealing with antivirus false positives.
12+
13+
### Features / Changes
14+
15+
- improve logging of connection failures.
16+
- add backup versions to the importing error message.
17+
- add context to message loading failures.
18+
- Add 📱 to all webxdc summaries ([#7790](https://github.com/chatmail/core/pull/7790)).
19+
- Send webxdc name instead of raw file name in pre-messages. Display it in summary ([#7790](https://github.com/chatmail/core/pull/7790)).
20+
- rpc: add startup health-check and propagate server errors.
21+
22+
### Fixes
23+
24+
- imex: do not call `set_config` before running SQL migrations ([#7851](https://github.com/chatmail/core/pull/7851)).
25+
- add missing group description strings to cffi.
26+
- chat-description-changed text in old clients ([#7870](https://github.com/chatmail/core/pull/7870)).
27+
- add cffi type for "Description changed" info message.
28+
- If there was no chat description, and it's set to be an empty string, don't send out a "chat description changed" message ([#7879](https://github.com/chatmail/core/pull/7879)).
29+
- Make clicking on broadcast member-added messages work always ([#7882](https://github.com/chatmail/core/pull/7882)).
30+
- tolerate empty existing directory in Accounts::new() ([#7886](https://github.com/chatmail/core/pull/7886)).
31+
- If importing a backup fails, delete the partially-imported profile ([#7885](https://github.com/chatmail/core/pull/7885)).
32+
- Don't generate new timestamp for re-sent messages ([#7889](https://github.com/chatmail/core/pull/7889)).
33+
34+
### Miscellaneous Tasks
35+
36+
- cargo: update async-native-tls from 0.5.0 to 0.6.0.
37+
- add dev-version bump instructions to RELEASE.md (bumping to 2.44.0-dev).
38+
- deps: bump cachix/install-nix-action from 31.9.0 to 31.9.1.
39+
40+
### Performance
41+
42+
- batched event reception.
43+
44+
### Refactor
45+
46+
- enable clippy::arithmetic_side_effects lint.
47+
- imex: check for overflow when adding blob size.
48+
- http: saturating addition to calculate cache expiration timestamp.
49+
- Move migrations to the end of the file ([#7895](https://github.com/chatmail/core/pull/7895)).
50+
- do not chain Autocrypt key verification to parsing.
51+
52+
### Tests
53+
54+
- fail fast when CHATMAIL_DOMAIN is unset.
55+
356
## [2.43.0] - 2026-02-17
457

558
### Features / Changes
@@ -7767,3 +7820,4 @@ https://github.com/chatmail/core/pulls?q=is%3Apr+is%3Aclosed
77677820
[2.41.0]: https://github.com/chatmail/core/compare/v2.40.0..v2.41.0
77687821
[2.42.0]: https://github.com/chatmail/core/compare/v2.41.0..v2.42.0
77697822
[2.43.0]: https://github.com/chatmail/core/compare/v2.42.0..v2.43.0
7823+
[2.44.0]: https://github.com/chatmail/core/compare/v2.43.0..v2.44.0

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deltachat"
3-
version = "2.44.0-dev"
3+
version = "2.44.0"
44
edition = "2024"
55
license = "MPL-2.0"
66
rust-version = "1.88"

deltachat-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deltachat_ffi"
3-
version = "2.44.0-dev"
3+
version = "2.44.0"
44
description = "Deltachat FFI"
55
edition = "2018"
66
readme = "README.md"

deltachat-jsonrpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deltachat-jsonrpc"
3-
version = "2.44.0-dev"
3+
version = "2.44.0"
44
description = "DeltaChat JSON-RPC API"
55
edition = "2021"
66
license = "MPL-2.0"

deltachat-jsonrpc/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@
5454
},
5555
"type": "module",
5656
"types": "dist/deltachat.d.ts",
57-
"version": "2.44.0-dev"
57+
"version": "2.44.0"
5858
}

deltachat-repl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deltachat-repl"
3-
version = "2.44.0-dev"
3+
version = "2.44.0"
44
license = "MPL-2.0"
55
edition = "2021"
66
repository = "https://github.com/chatmail/core"

deltachat-rpc-client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "deltachat-rpc-client"
7-
version = "2.44.0-dev"
7+
version = "2.44.0"
88
license = "MPL-2.0"
99
description = "Python client for Delta Chat core JSON-RPC interface"
1010
classifiers = [

deltachat-rpc-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deltachat-rpc-server"
3-
version = "2.44.0-dev"
3+
version = "2.44.0"
44
description = "DeltaChat JSON-RPC server"
55
edition = "2021"
66
readme = "README.md"

deltachat-rpc-server/npm-package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
},
1616
"type": "module",
1717
"types": "index.d.ts",
18-
"version": "2.44.0-dev"
18+
"version": "2.44.0"
1919
}

0 commit comments

Comments
 (0)