Skip to content

Releases: alex9smith/gdelt-doc-api

1.5.0

05 Mar 15:17
7da5ac8
Compare
Choose a tag to compare

Provide user agent in requests to the API (#23)

1.4.0

31 May 20:56
471f53c
Compare
Choose a tag to compare

Validate timespan filter parameter to make sure it's an allowed value #19 by @alex9smith

Catch API errors when a query string is invalid and return them to the user #20 by @alex9smith

1.3.3

23 May 12:05
8383193
Compare
Choose a tag to compare

Fix a bug in multi_repeat which meant any filter using OR would fail by @alex9smith

1.3.2

28 Mar 15:55
e1b2bf8
Compare
Choose a tag to compare

Fix a bug in multi_repeat which caused a bad response from the API which could not be parsed - #12 by @alex9smith

1.3.1

03 Nov 22:43
2a545fb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.3.1

1.3.0

27 Apr 12:36
Compare
Choose a tag to compare

Searches that have 0 results now don't raise an error - thanks @FelixKleineBoesing for the fix.

1.2.0

22 Apr 20:17
Compare
Choose a tag to compare

Add support for filtering queries by timespan (a603831)
Reformat code with black (f87a1d0)