link2xt
15ce54edfb
Update set_core_version.py with new release process
2023-05-10 12:00:14 +00:00
Sebastian Klähn
b7bbb3ee9a
Allow sending a raw webxdc status update ( #4386 )
...
- create new api endpoint
Co-authored-by: bjoern <r10s@b44t.com >
* renaming function
---------
Co-authored-by: septias <xxsebastian.kleahnxx@gmail.com >
Co-authored-by: bjoern <r10s@b44t.com >
2023-05-09 21:15:09 +02:00
link2xt
d3236e79fd
fix: fetch at most 100 existing messages even if EXISTS was not received
...
According to RFC 3501, EXISTS must always be sent in response to SELECT.
But if the server does not send it for some reason,
async-imap uses the default value, so we will essentially fetch `1:*`
and downloading all messages may take a long time.
2023-05-09 10:56:01 +00:00
Simon Laux
aa212b2b7e
jsonrpc: MessageSearchResult, always include chat_name(not an option anymore), also add author_id and chat_type ( #4374 )
...
* jsonrpc: `MessageSearchResult`, always include `chat_name`(not an option anymore), also add `author_id` and `chat_type`
* replace .ok_or_else with anyhow context
2023-05-09 10:22:32 +00:00
Simon Laux
a0c51b3c3a
fix: jsonrpc: typescript client: fix types of events in event emitter ( #4373 )
...
* fix: jsonrpc: typescript client: fix types of events in event emitter
* add ts ignore to remove ts error (when building in ts5)
doing the types right via casting is to complicated IMO and has no real benefit here.
2023-05-09 09:57:49 +00:00
link2xt
e50d7724e3
feat: build deltachat-rpc-server releases for x86_64 macOS
2023-05-08 19:04:38 +00:00
meganoahj
0d30e66dda
add thumbnail for image in chatlist item ( #4311 )
...
* add thumbnail for image in chatlist item
* added preview for stickers and gifs also
* added last_message_type and last_message_id to ChatListItemFetchResult
addresses link2ext comment
* code optimization
fixes:
https://github.com/deltachat/deltachat-core-rust/pull/4311#discussion_r1162791672
* code formatting
* fix clippy
* add changelog entry
---------
Co-authored-by: meganoahj <s3ccg@testrun.org >
Co-authored-by: Simon Laux <mobile.info@simonlaux.de >
2023-05-08 19:44:43 +02:00
Asiel Díaz Benítez
5c3df7e452
jsonrpc: use camel-case for Event struct and move events.rs to types folder ( #4372 )
...
* use camel-case for Event struct and move events.rs to types folder
---------
Co-authored-by: link2xt <link2xt@testrun.org >
2023-05-08 06:49:19 -04:00
dependabot[bot]
3efbe5b1ef
cargo: bump regex from 1.7.3 to 1.8.1 ( #4361 )
2023-05-07 13:31:29 +00:00
dependabot[bot]
52cfba06ea
Merge pull request #4356 from deltachat/dependabot/cargo/dirs-5.0.1
2023-05-06 17:58:24 +00:00
dependabot[bot]
afba63603e
cargo: bump dirs from 5.0.0 to 5.0.1
...
Bumps [dirs](https://github.com/soc/dirs-rs ) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/soc/dirs-rs/releases )
- [Commits](https://github.com/soc/dirs-rs/commits )
---
updated-dependencies:
- dependency-name: dirs
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-06 11:36:44 +00:00
dependabot[bot]
3a25d6a44e
Merge pull request #4362 from deltachat/dependabot/cargo/human-panic-1.1.4
2023-05-06 11:35:30 +00:00
dependabot[bot]
0688895022
Merge pull request #4360 from deltachat/dependabot/cargo/axum-0.6.18
2023-05-05 21:35:26 +00:00
dependabot[bot]
ce0e5416e6
cargo: bump human-panic from 1.1.3 to 1.1.4
...
Bumps [human-panic](https://github.com/rust-cli/human-panic ) from 1.1.3 to 1.1.4.
- [Release notes](https://github.com/rust-cli/human-panic/releases )
- [Changelog](https://github.com/rust-cli/human-panic/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-cli/human-panic/compare/v1.1.3...v1.1.4 )
---
updated-dependencies:
- dependency-name: human-panic
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-05 21:24:47 +00:00
link2xt
7918a6801e
scripts/deny.sh: update package cache before running cargo deny
2023-05-05 21:23:10 +00:00
link2xt
6af631e8df
Add JSON-RPC API to get reactions
2023-05-05 20:49:55 +00:00
dependabot[bot]
625ecaa9b5
cargo: bump axum from 0.6.12 to 0.6.18
...
Bumps [axum](https://github.com/tokio-rs/axum ) from 0.6.12 to 0.6.18.
- [Release notes](https://github.com/tokio-rs/axum/releases )
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md )
- [Commits](https://github.com/tokio-rs/axum/compare/axum-v0.6.12...axum-v0.6.18 )
---
updated-dependencies:
- dependency-name: axum
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-05 20:31:03 +00:00
dependabot[bot]
24fe1b9c15
Merge pull request #4364 from deltachat/dependabot/cargo/tokio-1.28.0
2023-05-05 20:29:57 +00:00
link2xt
ba36d09c70
Make the bots automatically accept group chat contact requests
2023-05-05 16:37:34 +00:00
link2xt
f57be7187e
Update deny.toml
2023-05-05 13:23:44 +00:00
dependabot[bot]
6a00338f79
cargo: bump tokio from 1.27.0 to 1.28.0
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.27.0 to 1.28.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.27.0...tokio-1.28.0 )
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-05 10:48:24 +00:00
dependabot[bot]
16906210e1
Merge pull request #4354 from deltachat/dependabot/cargo/tokio-util-0.7.8
2023-05-05 10:47:12 +00:00
dependabot[bot]
f9b4540387
Merge pull request #4358 from deltachat/dependabot/cargo/syn-2.0.15
2023-05-05 10:46:48 +00:00
dependabot[bot]
9755438d0d
Merge pull request #4366 from deltachat/dependabot/cargo/serde-1.0.160
2023-05-05 10:44:58 +00:00
dependabot[bot]
fe9534ed7d
cargo: bump serde from 1.0.159 to 1.0.160
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.159 to 1.0.160.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.159...v1.0.160 )
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-03 10:55:01 +00:00
dependabot[bot]
134c9ada68
cargo: bump syn from 2.0.13 to 2.0.15
...
Bumps [syn](https://github.com/dtolnay/syn ) from 2.0.13 to 2.0.15.
- [Release notes](https://github.com/dtolnay/syn/releases )
- [Commits](https://github.com/dtolnay/syn/compare/2.0.13...2.0.15 )
---
updated-dependencies:
- dependency-name: syn
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-03 10:54:57 +00:00
dependabot[bot]
a3240452ff
cargo: bump tokio-util from 0.7.7 to 0.7.8
...
Bumps [tokio-util](https://github.com/tokio-rs/tokio ) from 0.7.7 to 0.7.8.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.7...tokio-util-0.7.8 )
---
updated-dependencies:
- dependency-name: tokio-util
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-03 10:54:42 +00:00
dependabot[bot]
84beb6647d
Merge pull request #4357 from deltachat/dependabot/cargo/serde_json-1.0.96
2023-05-03 10:53:51 +00:00
dependabot[bot]
ecf7e2d909
Merge pull request #4359 from deltachat/dependabot/cargo/libc-0.2.142
2023-05-03 10:10:06 +00:00
dependabot[bot]
fcfcf4bbf3
Merge pull request #4365 from deltachat/dependabot/cargo/quick-xml-0.28.2
2023-05-03 10:09:37 +00:00
dependabot[bot]
c62b6d77b7
Merge pull request #4368 from deltachat/dependabot/cargo/anyhow-1.0.71
2023-05-03 10:09:14 +00:00
dependabot[bot]
7e51b9686f
cargo: bump quick-xml from 0.28.1 to 0.28.2
...
Bumps [quick-xml](https://github.com/tafia/quick-xml ) from 0.28.1 to 0.28.2.
- [Release notes](https://github.com/tafia/quick-xml/releases )
- [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md )
- [Commits](https://github.com/tafia/quick-xml/compare/v0.28.1...v0.28.2 )
---
updated-dependencies:
- dependency-name: quick-xml
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-03 01:54:26 +00:00
dependabot[bot]
542ec4cac4
cargo: bump anyhow from 1.0.70 to 1.0.71
...
Bumps [anyhow](https://github.com/dtolnay/anyhow ) from 1.0.70 to 1.0.71.
- [Release notes](https://github.com/dtolnay/anyhow/releases )
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.70...1.0.71 )
---
updated-dependencies:
- dependency-name: anyhow
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-03 01:54:07 +00:00
dependabot[bot]
64b25d9ec0
cargo: bump serde_json from 1.0.95 to 1.0.96
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.95 to 1.0.96.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.95...v1.0.96 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-03 01:54:04 +00:00
dependabot[bot]
f91b6fbdf0
Merge pull request #4363 from deltachat/dependabot/cargo/reqwest-0.11.17
2023-05-03 01:53:12 +00:00
dependabot[bot]
41445a506e
Merge pull request #4369 from deltachat/dependabot/cargo/futures-lite-1.13.0
2023-05-03 01:52:22 +00:00
dependabot[bot]
798db9d019
Merge pull request #4367 from deltachat/dependabot/cargo/tokio-stream-0.1.14
2023-05-02 23:48:34 +00:00
dependabot[bot]
2e860c32ab
Merge pull request #4355 from deltachat/dependabot/cargo/uuid-1.3.2
2023-05-02 23:46:59 +00:00
dependabot[bot]
0e1faed6e5
cargo: bump futures-lite from 1.12.0 to 1.13.0
...
Bumps [futures-lite](https://github.com/smol-rs/futures-lite ) from 1.12.0 to 1.13.0.
- [Release notes](https://github.com/smol-rs/futures-lite/releases )
- [Changelog](https://github.com/smol-rs/futures-lite/blob/master/CHANGELOG.md )
- [Commits](https://github.com/smol-rs/futures-lite/compare/v1.12.0...v1.13.0 )
---
updated-dependencies:
- dependency-name: futures-lite
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-01 22:03:16 +00:00
dependabot[bot]
f5de3be977
cargo: bump tokio-stream from 0.1.12 to 0.1.14
...
Bumps [tokio-stream](https://github.com/tokio-rs/tokio ) from 0.1.12 to 0.1.14.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Changelog](https://github.com/tokio-rs/tokio/blob/tokio-0.1.14/CHANGELOG.md )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.12...tokio-0.1.14 )
---
updated-dependencies:
- dependency-name: tokio-stream
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-01 22:02:36 +00:00
dependabot[bot]
4b0a30eb66
cargo: bump reqwest from 0.11.16 to 0.11.17
...
Bumps [reqwest](https://github.com/seanmonstar/reqwest ) from 0.11.16 to 0.11.17.
- [Release notes](https://github.com/seanmonstar/reqwest/releases )
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.16...v0.11.17 )
---
updated-dependencies:
- dependency-name: reqwest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-01 22:00:52 +00:00
dependabot[bot]
7710467571
cargo: bump libc from 0.2.140 to 0.2.142
...
Bumps [libc](https://github.com/rust-lang/libc ) from 0.2.140 to 0.2.142.
- [Release notes](https://github.com/rust-lang/libc/releases )
- [Commits](https://github.com/rust-lang/libc/compare/0.2.140...0.2.142 )
---
updated-dependencies:
- dependency-name: libc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-01 21:59:05 +00:00
dependabot[bot]
1687794b81
cargo: bump uuid from 1.3.0 to 1.3.2
...
Bumps [uuid](https://github.com/uuid-rs/uuid ) from 1.3.0 to 1.3.2.
- [Release notes](https://github.com/uuid-rs/uuid/releases )
- [Commits](https://github.com/uuid-rs/uuid/compare/1.3.0...1.3.2 )
---
updated-dependencies:
- dependency-name: uuid
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-01 21:57:42 +00:00
link2xt
158541f05c
Document deltachat_rpc_client installation
2023-04-29 13:53:57 +00:00
link2xt
eb28899cd0
Add 1.112.8 link to the changelog
2023-04-27 10:28:38 +00:00
link2xt
432046225a
Fix 1.114.0 link in the changelog
2023-04-27 10:27:39 +00:00
Simon Laux
bf958ce6c1
More context for chat and chatlist errors ( #3932 )
2023-04-25 17:20:26 -04:00
Simon Laux
ea8ee4e67d
jsonrpc: Remove message id from chatlist item ( #3071 )
...
Why? because desktop currently fetches the chatlist multiple times, even though it just needs the
chatlistitem for one chat.
Note: @r10s was worried before that exposing the method to get a single updated chatlistitem could
lead to race conditions where the chatlist item is newer than the chatlist order. But I don't think
this will change anything for desktop besides making it a little faster (because currently desktop
fetches the whole chatlist instead of just the entry it needs when an entry updates).
2023-04-25 17:20:26 -04:00
link2xt
edfdbbdc90
Release 1.114.0
v1.114.0
2023-04-24 22:31:17 +00:00
Simon Laux
1b8bfef441
jsonrpc: make event loop in ts client optional ( #4347 )
...
* jsonrpc: make event loop in ts client optional
* jsonrpc: ts: fix tests and make specifying `startEventLoop` mandatory
* add changelog entry
* Update CHANGELOG.md
2023-04-24 23:18:55 +02:00