From 171dbea38297b564deca05cf7d28286c2146da34 Mon Sep 17 00:00:00 2001 From: Jaiden Mispy <^_^@mispy.me> Date: Fri, 5 Dec 2014 23:37:07 +1100 Subject: [PATCH] note memory use improvement --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a598d5..d5f1802 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,14 @@ A framework for building interactive twitterbots which respond to mentions/DMs. ## New in 3.0 +- About 80% less memory and storage use for models - Bots run in their own threads (no eventmachine), and startup is parallelized - Bots start with `ebooks start`, and no longer die on unhandled exceptions - `ebooks auth` command will create new access tokens, for running multiple bots - `ebooks console` starts a ruby interpreter with bots loaded (see Ebooks::Bot.all) - Replies are slightly rate-limited to prevent infinite bot convos - Non-participating users in a mention chain will be dropped after a few tweets -- [API documentation](http://rdoc.info/github/mispy/twitter_ebooks) +- [API documentation](http://rdoc.info/github/mispy/twitter_ebooks) and tests Note that 3.0 is not backwards compatible with 2.x, so upgrade carefully!