Commit graph

2943 commits

Author SHA1 Message Date
Sima Kinsart
e2f6fde743 Update the feature set with rocksdb-storage 2022-10-30 14:42:33 +06:00
Sima Kinsart
926b8ef786
Merge pull request #753 from xamgore/rocksdb-storage
Extend dialogue storages with RocksDB
2022-10-30 12:13:01 +06:00
Sima Kinsart
24f8476da7
Merge branch 'dev' into rocksdb-storage 2022-10-30 11:57:10 +06:00
Sima Kinsart
2b749ed15c
Link the PR to CHANGELOG.md 2022-10-30 11:55:54 +06:00
Sima Kinsart
cb2298d40d
Merge pull request #746 from teloxide/command-repl
Implement the `CommandRepl` trait
2022-10-29 15:34:23 +06:00
Hirrolot
e7c5317954 Rename CommandRepl => CommandReplExt 2022-10-29 14:41:26 +06:00
Sima Kinsart
f8b03ea733
Merge pull request #752 from teloxide/update-readme-highlights
Mention graceful shutdown in the highlights
2022-10-29 14:26:46 +06:00
xamgore
d75b465205 Extend dialogue storages with RocksDB 2022-10-25 17:01:02 +04:00
Sima Kinsart
d60a7d0341
Mention graceful shutdown in the highlights 2022-10-22 10:11:18 +06:00
Hirrolot
0fb9399201 Make CommandRepl's methods #[must_use] 2022-10-15 23:54:16 +06:00
Hirrolot
d90a9ff2e4 Deprecate BotCommands::ty too 2022-10-11 15:00:02 +06:00
Hirrolot
db30e9efbe Use Command::repl in README.md 2022-10-11 14:57:40 +06:00
Hirrolot
739772929b Implement the CommandRepl trait 2022-10-11 14:54:51 +06:00
Waffle Maybe
512e785999
Merge pull request #743 from TmLev/master
Sync docs & comments with code, fix grammar and typos
2022-10-10 20:25:43 +04:00
Hirrolot
0d4e662dc7
Merge pull request #739 from teloxide/simplify-stop-doc
Simplify the brief description of `crate::stop`
2022-10-10 22:10:43 +06:00
Lev Khoroshansky
aec777d899 fix: No need for hyphens 2022-10-09 19:59:52 +03:00
Lev Khoroshansky
643ef423e8 fix: Plural verb and better wording 2022-10-09 19:49:42 +03:00
Lev Khoroshansky
a9739c7da4 fix: Spacing 2022-10-09 19:47:45 +03:00
Lev Khoroshansky
b3fe220d99 fix: Grammar & typos 2022-10-09 19:42:20 +03:00
Lev Khoroshansky
6ebf51efeb fix: Sync docs & comments with code 2022-10-09 19:41:52 +03:00
Hirrolot
a7981cc99b
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.
2022-10-07 22:50:08 +06:00
Waffle Maybe
4a32963901
Merge pull request #738 from teloxide/dev
Merge v0.11.0
2022-10-07 16:25:56 +04:00
Hirrolot
e5ee52d4db
Merge pull request #736 from teloxide/v0.11.0
Release v0.11.0
2022-10-07 17:27:43 +06:00
Hirrolot
cfc0776621
Merge branch 'dev' into v0.11.0 2022-10-07 17:23:52 +06:00
Hirrolot
5bed819c9f
Update MSRV in README.md 2022-10-07 17:22:46 +06:00
Waffle Maybe
6cacaf9e58
Merge pull request #737 from teloxide/master
merge merges
2022-10-07 15:18:06 +04:00
Hirrolot
4e56dd29b1 Release v0.11.0 2022-10-07 16:55:57 +06:00
Hirrolot
8fb31ff882
Merge pull request #726 from teloxide/migration_guide_start
Start writing migration guide
2022-10-07 16:48:55 +06:00
Hirrolot
d690709dfb
Apply a review suggestion
Co-authored-by: Waffle Maybe <waffle.lapkin@gmail.com>
2022-10-07 16:45:16 +06:00
Hirrolot
97e2cb0aa1
Merge pull request #735 from teloxide/consistent-naming
Use consistent naming of our crates
2022-10-07 16:44:27 +06:00
Hirrolot
60f0cd128d
Use <code>teloxide</code> in README.md 2022-10-07 16:39:49 +06:00
Hirrolot
1ab5bdfc77 Use consistent naming of our crates 2022-10-07 16:34:42 +06:00
Hirrolot
5a50e55bb2
Merge pull request #733 from teloxide/update-readme-features
Update the 'Highlights' section
2022-10-07 16:32:53 +06:00
Hirrolot
3d65f81eae
Apply a tiny review suggestion
Co-authored-by: Waffle Maybe <waffle.lapkin@gmail.com>
2022-10-07 16:30:33 +06:00
Hirrolot
4b9aba8e13
Merge pull request #732 from teloxide/refactor-dptree-usage
Refactor `dptree` usage
2022-10-07 16:26:05 +06:00
Waffle Maybe
f52d11d246
Merge pull request #712 from teloxide/repl_docs_upd
Update docs of REPLs
2022-10-07 14:25:16 +04:00
Waffle Maybe
1343015e6c
Update src/dispatching/repls/preamble.md
Co-authored-by: Hirrolot <hirrolot@gmail.com>
2022-10-07 14:22:02 +04:00
Maybe Waffle
583e5ea4ab link "advanced features" in repls to dispatching 2022-10-07 14:11:56 +04:00
Maybe Waffle
dc9ba4dd11 fixups 2022-10-07 14:06:42 +04:00
Maybe Waffle
c6dd6bed44 I hate rustfmt 2022-10-07 13:59:20 +04:00
Maybe Waffle
db22e20221 Apply suggestions from the review 2022-10-07 13:09:57 +04:00
Maybe Waffle
d9b18abd55 fix docs 2022-10-07 12:27:13 +04:00
Maybe Waffle
83d3a11be9 Apply suggestions from code review 2022-10-07 12:03:34 +04:00
Hirrolot
6966ab9ce1
Simplify the highlights more 2022-10-07 10:45:35 +06:00
Hirrolot
6043f5566e
Update the 'Highlights' section
I've simplified the point about dialogues and added the point "Feature-rich", which mentions some functionality typically asked by users in our support chat.
2022-10-07 10:38:52 +06:00
Hirrolot
fe3aa2e798 Refactor dptree usage 2022-10-07 10:14:36 +06:00
Hirrolot
59b5047fa3
Update the migration guide with BotCommands changes 2022-10-07 09:55:58 +06:00
Hirrolot
291b69b477
Merge branch 'dev' into repl_docs_upd 2022-10-07 08:59:47 +06:00
Waffle Maybe
abebad9439
Merge pull request #730 from teloxide/updtlxdcr08
Update `teloxide-core` to `0.8.0`
2022-10-06 22:12:01 +04:00
Maybe Waffle
d45a962a63 Update teloxide-core to 0.8.0 2022-10-06 22:02:28 +04:00