link2xt
51aead6b58
Add support for IMAP ID extension
2022-07-03 09:13:56 +00:00
Friedel Ziegelmayer
6cabb32aa5
feat: update pgp to 0.8 and rand to 0.8 ( #3467 )
...
* feat: update pgp to 0.8 and rand to 0.8
* update changelog
2022-07-01 13:15:37 +02:00
Friedel Ziegelmayer
3e2af8537c
refactor: remove dc_ prefix
...
* refactor: remove `dc_` prefix from mods
* refactor: remove dc_ prefix from functions
* fix: avoid temporary `File`s to avoid race conditions
* test(pgp): fix runtime usage in Lazy
Based on #3462
* fixup: undo some comment changes
2022-07-01 12:20:20 +02:00
Friedel Ziegelmayer
290ee20e63
feat: migrate from async-std to tokio
2022-06-27 14:05:21 +02:00
link2xt
8ebe86d9e9
Release 1.87.0
2022-06-26 22:18:47 +00:00
link2xt
2361042ede
Disable unused chrono crate features
2022-06-13 21:54:43 +00:00
B. Petersen
3a971315dc
bump version to 1.86.0
2022-06-06 12:08:49 +02:00
link2xt
ce47942ba3
bump version to 1.85.0
2022-06-02 20:19:22 +00:00
Hocuri
e2b3339475
Remove direct dependency on async_trait ( #3382 )
...
Not completely sure it's worth it since some other dependencies still
depend on it. Anyway, proc macros are said to be bad for compile times, I just typed out what the proc macro generates and it's only 8 more lines, and we're already doing it this way in e.g. action_by_contact() and collect_texts_recursive() (the latter needs the boxed future both for the trait and for recursion).
2022-06-02 08:57:19 +00:00
dependabot[bot]
ed5bbf6882
cargo: bump quick-xml from 0.22.0 to 0.23.0
...
Bumps [quick-xml](https://github.com/tafia/quick-xml ) from 0.22.0 to 0.23.0.
- [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.22.0...v0.23.0 )
---
updated-dependencies:
- dependency-name: quick-xml
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-01 21:50:23 +00:00
link2xt
12dd092133
Update uuid dependency
2022-06-01 20:36:27 +00:00
dependabot[bot]
b6cd49c825
Merge pull request #3362 from deltachat/dependabot/cargo/sanitize-filename-0.4.0
2022-06-01 20:13:04 +00:00
dependabot[bot]
d9535213dc
cargo: bump once_cell from 1.10.0 to 1.12.0
...
Bumps [once_cell](https://github.com/matklad/once_cell ) from 1.10.0 to 1.12.0.
- [Release notes](https://github.com/matklad/once_cell/releases )
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md )
- [Commits](https://github.com/matklad/once_cell/compare/v1.10.0...v1.12.0 )
---
updated-dependencies:
- dependency-name: once_cell
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-01 18:08:09 +00:00
jikstra
0f34ca8962
bump version to 1.84.0
2022-05-29 16:11:33 +00:00
dependabot[bot]
c20c3db0ef
cargo: bump sanitize-filename from 0.3.0 to 0.4.0
...
Bumps [sanitize-filename](https://github.com/kardeiz/sanitize-filename ) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/kardeiz/sanitize-filename/releases )
- [Commits](https://github.com/kardeiz/sanitize-filename/commits )
---
updated-dependencies:
- dependency-name: sanitize-filename
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-25 10:28:42 +00:00
Jikstra
307063ade0
bump version to 1.83.0 ( #3338 )
2022-05-19 21:02:53 +02:00
bjoern
2aaa850e25
prepare 1.82 ( #3336 )
...
* update changelog for 1.82.0
pr #3322 as added to 1.81.0 by accident;
it was never part of 1.81.0 but is now part of 1.82.0.
* bump version to 1.82.0
2022-05-19 19:45:13 +02:00
bjoern
380d7e66b5
prepare 1.81 ( #3329 )
...
* update changelog for 1.81.0
* bump version to 1.81.0
2022-05-17 17:07:47 +02:00
Hocuri
8988c775fe
Abort instead of unwinding on panic ( #3259 )
2022-05-08 17:52:52 +02:00
bjoern
34053c7608
prepare 1.80 ( #3288 )
...
* update changelog for 1.80.0
* bump version to 1.80.0
2022-05-05 12:21:12 +02:00
bjoern
e1c3e95307
prepare 1.79 ( #3281 )
...
* update changelog for 1.79.0
* bump version to 1.79.0
2022-05-02 16:18:00 +02:00
bjoern
c75c95afa9
prepare 1.78 ( #3261 )
...
* update changelog for 1.78.0
* bump version to 1.78.0
2022-04-29 18:01:55 +02:00
link2xt
14ab3c8651
Remove unused stop-token dependency
...
stop-token 0.2.0 is required by async-imap. This Cargo.toml entry
additionally pulled in unused stop-token 0.7.0.
2022-04-16 11:24:23 +00:00
bjoern
0721c22073
prepare 1.77 ( #3209 )
...
* update changelog for 1.77.0
* bump version to 1.77.0
* Update CHANGELOG.md
Co-authored-by: Hocuri <hocuri@gmx.de >
* reorder changelog, adapt writing style
Co-authored-by: Hocuri <hocuri@gmx.de >
2022-04-10 17:01:30 +02:00
link2xt
26c38070ec
Disable unused async-smtp transports
...
By default file and sendmail transports are enabled,
but deltachat does not use them.
2022-04-09 11:36:32 +00:00
dependabot[bot]
d9ac5d88e9
cargo: bump zip from 0.6.1 to 0.6.2
...
Bumps [zip](https://github.com/zip-rs/zip ) from 0.6.1 to 0.6.2.
- [Release notes](https://github.com/zip-rs/zip/releases )
- [Commits](https://github.com/zip-rs/zip/commits )
---
updated-dependencies:
- dependency-name: zip
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-04 21:13:27 +00:00
dependabot[bot]
ea0cf67f98
cargo: bump zip from 0.6.0 to 0.6.1
...
Bumps [zip](https://github.com/zip-rs/zip ) from 0.6.0 to 0.6.1.
- [Release notes](https://github.com/zip-rs/zip/releases )
- [Commits](https://github.com/zip-rs/zip/commits )
---
updated-dependencies:
- dependency-name: zip
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-02 16:09:44 +02:00
holger krekel
d4fed5f5f7
add chatlist loading benchmark
2022-03-31 16:45:45 +02:00
Hocuri
e93c9f74c9
Add get_chat_msgs benchmark ( #3151 )
2022-03-26 15:18:27 +01:00
dependabot[bot]
cb19de57bb
Merge pull request #3144 from deltachat/dependabot/cargo/zip-0.6.0
2022-03-23 10:26:36 +00:00
dependabot[bot]
8b568d796e
cargo: bump log from 0.4.14 to 0.4.16
...
Bumps [log](https://github.com/rust-lang/log ) from 0.4.14 to 0.4.16.
- [Release notes](https://github.com/rust-lang/log/releases )
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/log/commits )
---
updated-dependencies:
- dependency-name: log
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-22 21:15:36 +00:00
dependabot[bot]
4b5af85094
cargo: bump zip from 0.5.13 to 0.6.0
...
Bumps [zip](https://github.com/zip-rs/zip ) from 0.5.13 to 0.6.0.
- [Release notes](https://github.com/zip-rs/zip/releases )
- [Commits](https://github.com/zip-rs/zip/commits/v0.6 )
---
updated-dependencies:
- dependency-name: zip
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-21 21:16:26 +00:00
dependabot[bot]
547c40cd52
cargo: bump tagger from 4.3.1 to 4.3.3
...
Bumps [tagger](https://github.com/tiby312/tagger ) from 4.3.1 to 4.3.3.
- [Release notes](https://github.com/tiby312/tagger/releases )
- [Commits](https://github.com/tiby312/tagger/commits )
---
updated-dependencies:
- dependency-name: tagger
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-18 21:10:30 +00:00
Hocuri
ea7fc3a171
Benchmark dc_receive_imf() ( #3128 )
...
Don't count the account creation in the receive emails benchmark
Use Criterion's async support
See https://bheisler.github.io/criterion.rs/book/user_guide/benchmarking_async.html
2022-03-16 20:30:33 +01:00
dependabot[bot]
ae36a26045
cargo: bump image from 0.23.14 to 0.24.1
...
Bumps [image](https://github.com/image-rs/image ) from 0.23.14 to 0.24.1.
- [Release notes](https://github.com/image-rs/image/releases )
- [Changelog](https://github.com/image-rs/image/blob/master/CHANGES.md )
- [Commits](https://github.com/image-rs/image/commits )
---
updated-dependencies:
- dependency-name: image
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-16 13:10:24 +01:00
dependabot[bot]
d6c9f5c64b
cargo: bump textwrap from 0.14.2 to 0.15.0
...
Bumps [textwrap](https://github.com/mgeisler/textwrap ) from 0.14.2 to 0.15.0.
- [Release notes](https://github.com/mgeisler/textwrap/releases )
- [Changelog](https://github.com/mgeisler/textwrap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mgeisler/textwrap/compare/0.14.2...0.15.0 )
---
updated-dependencies:
- dependency-name: textwrap
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-16 11:23:12 +01:00
dependabot[bot]
c4f4f4295b
cargo: bump async-std-resolver from 0.20.4 to 0.21.1
...
Bumps [async-std-resolver](https://github.com/bluejekyll/trust-dns ) from 0.20.4 to 0.21.1.
- [Release notes](https://github.com/bluejekyll/trust-dns/releases )
- [Changelog](https://github.com/bluejekyll/trust-dns/blob/main/CHANGELOG.md )
- [Commits](https://github.com/bluejekyll/trust-dns/compare/v0.20.4...v0.21.1 )
---
updated-dependencies:
- dependency-name: async-std-resolver
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-16 10:59:56 +01:00
link2xt
a997322efb
Update MSRV to 1.56 and current version to 1.59
...
This is needed to support Rust 2021 edition required by the latest versions of `ed25519` and `image` crates.
2022-03-16 10:56:16 +01:00
dependabot[bot]
06ed3e5dfd
cargo: bump strum from 0.23.0 to 0.24.0
...
Bumps [strum](https://github.com/Peternator7/strum ) from 0.23.0 to 0.24.0.
- [Release notes](https://github.com/Peternator7/strum/releases )
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Peternator7/strum/commits )
---
updated-dependencies:
- dependency-name: strum
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-13 10:50:20 +00:00
dependabot[bot]
4d792ad57b
Merge pull request #3089 from deltachat/dependabot/cargo/strum_macros-0.24.0
2022-03-13 10:48:56 +00:00
dependabot[bot]
4fa78bfca0
Merge pull request #3114 from deltachat/dependabot/cargo/once_cell-1.10.0
2022-03-13 10:29:47 +00:00
dependabot[bot]
fef7862045
cargo: bump tagger from 4.2.1 to 4.3.1
...
Bumps [tagger](https://github.com/tiby312/tagger ) from 4.2.1 to 4.3.1.
- [Release notes](https://github.com/tiby312/tagger/releases )
- [Commits](https://github.com/tiby312/tagger/commits )
---
updated-dependencies:
- dependency-name: tagger
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-11 21:23:15 +00:00
dependabot[bot]
8b157f427a
cargo: bump once_cell from 1.9.0 to 1.10.0
...
Bumps [once_cell](https://github.com/matklad/once_cell ) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/matklad/once_cell/releases )
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md )
- [Commits](https://github.com/matklad/once_cell/compare/v1.9.0...v1.10.0 )
---
updated-dependencies:
- dependency-name: once_cell
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-08 14:05:07 +00:00
link2xt
368f27ffbc
Update rusqlite to stable version
2022-02-27 20:00:35 +00:00
dependabot[bot]
056e659a20
cargo: bump strum_macros from 0.23.1 to 0.24.0
...
Bumps [strum_macros](https://github.com/Peternator7/strum ) from 0.23.1 to 0.24.0.
- [Release notes](https://github.com/Peternator7/strum/releases )
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Peternator7/strum/commits )
---
updated-dependencies:
- dependency-name: strum_macros
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-22 21:14:05 +00:00
bjoern
7c5eb0ae37
prepare 1.76 ( #3082 )
...
* update changelog for 1.76.0
* bump version to 1.76.0
2022-02-20 22:58:46 -05:00
link2xt
36bce6c468
Remove unused async-std feature
2022-02-19 11:30:48 +00:00
bjoern
24e749a2c9
prepare 1.75 ( #3049 )
...
* update changelog for 1.75.0
* bump version to 1.75.0
2022-02-01 14:00:40 +01:00
bjoern
99ddce6c3e
prepare 1.74 ( #3046 )
...
* update changelog for 1.74.0
* bump version to 1.74.0
2022-01-31 19:53:50 +01:00
bjoern
8c1bfac53b
prepare 1.73 ( #3042 )
...
* update changelog for 1.73.0
* bump version to 1.73.0
2022-01-31 15:12:44 +01:00