Skip to content

Releases: nidev/rbitter

Rbitter 0.2.4 Release Note

18 Oct 09:44
Compare
Choose a tag to compare

This update will follow up http-0.9.8 gem and its related updates.

Fixed bugs

  • Add monkey-patching for twitter-5.15.0 for "RubyTCPSocket:87- TypeError: can't convert nil into String" issue. (87de3cf) See also this link.

Added/Removed/Improved features

Added

Nothing

Improved

Nothing

Removed

Nothing

Rbitter 0.2.3 Release Note

29 Aug 08:36
Compare
Choose a tag to compare

Rubygem doesn't allow me to re-push my gem again. So I made this small version bump.

Fixed bugs

Nothing

Added/Removed/Improved features

Added

Nothing

Improved

  • progress.rb clears current line by using iteration, not using string operation. (48264df)

Removed

Nothing

Rbitter 0.2.2 Release Note

29 Aug 03:35
Compare
Choose a tag to compare

I couldn't take care of some issues with Rbitter, since I got a full time job at June.

I'll try to do so, so please keep eyes on my works. :)

This release includes a fix for the problem on JDBC driver initialization with MySQL(MariaDB).

Fixed bugs

  • 'jdbc/mysql' gem should be loaded before the driver is about to be initialized. (efbb2a2)

Added/Removed/Improved features

Added

  • DLThread now has a size limit on thread pool. (ac35a28)

Improved

  • Better wording on env.rb (593c08b)
  • ArcServer class handles Errno::ETIMEDOUT and now can recover from disconnection. (b3739a1)

Removed

Nothing

Rbitter 0.2.1 Release Note

07 Jun 13:08
Compare
Choose a tag to compare

This is small update for Rbitter.

It will display archiving progress in console, using STDOUT like this:

(above omitted)
[rbitter] saving tweet: 0000000000000000000000000

Zeroes will be replaced with proper tweet id number. It doesn't produce new line. So this feature will not corrupt outputs.

Fixed bugs

Nothing

Added/Removed/Improved features

Added

  • Naive progress displaying in ArcSerer (aa63c45)

Improved

Nothing

Removed

Nothing

Rbitter 0.2.0 Release Note

02 Jun 15:11
Compare
Choose a tag to compare

You may not need to read a release note to check changes in config.json (configuration file).

This release will notify you when essential fields of config.json are changed. And you can remove redundant field from config.json.

Fixed bugs

  • Monkey-patchig Socket class to add a class method named 'ip_address_list', on rubinius implementation(5d0d638 rubinius issue)

Added/Removed/Improved features

Added

  • Configuration validator (4919c50)

Improved

  • Cleaner monkey-patching procedure (twitter gem and rubysl-socket gem)

Removed

  • Rbitter.prebootstrap method was removed. lib/rbitter/override.rb will handle its job.

Rbitter 0.1.2 Release Note

17 May 08:17
Compare
Choose a tag to compare

With this release, Rbitter provides correct gem for each platform like Jruby(java) and MRI(ruby).

C:\Users\nidev\rbitter>jruby -S gem search rbitter

*** REMOTE GEMS ***

rbitter (0.1.2 ruby java)

On Jruby, installation logs are like this:

C:\Users\nidev\rbitter> jruby -S gem install rbitter
Successfully installed rbitter-0.1.2-java
1 gem installed

On Rubinis/MRI,

nidev@lrig-conoha ~ % gem install rbitter
Successfully installed rbitter-0.1.2
1 gem installed

Fixed bugs

  • Nothing

Added/Removed/Improved features

Added

  • Nothing

Improved

  • Rbitter provides more detail message than before in case of errors of unauthorized accesses. (033b0a0)

Removed

  • Nothing

Rbitter 0.1.1 Release Note

15 May 14:49
Compare
Choose a tag to compare

Fixed bugs

  • With HTTPS link, DLThread could not download data and threads were crashed.

Added/Removed/Improved features

Added

  • Nothing

Improved

  • Proper handling on HTTPS in DLThread class.

Removed

  • In config.json, 'cacert_path' option in 'media_downloader' will not be used anymore. You can safely remove that line from your configuration.

Rbitter 0.1.0 Release Note

15 May 08:14
Compare
Choose a tag to compare

Nearly two months has passed since first release!

Here is Rbitter 0.1.0 release notes.

Fixed bugs

  • ActiveRecord migration would not work properly in some cases.

Added/Removed/Improved features

Added

  • Calling 'rbitter' executable file will print out help messages.
  • Rbitter::Record has ability to store in_reply_to_id to track conversation. (Migration will automatically modify your database)
  • Rbitter console has a method to export Rbitter::Record to comma-separated format file.

Improved

  • Bootstrapper got simpler code and more tests.
  • XMLRPC server is started in ArcServer class.
  • ArcServer tracks XMLRPC server bringing and halting.
  • Rbitter console now can connect to any remote/local Rbitter XMLRPC server.
  • Better interface to access DLThread (Threaded image downloader)
  • Code coverage increased to 60%

Removed

Nothing here. :)

Rbitter 0.0.8 Release Note

14 May 10:51
Compare
Choose a tag to compare

This is first official release of Rbitter, which is also uploaded to Rubygems.