Waffle Lapkin
89ae390dfe
Merge pull request #294 from teloxide/sqlite_storage
...
Sqlite storage v2
2020-11-04 12:01:21 +03:00
Temirkhan Myrzamadi
5abb6c6dbd
0.3.2 -> 0.3.3 (Cargo.toml)
2020-10-30 13:45:22 +06:00
Lachezar Lechev
656db8273b
Update Cargo.toml docs.rs metadata
...
Co-authored-by: Waffle Lapkin <waffle.lapkin@gmail.com>
2020-10-26 07:27:13 +02:00
Lachezar Lechev
43cdedb06a
Readme "nightly" feature comment update
2020-10-25 18:19:44 +02:00
Lachezar Lechev
9ae81ac978
add doc(cfg) attributes
2020-10-25 17:55:04 +02:00
Sergey Levitin
5e1fe064cd
Add tests for sqlite storage
2020-10-24 19:51:55 +03:00
Temirkhan Myrzamadi
7b1fbabdcb
Merge pull request #301 from teloxide/master
...
v0.3.2
2020-10-23 11:58:02 +06:00
Temirkhan Myrzamadi
3c04d573f9
Prepare for v0.3.2
2020-10-23 08:23:09 +06:00
Sergey Levitin
e751624d6f
Implement sqlite storage methods #144
2020-10-19 02:18:21 +03:00
Sergey Levitin
900ae4f630
Merge branch 'dev' of github.com:teloxide/teloxide into sqlite
2020-10-19 00:15:21 +03:00
Jaslo Ziska
eed1bbb0fc
Conditionally add teloxide-macros crate and reexport macros
...
This commit adds the feature "macros" which conditionally adds the
teloxide-macros crate and reexports its macros.
All (doc) tests using these macros are also conditionally enabled now.
Also change examples accordingly.
This commit solves https://github.com/teloxide/teloxide/issues/283
2020-10-02 20:43:26 +02:00
Waffle Lapkin
814adabdb6
Merge branch 'dev' into v0.3.1_release
2020-09-26 19:01:16 +03:00
Waffle
04f8ed5df7
v0.3.1 release
2020-08-25 17:45:16 +03:00
Waffle
981ba237c9
redis test fix & beta/nightly ci
...
This commit fixes redis storage test, those were not ran before.
Also, introduces beta&nightly tests to CI
2020-08-12 23:53:58 +03:00
Waffle
3157305105
add automatic test of code blocks from readme
2020-08-12 23:21:13 +03:00
Waffle
00e39e8d35
enable all features for docs.rs
doc build
2020-08-12 22:48:36 +03:00
Temirkhan Myrzamadi
b3aa539c4d
Download the master branch of teloxide-macros
2020-08-01 17:52:50 +06:00
Kirill Mironov
ffb5f29362
Allow for custom error types in TransitionOut
2020-08-01 00:18:52 +03:00
Temirkhan Myrzamadi
b68d03ae83
v0.3.0 Cargo.toml
2020-07-31 21:54:52 +06:00
Temirkhan Myrzamadi
62a116dbc0
Use only required tokio-util features
2020-07-31 19:58:41 +06:00
Temirkhan Myrzamadi
337b89112b
Use only required Tokio features
2020-07-31 19:42:11 +06:00
S-Y-rat
c09eca1e39
Switch from rusqlite to sqlx with sqlite feature enabled
2020-07-31 15:59:26 +03:00
S-Y-rat
d0ab14d593
Make sqlite-storage visible
2020-07-31 15:20:27 +03:00
Temirkhan Myrzamadi
3a0a005265
Use frunk v0.3.1
2020-07-28 20:58:23 +06:00
Temirkhan Myrzamadi
709fe18ade
Use teloxide-macros v0.3.2
2020-07-27 02:42:08 +06:00
Temirkhan Myrzamadi
71f38bcb92
Small refinements
2020-07-26 13:18:29 +06:00
Temirkhan Myrzamadi
094a95e8d8
Add append_field
2020-07-26 03:10:48 +06:00
Temirkhan Myrzamadi
7e4014260a
Fix Cargo.toml
2020-07-24 19:40:07 +06:00
Temirkhan Myrzamadi
433bab7617
Merge branch 'fix-bot-silence' of https://github.com/teloxide/teloxide into fix-bot-silence
2020-07-16 21:04:34 +06:00
Temirkhan Myrzamadi
12b2043e74
Fix build
2020-07-16 18:59:33 +06:00
Temirkhan Myrzamadi
f3e482d47e
serde_json = 1.0.55
2020-07-11 02:10:52 +06:00
Temirkhan Myrzamadi
8059f64044
Update Cargo.toml
2020-07-11 02:07:12 +06:00
Temirkhan Myrzamadi
178b56ab1c
Download reqwest from gh
2020-07-11 02:06:27 +06:00
Temirkhan Myrzamadi
d6298c2329
Temporarily use Hirrolot/redis-rs
2020-07-11 00:28:24 +06:00
Temirkhan Myrzamadi
64331f1df1
Upgrade the dependencies
2020-07-10 23:55:12 +06:00
p0lunin
8bbc3aa302
changed version of teloxide-macros
2020-07-10 13:35:18 +03:00
Temirkhan Myrzamadi
33910864c7
Merge branch 'master' into redis
2020-07-04 20:34:07 +06:00
Temirkhan Myrzamadi
01439aae37
Update Cargo.toml
2020-07-04 13:55:25 +06:00
p0lunin
58cb5ad152
added test for descriptions="off" attribute
2020-07-04 10:44:42 +03:00
p0lunin
c16c316679
changed source of macros from dev branch to 0.3.0 version
2020-07-03 21:11:32 +03:00
p0lunin
4ceb1253dd
Merge branch 'master' of https://github.com/teloxide/teloxide into commands
...
Conflicts:
examples/admin_bot/src/main.rs
examples/simple_commands_bot/src/main.rs
src/dispatching/dispatcher_handler_rx_ext.rs
2020-07-03 20:11:25 +03:00
Temirkhan Myrzamadi
fb6156a3b9
Merge branch 'master' into redis
2020-07-01 18:53:39 +06:00
Temirkhan Myrzamadi
0ac679c443
Remove the frunk dependency
2020-07-01 18:52:53 +06:00
p0lunin
9944524e34
added Box<dyn Error> in IncorrectFormat error
2020-06-24 19:18:12 +03:00
Temirkhan Myrzamadi
7a232a4c51
Merge branch 'master' into redis
2020-06-19 08:55:19 +03:00
p0lunin
1e71268748
fmt
2020-06-06 21:32:51 +03:00
Temirkhan Myrzamadi
963218bba0
Use a coproduct as a dialogue FSM
2020-05-24 14:19:46 +06:00
Josh Stone
b7a551a937
Upgrade tokio-util to 0.3
2020-04-29 14:30:38 -07:00
p0lunin
d5f3864921
wip
2020-04-25 20:16:27 +03:00
Maximilian Siling
798102a7d7
Add Redis storage & example bot using it
2020-04-19 18:31:23 +03:00