Releases: okpy/ok-client
Releases · okpy/ok-client
v1.7.5
Changelog:
- Provide a way for students to run a single test case (#235)
v1.7.4
Changelog:
- Use different location for the bundled request library cacert file
v1.7.3
Changelog:
- Install requirements recursively (#233)
- Use a longer timeout when auto-updating (837883e)
v1.7.2
Changelog:
- Bundle dependencies into the zip (like
requests
and sanction
) (#209)
- This increases the filesize of Ok Client by 5x (especially because of
requests
)
- Include collaboration protocol (
--collab
) (#227)
v1.7.1
Changelog:
- Stub Collaboration protocol so we can add it in a later update.
v1.7.0
Changelog:
- Change unlocking to use ast.literal_eval (#223)
v1.6.14-2
Changelog:
- Revert "Warn and exit on 32 bit installations of Python" (#222)
1.6.14-1
Changelog:
- Fix grading protocol when run after analytics (#208)
- Use okpy.org domain (#220)
- Warn and exit on 32 bit installations of Python (#216)
v1.6.16
Changelog:
- Improve help message (#200)
- Remove extremely slow regex from analytics (#201)
Notes: Introduces in a bug in grading. Do not use this version.
v1.6.14
Changelog:
Fix persistence "bug" when running multiple Logic suites. (#193)
Note: the binary for this release is actually v1.6.14-1. See #221 for more information.