Skip to content

Releases: DocNow/hydrator

0.0.6

02 May 11:16
90f7a1c
Compare
Choose a tag to compare

The v0.0.6 release of Hydrator includes no new functionality but it does include vastly improved handling of large tweet id datasets (e.g. millions of tweets or more). Previously Hydrator would search through the file of tweet ids for the next set of 100 ids to hydrate on each request to Twitter. This was highly inefficient both in terms of time as well as disk and CPU utilization.

Hydrator now opens the file and iteratively reads ids in chunks of 100 until it is told to stop (by the user) or encounters a rate limit (from Twitter). Previously a heartbeat was used to regulate the requests going to Twitter, but now the application will ask for as many as it can until it is rate limited. This also should mean shorter hydration times even for smaller datasets.

In addition Hydrator also will allow you to hydrate multiple datasets concurrently. This doesn't let you get around the API rate limits set by Twitter, but it will let you actively hydrate more than one dataset at a time.

FIxes #8 #15 #21

0.0.5

20 Apr 13:43
048f9c2
Compare
Choose a tag to compare

This is a small update that opens the Twitter web page for authentication from the main process in the hopes that it may help with Windows 10 users who are reporting that it will not open. Refs #27

0.0.4

18 Apr 11:39
ef13fc5
Compare
Choose a tag to compare

This release includes no new functionality (and hopefully no new bugs) but it represents a much needed refresh to the code base.

Hydrator is now based on Electron v8, (which is a big step up from Electron 1.7) as well as React v16. A new Electron boilerplate is being used electron-react-redux-boilerplate which simplifies the build process without requiring webpack.

The addition of action-electron-builder lets us build and publish Linux, Mac and Windows installers here using GitHub Actions after just adding this little YAML file to the Hydrator GitHub repository.

v0.0.3

17 Nov 10:58
Compare
Choose a tag to compare

This version of the Hydrator adds support for retrieving tweets as extended tweets, which provides the most information for a status update.

v0.0.2

17 Nov 10:59
Compare
Choose a tag to compare

The first public release of the Hydrator. 🎉