Skip to content

Releases: Netflix/pygenie

Fix SyntaxWarning and upgrade python version for testing

31 Jul 20:20
722c9e3
Compare
Choose a tag to compare
  • Fixes SyntaxWarning: "is" with a literal. Did you mean "=="? warning for python3.8+.
  • Upgrade the Python version used for testing.

Add python3 support to pypi classifiers and remove deprecated tag from travis yaml

17 Jun 19:58
96058a7
Compare
Choose a tag to compare
Merge pull request #61 from cabhishek/fix_travis_config

Fix travis config

Improve presto semicolon logic

19 Mar 19:09
dea327c
Compare
Choose a tag to compare
Merge pull request #58 from cabhishek/fix_presto_semicolon

Improve presto semicolon logic

Stricter response code check

10 Feb 19:08
8583ec3
Compare
Choose a tag to compare
  • Check the status code if the response is None when fetching stderr

Handle 416 response code from genie server

03 Feb 23:46
3254afe
Compare
Choose a tag to compare
  • Don't error when getting a 416 response code when reading logs

Fix deprecation warnings from inspect module

22 Jan 19:48
466c935
Compare
Choose a tag to compare
  • Use getfullargspec frominspect module for py3.

v3.6.11: Merge pull request #54 from cabhishek/genie_headers

09 Dec 23:31
63d56ff
Compare
Choose a tag to compare
  • Pipe kwargs from execute method all the down to the request call

v3.6.10

07 Aug 22:01
b9fa0e1
Compare
Choose a tag to compare

Add genie 4 job status to running job list.

Force release

31 Jan 19:36
8f1b36e
Compare
Choose a tag to compare
Merge pull request #51 from cabhishek/master

Handle `is_file` error gracefully

v3.6.8

30 Jan 23:24
8f1b36e
Compare
Choose a tag to compare
  • Handle is_file error gracefully