Commit graph

211 commits

Author SHA1 Message Date
Lev Khoroshansky
a5419f3475 fix: Grammar & typos
Former-commit-id: b3fe220d99
2022-10-09 19:42:20 +03:00
Hirrolot
cedc7df410 Merge branch 'dev' into v0.11.0
Former-commit-id: cfc0776621
2022-10-07 17:23:52 +06:00
Hirrolot
d680bef0ba Release v0.11.0
Former-commit-id: 4e56dd29b1
2022-10-07 16:55:57 +06:00
Hirrolot
01f0818e94 Use consistent naming of our crates
Former-commit-id: 1ab5bdfc77
2022-10-07 16:34:42 +06:00
Maybe Waffle
71ad64594d Update changelog
Former-commit-id: 107d2c8b99
2022-10-05 10:11:47 +04:00
Hirrolot
b058de6de9 Merge branch 'dev' into concrete-error-type-repls
Former-commit-id: 333c88fcb7
2022-10-02 21:47:46 +06:00
Hirrolot
b0feab6e9a Use RequestError in REPLs
Former-commit-id: cde6827cee
2022-10-02 21:44:04 +06:00
Hirrolot
c2d4d4cfbf Refactor indentation in CHANGELOG.md
Former-commit-id: d95f0c717f
2022-10-02 21:14:35 +06:00
Hirrolot
567cd9ced5 More #[must_use] functions.
Former-commit-id: df58faab97
2022-10-02 10:15:20 +06:00
Maybe Waffle
ae430be051 Remove some previously deprecated items
Former-commit-id: 044e87a985
2022-10-02 00:34:29 +04:00
Maybe Waffle
5c40bfa78c Replace StopToken trait with a single type
Former-commit-id: 9527f82608
2022-09-09 21:30:08 +04:00
Hirrolot
1dcc257bb0 Merge branch 'dev' into update_macros
Former-commit-id: bd15d4beac
2022-09-06 09:48:30 +06:00
Maybe Waffle
f555c9739e Turn UpdateListener's generic error into an associated type
Former-commit-id: 8917e05bf8
2022-09-05 18:56:15 +04:00
Maybe Waffle
764fa1e9d8 Update changelog
Former-commit-id: 4cb9d93d59
2022-09-04 17:01:13 +04:00
Hirrolot
d515fc62eb Release v0.10.1
Former-commit-id: ab463df5eb
2022-07-22 18:55:58 +06:00
Hirrolot
f4d99b8766 Update CHANGELOG.md to v0.10.0
Former-commit-id: 02ec94a08b
2022-07-21 16:54:37 +06:00
Maybe Waffle
11231655c2 Move ctrlc handler enable function to DispatcherBuilder
This helps with consistency -- every setting is changed in builder.
Also `Self -> Self` function sometimes plays more nicely with borrowck.


Former-commit-id: dd4af30727
2022-07-21 13:32:05 +04:00
Hirrolot
fb5b64bff9 Update teloxide-macros to v0.6.3
Former-commit-id: 3d9f4ef2b0
2022-07-19 22:02:44 +06:00
Hirrolot
6c7f17b070 Retain consistency in CHANGELOG.md
Former-commit-id: 82c7923dea
2022-07-19 19:43:02 +06:00
Maybe Waffle
a7eff7192b bump version
Former-commit-id: 6996c7ff87
2022-07-19 14:53:42 +04:00
Maybe Waffle
cce0710c8c Move polling_builder => Polling::builder
Former-commit-id: 79f6cf4ee9
2022-07-05 00:05:27 +04:00
Maybe Waffle
a07af45ec7 Update changelog
Former-commit-id: 4f2e723d56
2022-07-05 00:04:43 +04:00
Maybe Waffle
4be7e5a812 Update changelog
Former-commit-id: 88ddf7f7a2
2022-07-03 22:49:15 +04:00
Hirrolot
407efd17ee Update CHANGELOG.md
Former-commit-id: 3e35d40e84
2022-06-27 02:30:39 +06:00
Maybe Waffle
d5e8b67332 Update changelog
Former-commit-id: b45472973c
2022-06-27 00:02:27 +04:00
Hirrolot
d0c89036ff Release v0.9.2
Former-commit-id: 3757d837a0
2022-06-07 10:06:37 +06:00
Serge Barinov
eb351931b5 update CHANGELOG
Former-commit-id: ff85bf5e66
2022-06-05 09:50:12 +03:00
Hirrolot
2a43683cf5 Release v0.9.1
Former-commit-id: 1c02e38293
2022-05-27 00:27:57 +06:00
Hirrolot
e2159c7676 Update the changelog
Former-commit-id: 1fcf44d380
2022-05-26 23:53:01 +06:00
Hirrolot
dbd46dd9cd Release v0.9.0
Former-commit-id: fcea341bc8
2022-04-27 16:10:33 +06:00
Hirrolot
5a680b6001 Re-export dptree::case! instead of deprecation 2022-04-27 15:31:17 +06:00
Hirrolot
deb992c787 Deprecate teloxide::handler! in favour of dptree::case! 2022-04-27 15:16:34 +06:00
Waffle Maybe
6c5bb1932d
Merge branch 'dev' into master-copy 2022-04-26 18:01:38 +04:00
Hirrolot
3d26ac7f3a Release v0.8.2 2022-04-26 02:25:50 +06:00
Hirrolot
19595c1e03 Fix #[derive(DialogueState)] 2022-04-26 01:55:29 +06:00
Hirrolot
df0d13c42b Add teloxide::filter_command 2022-04-25 19:16:05 +06:00
Hirrolot
7fc1f6f180 Update teloxide-core to v0.6.0 2022-04-25 18:44:27 +06:00
Hirrolot
5c280036f9 Release v0.8.1 2022-04-24 01:34:53 +06:00
Hirrolot
a60e19a8c2 Implement dialogue::enter 2022-04-23 00:11:27 +06:00
Hirrolot
66b9a718d1 Implement GetChatId for Update 2022-04-22 23:42:39 +06:00
Hirrolot
4ee174126d Merge conflicts 2022-04-18 16:50:02 +06:00
Hirrolot
52ba62d3fc Release v0.8.0 2022-04-18 16:32:46 +06:00
Maybe Waffle
2aa59d760a Update teloxide-core 0.4.5 -> 0.5.0 2022-04-13 15:58:29 +04:00
Hirrolot
7e34d7ea47 Implement concurrent update handling 2022-04-13 02:45:02 +06:00
Hirrolot
5e21c4d881
Merge pull request #582 from teloxide/deprecate-dispatch-by
Deprecate `HandlerFactory` and `HandlerExt::dispatch_by`
2022-04-10 22:53:37 +06:00
Hirrolot
ffcdba0e1d Deprecate HandlerFactory and HandlerExt::dispatch_by 2022-04-08 00:18:13 +06:00
Hirrolot
f3b4769bc5 Mark Dialogue::{new, chat_id} as #[must_use] 2022-04-08 00:03:27 +06:00
Hirrolot
12dbeea0f2 Update CHANGELOG.md 2022-04-07 18:37:53 +06:00
Maybe Waffle
0bddb1d927 Update changelog 2022-04-05 16:37:22 +04:00
Maybe Waffle
99c8995bb3 Release 0.7.3 2022-04-03 16:19:17 +04:00
Hirrolot
9bb2a85aba Merge branch 'dev' into teloxide-handler 2022-04-02 21:32:59 +06:00
Hirrolot
a389ed4150 Update the changelog 2022-03-29 01:57:45 +06:00
Hirrolot
fa5d1f738b Remove support for the old dispatching 2022-03-29 01:55:09 +06:00
Maybe Waffle
a5aada3dc7 Update changelog 2022-03-27 22:11:15 +04:00
Maybe Waffle
ceb2415351 Require that UpdateListener::StopToken is Send 2022-03-27 13:29:17 +04:00
Hirrolot
a0fc39bc51 Document teloxide::handler! in the changelog 2022-03-26 14:59:51 +06:00
Hirrolot
f5653c747d Remove support for the old dispatching 2022-03-24 17:25:42 +06:00
Waffle Maybe
85287ffad3
Update CHANGELOG.md 2022-03-23 10:47:56 +04:00
Hirrolot
7aa0439afd Release v0.7.2 2022-03-22 11:40:53 +06:00
Waffle Maybe
a4c147538b
Merge pull request #559 from teloxide/deprecate_enable_logging
Deprecate `enable_logging!` in favour of configuring logging yourself
2022-03-21 21:12:04 +04:00
Waffle Maybe
29415a6d87
Update CHANGELOG.md
Co-authored-by: Hirrolot <hirrolot@gmail.com>
2022-03-21 19:31:44 +04:00
Hirrolot
1f95c1d2b3 Don't warn abount unhandled updates in repls2 2022-03-21 21:11:46 +06:00
Maybe Waffle
dbc7633fdb Deprecate enable_logging! in favour of configuring logging yourself 2022-03-21 18:55:34 +04:00
Hirrolot
81fbb1769c
Merge pull request #558 from teloxide/log-dispatcher-error
Log `UpdateKind::Error` in `dispatching2`
2022-03-21 07:48:38 -07:00
Hirrolot
91f8eb6acc Log UpdateKind::Error in dispatching2 2022-03-21 20:40:04 +06:00
Hirrolot
7a7667fff9 Changelogify ?Sized in HandlerExt::enter_dialogue 2022-03-21 20:09:06 +06:00
Hirrolot
cf8c1b78b7 Rewrite examples/db_remember.rs to use ErasedStorage 2022-03-21 20:06:32 +06:00
Hirrolot
0b6e7acf9f Favour a default function instead of StorageExt 2022-03-21 18:09:36 +06:00
Hirrolot
c6f0cd9404 Implement ErasedStorage 2022-03-20 09:06:21 +06:00
Hirrolot
3ad74b6a9b Release v0.7.1 2022-03-09 20:42:12 +06:00
Maybe Waffle
31ff3a468d Fix compilation with non-default features 2022-03-08 12:20:01 +04:00
Hirrolot
f923114d20
Fix the changelog 2022-02-09 17:06:17 +06:00
Hirrolot
30d37741e4 Release v0.7.0 2022-02-09 08:38:57 +06:00
Hirrolot
62da2cacb8 Update the changelog 2022-02-07 15:58:34 +06:00
Maybe Waffle
675600bf74 Fix docs.rs build 2022-02-06 17:23:21 +03:00
Hirrolot
25db911829
Update the v0.6.0 release date 2022-02-06 18:33:01 +06:00
Hirrolot
9eac077ecd Release v0.6.0 2022-02-06 17:47:56 +06:00
Hirrolot
c0c18ebbdf Mention teloxide-core in the changelog 2022-02-06 17:32:30 +06:00
Hirrolot
672e879ffe Update CHANGELOG.md 2022-02-05 13:50:46 +06:00
Hirrolot
07b844db99 Add BotCommand::bot_commands 2022-02-05 02:18:47 +06:00
Hirrolot
735e6a41f2 Replace CARGO_PKG_NAME with CARGO_CRATE_NAME in logging 2022-02-05 01:07:28 +06:00
Maybe Waffle
a7182962f7 Fix polling's StopToken not being Send 2022-01-18 21:01:47 +03:00
Maybe Waffle
993e6e53aa Do not retry get_updates infinitely while stopping polling listener 2022-01-17 14:42:49 +03:00
Waffle Maybe
fb238ff656
Merge branch 'dev' into master-to-dev-1 2021-10-25 17:17:42 +03:00
Hirrolot
178937f9d7
Fix the patch release number (0.5.2 => 0.5.3) 2021-10-25 20:10:12 +06:00
Maybe Waffle
f31adc1bb2 Dump version (0.5.2 -> 0.5.3) 2021-10-25 15:52:57 +03:00
­
964323fca4
Fix compilation without ctrlc_handler feature
The feature gate is moved to the `dispatching` mod level.
Public exports are also covered by this flag now.
2021-10-25 02:12:11 +03:00
Waffle
a97050de24 Require that AsUpdateStream::Stream is Send 2021-09-04 14:05:18 +03:00
Waffle Lapkin
38c3d6e119
Remove square brackets from changelog 2021-08-31 18:38:21 +03:00
Hirrolot
2a6067fe94 Prepare for v0.5.2 2021-08-25 23:51:19 +06:00
Waffle
5e260d0afc Depend on a right futures version 2021-08-25 18:12:14 +03:00
Hirrolot
2ae7c10fc7 Update the v0.5.1 release date 2021-08-05 23:10:40 +06:00
Hirrolot
a35667ac2b Prepare for v0.5.1 2021-08-01 20:45:59 +06:00
Waffle
b984464a79 Improve log messages when ^C is received with ^C handler setted up
Now they tell the user to not repeatedly press `^C` since only the first
signal actually does anything, all subsequesnt ones are ignored.
2021-07-21 15:53:52 +03:00
Hirrolot
674b1f974a Prepare for v0.5.0 2021-07-08 15:22:13 +06:00
Waffle
369e43aa7e Update dependencies 2021-07-05 21:29:36 +03:00
Waffle Lapkin
f69abcc938
Update CHANGELOG.md 2021-07-04 10:29:46 +03:00
dracarys18
1f1a3abd6b utils: Change the user_id type to i64
user_id is of type i64 in User struct (bd104a0a08/src/types/user.rs (L10))

Signed-off-by: dracarys18 <karthihegde010@gmail.com>
2021-07-03 17:31:57 +05:30
Kartikeya Hegde
0a89f46702
Update CHANGELOG.md
Co-authored-by: Hirrolot <hirrolot@gmail.com>
2021-06-30 19:47:43 +05:30
dracarys18
9476636d73 Update changelog 2021-06-30 19:44:12 +05:30