Commit graph

2954 commits

Author SHA1 Message Date
Sima Kinsart
2c52e2a1d4 Merge pull request #758 from teloxide/dev
Merge v0.11.1

Former-commit-id: 637dcb0d59090dbcf13b2e44a3cc7a27f03ac298
2022-10-31 22:04:01 +06:00
Sima Kinsart
9d37ee082d Merge pull request #757 from teloxide/release-v0.11.1
Release v0.11.1

Former-commit-id: 42fc6553c6
2022-10-31 21:44:53 +06:00
Sima Kinsart
48946f3315 Fix the version header (CHANGELOG.md)
Former-commit-id: bce24fdf8d
2022-10-31 21:29:38 +06:00
Hirrolot
727a604638 Update the migration guide version
Former-commit-id: 08d2e4f102
2022-10-31 21:26:28 +06:00
Hirrolot
6d105d3b78 Release v0.11.1
Former-commit-id: b97c2c6063
2022-10-31 16:30:49 +06:00
Sima Kinsart
6846b74447 Merge pull request #756 from teloxide/update-readme
Don't list the `auto-send` feature in `README.md`

Former-commit-id: 3fd356e0bd
2022-10-31 16:16:09 +06:00
Waffle Maybe
e93420205e Merge pull request #755 from teloxide/migration_guide_fixes
migration guide fixes

Former-commit-id: c9278e2c10
2022-10-31 14:00:52 +04:00
Sima Kinsart
ba064a243d Don't list the auto-send feature in README.md
Former-commit-id: 69d86d91dd
2022-10-31 15:56:13 +06:00
Sima Kinsart
73996fd960 Merge pull request #754 from teloxide/document-rocksdb-feature
Update the feature set with `rocksdb-storage`

Former-commit-id: b2a4073156
2022-10-31 15:45:46 +06:00
Maybe Waffle
3ecb3fb06a Add stop token changes to the migration guide
Former-commit-id: 7287ffe2f0
2022-10-31 13:44:32 +04:00
Maybe Waffle
e094d6a20a Remove ,rust from languages in MIGRATION_GUIDE.md
Anyway no one is rendering the syntax for diffs, while some even stop
understanding that it's a diff.


Former-commit-id: 2f18b5f060
2022-10-31 13:36:26 +04:00
Sima Kinsart
01929c5476 Update the feature set with rocksdb-storage
Former-commit-id: e2f6fde743
2022-10-30 14:42:33 +06:00
Sima Kinsart
44f1635db6 Merge pull request #753 from xamgore/rocksdb-storage
Extend dialogue storages with RocksDB

Former-commit-id: 926b8ef786
2022-10-30 12:13:01 +06:00
Sima Kinsart
2fd41bda94 Merge branch 'dev' into rocksdb-storage
Former-commit-id: 24f8476da7
2022-10-30 11:57:10 +06:00
Sima Kinsart
49cd9a8548 Link the PR to CHANGELOG.md
Former-commit-id: 2b749ed15c
2022-10-30 11:55:54 +06:00
Sima Kinsart
9a078b738b Merge pull request #746 from teloxide/command-repl
Implement the `CommandRepl` trait

Former-commit-id: cb2298d40d
2022-10-29 15:34:23 +06:00
Hirrolot
5532a4cd87 Rename CommandRepl => CommandReplExt
Former-commit-id: e7c5317954
2022-10-29 14:41:26 +06:00
Sima Kinsart
b147b98930 Merge pull request #752 from teloxide/update-readme-highlights
Mention graceful shutdown in the highlights

Former-commit-id: f8b03ea733
2022-10-29 14:26:46 +06:00
xamgore
6b8336a669 Extend dialogue storages with RocksDB
Former-commit-id: d75b465205
2022-10-25 17:01:02 +04:00
Sima Kinsart
7963a9184a Mention graceful shutdown in the highlights
Former-commit-id: d60a7d0341
2022-10-22 10:11:18 +06:00
Hirrolot
9b8e21231c Make CommandRepl's methods #[must_use]
Former-commit-id: 0fb9399201
2022-10-15 23:54:16 +06:00
Hirrolot
e39a9d007a Deprecate BotCommands::ty too
Former-commit-id: d90a9ff2e4
2022-10-11 15:00:02 +06:00
Hirrolot
5ed01a91d4 Use Command::repl in README.md
Former-commit-id: db30e9efbe
2022-10-11 14:57:40 +06:00
Hirrolot
f54db300ed Implement the CommandRepl trait
Former-commit-id: 739772929b
2022-10-11 14:54:51 +06:00
Waffle Maybe
eece564727 Merge pull request #743 from TmLev/master
Sync docs & comments with code, fix grammar and typos

Former-commit-id: 512e785999
2022-10-10 20:25:43 +04:00
Hirrolot
98924eeed0 Merge pull request #739 from teloxide/simplify-stop-doc
Simplify the brief description of `crate::stop`

Former-commit-id: 0d4e662dc7
2022-10-10 22:10:43 +06:00
Lev Khoroshansky
5fb01ee8d5 fix: No need for hyphens
Former-commit-id: aec777d899
2022-10-09 19:59:52 +03:00
Lev Khoroshansky
a57ff6056d fix: Plural verb and better wording
Former-commit-id: 643ef423e8
2022-10-09 19:49:42 +03:00
Lev Khoroshansky
98150c401a fix: Spacing
Former-commit-id: a9739c7da4
2022-10-09 19:47:45 +03:00
Lev Khoroshansky
a5419f3475 fix: Grammar & typos
Former-commit-id: b3fe220d99
2022-10-09 19:42:20 +03:00
Lev Khoroshansky
fdaddb3902 fix: Sync docs & comments with code
Former-commit-id: 6ebf51efeb
2022-10-09 19:41:52 +03:00
Hirrolot
b58f731ef3 Simplify the brief description of crate::stop
Usually, we have very brief descriptions of modules. I see no reason to make it elaborate -- it does even contain only a few items.

Former-commit-id: a7981cc99b
2022-10-07 22:50:08 +06:00
Waffle Maybe
b6beb8e1f7 Merge pull request #738 from teloxide/dev
Merge v0.11.0

Former-commit-id: 4a32963901
2022-10-07 16:25:56 +04:00
Hirrolot
141b72db9b Merge pull request #736 from teloxide/v0.11.0
Release v0.11.0

Former-commit-id: e5ee52d4db
2022-10-07 17:27:43 +06:00
Hirrolot
cedc7df410 Merge branch 'dev' into v0.11.0
Former-commit-id: cfc0776621
2022-10-07 17:23:52 +06:00
Hirrolot
637b185fae Update MSRV in README.md
Former-commit-id: 5bed819c9f
2022-10-07 17:22:46 +06:00
Waffle Maybe
1ad8e3db47 Merge pull request #737 from teloxide/master
merge merges

Former-commit-id: 6cacaf9e58
2022-10-07 15:18:06 +04:00
Hirrolot
d680bef0ba Release v0.11.0
Former-commit-id: 4e56dd29b1
2022-10-07 16:55:57 +06:00
Hirrolot
7807206cc5 Merge pull request #726 from teloxide/migration_guide_start
Start writing migration guide

Former-commit-id: 8fb31ff882
2022-10-07 16:48:55 +06:00
Hirrolot
03d25b7f02 Apply a review suggestion
Co-authored-by: Waffle Maybe <waffle.lapkin@gmail.com>
Former-commit-id: d690709dfb
2022-10-07 16:45:16 +06:00
Hirrolot
36290a22c3 Merge pull request #735 from teloxide/consistent-naming
Use consistent naming of our crates

Former-commit-id: 97e2cb0aa1
2022-10-07 16:44:27 +06:00
Hirrolot
85fda7a3b5 Use <code>teloxide</code> in README.md
Former-commit-id: 60f0cd128d
2022-10-07 16:39:49 +06:00
Hirrolot
01f0818e94 Use consistent naming of our crates
Former-commit-id: 1ab5bdfc77
2022-10-07 16:34:42 +06:00
Hirrolot
b7732c58db Merge pull request #733 from teloxide/update-readme-features
Update the 'Highlights' section

Former-commit-id: 5a50e55bb2
2022-10-07 16:32:53 +06:00
Hirrolot
22f37a9cc7 Apply a tiny review suggestion
Co-authored-by: Waffle Maybe <waffle.lapkin@gmail.com>
Former-commit-id: 3d65f81eae
2022-10-07 16:30:33 +06:00
Hirrolot
9cdfe7108a Merge pull request #732 from teloxide/refactor-dptree-usage
Refactor `dptree` usage

Former-commit-id: 4b9aba8e13
2022-10-07 16:26:05 +06:00
Waffle Maybe
cbd8978e65 Merge pull request #712 from teloxide/repl_docs_upd
Update docs of REPLs

Former-commit-id: f52d11d246
2022-10-07 14:25:16 +04:00
Waffle Maybe
7ca26fbde1 Update src/dispatching/repls/preamble.md
Co-authored-by: Hirrolot <hirrolot@gmail.com>
Former-commit-id: 1343015e6c
2022-10-07 14:22:02 +04:00
Maybe Waffle
af5f27feee link "advanced features" in repls to dispatching
Former-commit-id: 583e5ea4ab
2022-10-07 14:11:56 +04:00
Maybe Waffle
0daff74d14 fixups
Former-commit-id: dc9ba4dd11
2022-10-07 14:06:42 +04:00