Skip to content

Releases: abh1nav/gnippy

Less strict six requirement, support id_str field in rules, test updates

02 Apr 19:36
Compare
Choose a tag to compare
  • Support for id_str field that gnip adds to rules.
  • Less strict six requirement.
  • Use python 3.6 in tests.

Connected status & backfill minutes feature on connect

08 Oct 09:37
Compare
Choose a tag to compare

Also allows id as a valid optional key in the dictionary when defining rules.

Bugfix - don't require both url and rules_url

28 Sep 04:40
Compare
Choose a tag to compare
Merge pull request #21 from j-bennet/master

Resolve config should not require both url and rules_url.

PowerTrack 2.0 Rules API Update

24 Sep 18:40
Compare
Choose a tag to compare
0.6.0

Add Makefile so I don't forget how to update PyPI

Fixing pinned requests dependency

03 Apr 03:00
Compare
Choose a tag to compare
0.5.2

Fixing pinned requests dependency. Closes #17.

Bugfix for Rules URL generation

28 Jan 04:34
Compare
Choose a tag to compare
Merge pull request #16 from abh1nav/bugfix/15

Adding check for existing query strings in GNIP URL

Minor changes were made to make the code compatible with Python 3

18 Jan 05:41
Compare
Choose a tag to compare

Version bump because of PyPI upload issue with 0.4.5

07 Jan 01:32
Compare
Choose a tag to compare
0.4.6

Bumping version number because of PyPI upload issue

Empty environment variables no longer override a valid config file

07 Jan 01:29
Compare
Choose a tag to compare
0.4.5

Version bump and fixing a typo in the CLA template.

Bugfix for delete_rules

05 Jan 19:34
Compare
Choose a tag to compare
Rule validation fails when tag is None.

Fixes #9.