From 9640f923271de57ae50c56f7cb64d8a0da096fdc Mon Sep 17 00:00:00 2001 From: link2xt Date: Thu, 21 Nov 2024 14:42:43 +0000 Subject: [PATCH] chore(release): prepare for 1.150.0 --- CHANGELOG.md | 72 +++++++++++++++++++ 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-client/pyproject.toml | 2 +- deltachat-rpc-server/Cargo.toml | 2 +- deltachat-rpc-server/npm-package/package.json | 2 +- package.json | 2 +- python/pyproject.toml | 2 +- release-date.in | 2 +- 13 files changed, 88 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94fbd85123..fa749d1e82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,76 @@ # Changelog +## [1.150.0] - 2024-11-21 + +### API-Changes + +- Correct `DC_CERTCK_ACCEPT_*` values and docs ([#6176](https://github.com/deltachat/deltachat-core-rust/pull/6176)). + +### Features / Changes + +- Use Rustls for connections with strict TLS ([#6186](https://github.com/deltachat/deltachat-core-rust/pull/6186)). +- Experimental header protection for Autocrypt. +- Tune down io-not-started info in connectivity-html. +- Clear config cache in start_io() ([#6228](https://github.com/deltachat/deltachat-core-rust/pull/6228)). +- Line-before-quote may be up to 120 character long instead of 80. +- Use i.delta.chat in qr codes ([#6223](https://github.com/deltachat/deltachat-core-rust/pull/6223)). + +### Fixes + +- Prevent accidental wrong-password-notifications ([#6122](https://github.com/deltachat/deltachat-core-rust/pull/6122)). +- Remove footers from "Show Full Message...". +- `send_msg_to_smtp`: Return Ok if `smtp` row is deleted in parallel. +- Only add "member added/removed" messages if they actually do that ([#5992](https://github.com/deltachat/deltachat-core-rust/pull/5992)). +- Do not fail to load chatlist summary if the message got removed. +- deltachat-jsonrpc: Do not fail `get_chatlist_items_by_entries` if the message got deleted. +- deltachat-jsonrpc: Do not fail `get_draft` if draft is deleted. +- `markseen_msgs`: Limit not yet downloaded messages state to `InNoticed` ([#2970](https://github.com/deltachat/deltachat-core-rust/pull/2970)). +- Update state of message when fully downloading it. +- Dont overwrite equal drafts ([#6212](https://github.com/deltachat/deltachat-core-rust/pull/6212)). + +### Build system + +- Silence RUSTSEC-2024-0384. +- cargo: Update rPGP from 0.13.2 to 0.14.0. +- cargo: Update futures-concurrency from 7.6.1 to 7.6.2. +- Update flake.nix ([#6200](https://github.com/deltachat/deltachat-core-rust/pull/6200)) + +### CI + +- Ensure flake is formatted. + +### Documentation + +- Scanned proxies are added and normalized. + +### Refactor + +- Fix nightly clippy warnings. +- Remove slicing from `is_file_in_use`. +- Remove unnecessary `allow(clippy::indexing_slicing)`. +- Don't use slicing in `remove_nonstandard_footer`. +- Do not use slicing in `qr` module. +- Eliminate indexing in `compute_mailinglist_name`. +- Remove unused `allow(clippy::indexing_slicing)`. +- Remove indexing/slicing from `remove_message_footer`. +- Remove indexing/slicing from `squash_attachment_parts`. +- Remove unused allow(clippy::indexing_slicing) for heuristically_parse_ndn. +- Remove indexing/slicing from `parse_message_ids`. +- Remove slicing from `remove_bottom_quote`. +- Get rid of slicing in `remove_top_quote`. +- Remove unused allow(clippy::indexing_slicing) from 'truncate'. +- Forbid clippy::indexing_slicing. +- Forbid clippy::string_slice. +- Delete chat in a transaction. +- Fix typo in `context.rs`. + +### Tests + +- Remove all calls to print() from deltachat-rpc-client tests. +- Reply to protected group from MUA. +- Mark not downloaded message as seen ([#2970](https://github.com/deltachat/deltachat-core-rust/pull/2970)). +- Mark `receive_imf()` as only for tests and "internals" feature ([#6235](https://github.com/deltachat/deltachat-core-rust/pull/6235)). + ## [1.149.0] - 2024-11-05 ### Build system @@ -5229,3 +5300,4 @@ https://github.com/deltachat/deltachat-core-rust/pulls?q=is%3Apr+is%3Aclosed [1.148.6]: https://github.com/deltachat/deltachat-core-rust/compare/v1.148.5..v1.148.6 [1.148.7]: https://github.com/deltachat/deltachat-core-rust/compare/v1.148.6..v1.148.7 [1.149.0]: https://github.com/deltachat/deltachat-core-rust/compare/v1.148.7..v1.149.0 +[1.150.0]: https://github.com/deltachat/deltachat-core-rust/compare/v1.149.0..v1.150.0 diff --git a/Cargo.lock b/Cargo.lock index 88c7c02f28..669e23cdb3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1306,7 +1306,7 @@ dependencies = [ [[package]] name = "deltachat" -version = "1.149.0" +version = "1.150.0" dependencies = [ "anyhow", "async-broadcast", @@ -1406,7 +1406,7 @@ dependencies = [ [[package]] name = "deltachat-jsonrpc" -version = "1.149.0" +version = "1.150.0" dependencies = [ "anyhow", "async-channel 2.3.1", @@ -1431,7 +1431,7 @@ dependencies = [ [[package]] name = "deltachat-repl" -version = "1.149.0" +version = "1.150.0" dependencies = [ "anyhow", "deltachat", @@ -1447,7 +1447,7 @@ dependencies = [ [[package]] name = "deltachat-rpc-server" -version = "1.149.0" +version = "1.150.0" dependencies = [ "anyhow", "deltachat", @@ -1476,7 +1476,7 @@ dependencies = [ [[package]] name = "deltachat_ffi" -version = "1.149.0" +version = "1.150.0" dependencies = [ "anyhow", "deltachat", diff --git a/Cargo.toml b/Cargo.toml index 5579a0e1a7..03cac0c81c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat" -version = "1.149.0" +version = "1.150.0" edition = "2021" license = "MPL-2.0" rust-version = "1.77" diff --git a/deltachat-ffi/Cargo.toml b/deltachat-ffi/Cargo.toml index 598d359849..a42b40e147 100644 --- a/deltachat-ffi/Cargo.toml +++ b/deltachat-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat_ffi" -version = "1.149.0" +version = "1.150.0" description = "Deltachat FFI" edition = "2018" readme = "README.md" diff --git a/deltachat-jsonrpc/Cargo.toml b/deltachat-jsonrpc/Cargo.toml index 1150f0e5d2..a5a6bfea85 100644 --- a/deltachat-jsonrpc/Cargo.toml +++ b/deltachat-jsonrpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat-jsonrpc" -version = "1.149.0" +version = "1.150.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 16f1ceeec3..920429323c 100644 --- a/deltachat-jsonrpc/typescript/package.json +++ b/deltachat-jsonrpc/typescript/package.json @@ -58,5 +58,5 @@ }, "type": "module", "types": "dist/deltachat.d.ts", - "version": "1.149.0" + "version": "1.150.0" } diff --git a/deltachat-repl/Cargo.toml b/deltachat-repl/Cargo.toml index 70a50b1529..70b189f6bd 100644 --- a/deltachat-repl/Cargo.toml +++ b/deltachat-repl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat-repl" -version = "1.149.0" +version = "1.150.0" license = "MPL-2.0" edition = "2021" repository = "https://github.com/deltachat/deltachat-core-rust" diff --git a/deltachat-rpc-client/pyproject.toml b/deltachat-rpc-client/pyproject.toml index 7398111132..3b3c790409 100644 --- a/deltachat-rpc-client/pyproject.toml +++ b/deltachat-rpc-client/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "deltachat-rpc-client" -version = "1.149.0" +version = "1.150.0" description = "Python client for Delta Chat core JSON-RPC interface" classifiers = [ "Development Status :: 5 - Production/Stable", diff --git a/deltachat-rpc-server/Cargo.toml b/deltachat-rpc-server/Cargo.toml index 827c3fbb83..bc1058b825 100644 --- a/deltachat-rpc-server/Cargo.toml +++ b/deltachat-rpc-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat-rpc-server" -version = "1.149.0" +version = "1.150.0" description = "DeltaChat JSON-RPC server" edition = "2021" readme = "README.md" diff --git a/deltachat-rpc-server/npm-package/package.json b/deltachat-rpc-server/npm-package/package.json index 76c47aa8aa..e5f8bf1d33 100644 --- a/deltachat-rpc-server/npm-package/package.json +++ b/deltachat-rpc-server/npm-package/package.json @@ -15,5 +15,5 @@ }, "type": "module", "types": "index.d.ts", - "version": "1.149.0" + "version": "1.150.0" } diff --git a/package.json b/package.json index fd6e1ba26d..ea0ea14015 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.149.0" + "version": "1.150.0" } diff --git a/python/pyproject.toml b/python/pyproject.toml index 9181c13454..5f8c3c6f5c 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "deltachat" -version = "1.149.0" +version = "1.150.0" description = "Python bindings for the Delta Chat Core library using CFFI against the Rust-implemented libdeltachat" readme = "README.rst" requires-python = ">=3.7" diff --git a/release-date.in b/release-date.in index b5fbb42cd6..1169439c01 100644 --- a/release-date.in +++ b/release-date.in @@ -1 +1 @@ -2024-11-05 \ No newline at end of file +2024-11-21 \ No newline at end of file