From 2af9ff1d0188cdf2a1fce68943175710d3a934bf Mon Sep 17 00:00:00 2001 From: link2xt Date: Mon, 4 Mar 2024 19:43:13 +0000 Subject: [PATCH] chore(release): prepare for 1.136.0 --- CHANGELOG.md | 59 +++++++++++++++++++++++ Cargo.lock | 10 ++-- Cargo.toml | 2 +- deltachat-ffi/Cargo.toml | 2 +- deltachat-jsonrpc/Cargo.toml | 2 +- deltachat-jsonrpc/typescript/package.json | 2 +- deltachat-repl/Cargo.toml | 2 +- deltachat-rpc-server/Cargo.toml | 2 +- package.json | 2 +- release-date.in | 2 +- 10 files changed, 72 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73497d58d7..f6240e90b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,64 @@ # Changelog +## [1.136.0] - 2024-03-04 + +### Features / Changes + +- Recognise Trash folder by name ([#5275](https://github.com/deltachat/deltachat-core-rust/pull/5275)). +- Send Chat-Group-Avatar as inline base64 ([#5253](https://github.com/deltachat/deltachat-core-rust/pull/5253)). +- Self-Reporting: Report number of protected/encrypted/unencrypted chats ([#5292](https://github.com/deltachat/deltachat-core-rust/pull/5292)). + +### Fixes + +- Don't send sync messages on self-{status,avatar} update from self-sent messages ([#5289](https://github.com/deltachat/deltachat-core-rust/pull/5289)). +- imap: Allow `maybe_network` to interrupt connection ratelimit. +- imap: Set connectivity to "connecting" only after ratelimit. +- Remove `Group-ID` from `Message-ID`. +- Prioritize protected `Message-ID` over `X-Microsoft-Original-Message-ID`. + +### API-Changes + +- Make `store_self_keypair` private. +- Add `ContextBuilder.build()` to build Context without opening. +- `dc_accounts_set_push_device_token` and `dc_get_push_state` APIs for iOS push notifications. + +### Build system + +- Tag armv6 wheels with tags accepted by PyPI. +- Unpin OpenSSL. +- Remove deprecated `unmaintained` field from deny.toml. +- Do not vendor OpenSSL when cross-compiling ([#5316](https://github.com/deltachat/deltachat-core-rust/pull/5316)). +- Increase MSRV to 1.74.0. + +### CI + +- Upgrade setup-python GitHub Action. +- Update to Rust 1.76 and fix clippy warnings. +- Build Python docs with Nix. +- Upload python docs without GH actions. +- Upload cffi docs without GH actions. +- Build c.delta.chat docs with nix. + +### Other + +- refactor: move more methods from Imap into Session. +- Add deltachat-time to sources. + +### Refactor + +- Remove Session from Imap structure. +- Merge ImapConfig into Imap. +- Get rid of ImapActionResult. +- Build contexts using ContextBuilder. +- Do not send `Secure-Join-Group` in `vg-request`. + +### Tests + +- Fix `test_verified_oneonone_chat_broken_by_device_change()` ([#5280](https://github.com/deltachat/deltachat-core-rust/pull/5280)). +- `get_protected_chat()`: Use FFIEventTracker instead of `dc_wait_next_msgs()` ([#5207](https://github.com/deltachat/deltachat-core-rust/pull/5207)). +- Fixup `tests/test_3_offline.py::TestOfflineAccountBasic::test_wrong_db`. +- Fix pytest compat ([#5317](https://github.com/deltachat/deltachat-core-rust/pull/5317)). + ## [1.135.1] - 2024-02-20 ### Features / Changes diff --git a/Cargo.lock b/Cargo.lock index a4b8392c00..6490d882f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1085,7 +1085,7 @@ dependencies = [ [[package]] name = "deltachat" -version = "1.135.1" +version = "1.136.0" dependencies = [ "ansi_term", "anyhow", @@ -1165,7 +1165,7 @@ dependencies = [ [[package]] name = "deltachat-jsonrpc" -version = "1.135.1" +version = "1.136.0" dependencies = [ "anyhow", "async-channel 2.2.0", @@ -1189,7 +1189,7 @@ dependencies = [ [[package]] name = "deltachat-repl" -version = "1.135.1" +version = "1.136.0" dependencies = [ "ansi_term", "anyhow", @@ -1204,7 +1204,7 @@ dependencies = [ [[package]] name = "deltachat-rpc-server" -version = "1.135.1" +version = "1.136.0" dependencies = [ "anyhow", "deltachat", @@ -1233,7 +1233,7 @@ dependencies = [ [[package]] name = "deltachat_ffi" -version = "1.135.1" +version = "1.136.0" dependencies = [ "anyhow", "deltachat", diff --git a/Cargo.toml b/Cargo.toml index d186f48486..e9b8daa238 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat" -version = "1.135.1" +version = "1.136.0" edition = "2021" license = "MPL-2.0" rust-version = "1.74" diff --git a/deltachat-ffi/Cargo.toml b/deltachat-ffi/Cargo.toml index b8c41f4fcc..110478817b 100644 --- a/deltachat-ffi/Cargo.toml +++ b/deltachat-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat_ffi" -version = "1.135.1" +version = "1.136.0" description = "Deltachat FFI" edition = "2018" readme = "README.md" diff --git a/deltachat-jsonrpc/Cargo.toml b/deltachat-jsonrpc/Cargo.toml index 9ec82d04e2..199635a61e 100644 --- a/deltachat-jsonrpc/Cargo.toml +++ b/deltachat-jsonrpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat-jsonrpc" -version = "1.135.1" +version = "1.136.0" description = "DeltaChat JSON-RPC API" edition = "2021" default-run = "deltachat-jsonrpc-server" diff --git a/deltachat-jsonrpc/typescript/package.json b/deltachat-jsonrpc/typescript/package.json index ecf49500ff..4351e637d9 100644 --- a/deltachat-jsonrpc/typescript/package.json +++ b/deltachat-jsonrpc/typescript/package.json @@ -53,5 +53,5 @@ }, "type": "module", "types": "dist/deltachat.d.ts", - "version": "1.135.1" + "version": "1.136.0" } diff --git a/deltachat-repl/Cargo.toml b/deltachat-repl/Cargo.toml index 03e1bd73cb..e57ffd449f 100644 --- a/deltachat-repl/Cargo.toml +++ b/deltachat-repl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat-repl" -version = "1.135.1" +version = "1.136.0" license = "MPL-2.0" edition = "2021" diff --git a/deltachat-rpc-server/Cargo.toml b/deltachat-rpc-server/Cargo.toml index 917644d00c..ae59817f57 100644 --- a/deltachat-rpc-server/Cargo.toml +++ b/deltachat-rpc-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat-rpc-server" -version = "1.135.1" +version = "1.136.0" description = "DeltaChat JSON-RPC server" edition = "2021" readme = "README.md" diff --git a/package.json b/package.json index 592068c40e..6bf7a10a97 100644 --- a/package.json +++ b/package.json @@ -55,5 +55,5 @@ "test:mocha": "mocha node/test/test.mjs --growl --reporter=spec --bail --exit" }, "types": "node/dist/index.d.ts", - "version": "1.135.1" + "version": "1.136.0" } diff --git a/release-date.in b/release-date.in index d5613f4bbf..18576d533e 100644 --- a/release-date.in +++ b/release-date.in @@ -1 +1 @@ -2024-02-20 \ No newline at end of file +2024-03-04 \ No newline at end of file