Skip to content

Releases: DocNow/docnow

v1.0.0

04 Apr 18:33
d6f785e
Compare
Choose a tag to compare

v1.0.0 marks the first official release of the DocNow application. You may have noticed it percolating here on GitHub for some time in beta form, but now it has the primary features we wanted, including support for the v2 Twitter API and historical search. For more about the release and how to install it please read this post:

https://news.docnow.io/introducing-docnow-1-0-12ebc0011cdf

v0.3.1

23 Jan 11:36
Compare
Choose a tag to compare

This bugfix release ensures that requests to the /2/tweets/search/all endpoint do not exceed 300 requests per 15 minutes.

v0.3.0

23 Jan 11:35
Compare
Choose a tag to compare

This release includes an operational historical search option when activating a search. A user can select a date that they would like to search back to, and also create a limit to the number of tweets that are collected.

v0.2.1

01 Sep 19:30
40a9d0d
Compare
Choose a tag to compare

StreamLoader doesn't have Twitter keys related to a user (just the app). The Twitter client needed to only instantiate user clients when all keys are available. This was preventing the StreamLoader from starting up in production outside of a development environment where all they keys are available in the docker environment.

v0.2.0

01 Sep 18:05
116070b
Compare
Choose a tag to compare

Use the Twitter V2 API for searching and streaming.

v0.1.6

01 Sep 18:04
5677a83
Compare
Choose a tag to compare

Send a tweet on behalf of a user when starting collection.

v0.1.5

01 Sep 18:03
051de5e
Compare
Choose a tag to compare

Added consent actions.

v0.1.4

03 Mar 15:45
Compare
Choose a tag to compare
  • Suggest Twitter App callback URL to use by introspecting on the hostname where the app is running.

v0.1.3

03 Mar 15:16
Compare
Choose a tag to compare
  • Improved error handling during initial setup, especially around Twitter app misconfiguration.
  • Simplified user profile which only gets displayed on login when a user is not active.

v0.1.2

02 Mar 17:46
Compare
Choose a tag to compare
  • Fix the display of "collectors"
  • Fix the display of the site logo
  • Adjust settings API call to return public information
  • Only display public searches and not limit to public searches of a user.