Skip to content

Releases: backtick-se/cowait

0.5.0

22 Sep 15:45
Compare
Choose a tag to compare

Upgraded base image to Python 3.8.

0.4.35

01 Apr 15:10
Compare
Choose a tag to compare
chore: bump version to 0.4.35

0.4.33

09 Mar 14:06
Compare
Choose a tag to compare
bump version to 0.4.33

v0.4.31

01 Nov 10:12
Compare
Choose a tag to compare
0.4.31: fix aiohttp version in setup.py

v0.4.20

20 Apr 19:54
Compare
Choose a tag to compare

Yup

v0.4.18

22 Mar 10:49
Compare
Choose a tag to compare
bump version to 0.4.18

v0.4.0

22 Dec 18:25
Compare
Choose a tag to compare
  • Kill tasks by name #198
  • Network refactoring #189
    • Message timestamps
    • Added tests for websockets
  • CLI reorganization #204
  • Improved nesting of configuration files #204
  • Engine refactoring
    • Extracted DockerProvider and KubernetesProvider to separate packages
  • Resource monitoring & Stats API #171
  • Support for docker build arguments #208
  • Migrated project to use Poetry for dependency management #211
  • Dotenv path fix #216
  • Fix problem when logging task names containing dashes #215
  • Tuple serialization #214
  • Reorganize test files #220
  • CLI tools changed to take key-value options on -i key="value" format, similar to Docker #221

0.3.5

19 Nov 08:40
5617c21
Compare
Choose a tag to compare

Additional bug-fix for issue running docker on Mac. Fix was first introduced in 0.3.4

0.3.4

18 Nov 10:26
Compare
Choose a tag to compare

Small tweaks and stability fixes.

0.3.2

28 Aug 13:07
Compare
Choose a tag to compare

Fixed a few issues in 0.3.1:

  • Deserialization of TaskInstances (sometimes?) caused problems when monitoring child tasks (#167)
  • Updated Spark to 3.0.0 (#169)
  • Added an --image option to cowait notebook, allowing it to use other remote images, such as cowait/spark (#169)
  • Properly encode gzipped environment variables (#170)
  • Fixed a bug in cowait run (see #163)