Releases: replicate/cog
v0.9.16
Changelog
- cf547dd Bump github.com/getkin/kin-openapi from 0.126.0 to 0.127.0 (#1850)
- 2a5d776 Bump goreleaser/goreleaser-action from 4 to 6 (#1766)
- 4cbd8ce Bump pyright to 1.1.375
- 66e4f87 Check release tag (#1859)
- 0b48c8f Fix a multithreading bug related to numpy import
- 01f9b56 Fix async prediction tests
- 1463d77 Fix stream_redirector_race_condition test
- 501d3ec Ignore git files everywhere in .dockerignore (#1861)
- c889973 Make Worker interface non-blocking
- fee960f Set ruff's
src
config option - e4f0efd Simplify
PredictionRunner
v0.9.15
v0.10.0-alpha21
What's Changed
- move runner terminate into runner shutdown after waiting for predictions to ocmplete @technillogue in #1843
Full Changelog: v0.10.0-alpha20...v0.10.0-alpha21
v0.9.14
What's Changed
- Make install docker friendly by @8W9aG in #1830
- Resolve or ignore Ruff and Pylint warnings by @mattt in #1825
- Fix cog base layer hash by @8W9aG in #1833
- Print field in the validator error by @8W9aG in #1836
- Bump github.com/docker/cli from 27.1.0+incompatible to 27.1.1+incompatible by @dependabot in #1835
- Ping the docker daemon to check if it is up by @8W9aG in #1838
- Fix Pyright
reportUnnecessaryComparison
warning by @mattt in #1824 - Bump github.com/google/go-containerregistry from 0.20.0 to 0.20.1 by @dependabot in #1816
- Bump github.com/docker/cli from 27.0.3+incompatible to 27.1.0+incompatible by @dependabot in #1818
- Bump github.com/docker/docker from 27.0.3+incompatible to 27.1.1+incompatible by @dependabot in #1832
New Contributors
Full Changelog: v0.9.13...v0.9.14
v0.10.0-alpha20
This release fixes an error which happens when setup fails that was introduced in alpha18
Full Changelog: v0.10.0-alpha18...v0.10.0-alpha20
v0.10.0-alpha19
This release mistakenly included a more significant change in addition to fixing an error which happens when setup fails that was introduced in alpha18
Full Changelog: v0.10.0-alpha18...v0.10.0-alpha19
v0.10.0-alpha18
This release attempts to fix cog never exiting if a shutdown is requested during setup. This may not work, but this also adds a lot of logging that should allow us to actually resolve the issue.
What's Changed<
10000
/h2>
- syl/fix setup shutdown bug by @technillogue in #1819
Full Changelog: v0.10.0-alpha17...v0.10.0-alpha18
v0.10.0-alpha17
This release includes a temporary fix for a bug around cancellation.
What's Changed
- [async] Fix CI branch by @aron in #1797
- Add fixes for CI ruff issues by @aron in #1799
- [async] Propagate trace context to webhook and upload requests by @aron in #1787
- [async] Include prediction id upload request by @aron in #1788
- patch cancel bug: immediately mark predictions as cancelled by @technillogue in #1798
Full Changelog: v0.10.0-alpha16...v0.10.0-alpha17
v0.9.13
What's Changed
- Enable
--use-cog-base-image
by default by @mattt in #1778 - Use
github.com/google/go-containerregistry
to get latest layer SHA instead of pulling by @mattt in #1779 - Bump reproducible-containers/buildkit-cache-dance from 3.1.1 to 3.1.2 by @dependabot in #1780
- Bump github.com/docker/cli from 26.1.4+incompatible to 27.0.3+incompatible by @dependabot in #1781
- Bump github.com/docker/docker from 27.0.1+incompatible to 27.0.3+incompatible by @dependabot in #1782
- Secure Prompt for API key by @Shubhamai in #1789
- don't block logs during iterators by fixing the lock by @technillogue in #1802
- Bump github.com/google/go-containerregistry from 0.19.2 to 0.20.0 by @dependabot in #1806
- Bump github.com/getkin/kin-openapi from 0.125.0 to 0.126.0 by @dependabot in #1792
- Bump golang.org/x/sys from 0.21.0 to 0.22.0 by @dependabot in #1793
- Bump golang.org/x/tools from 0.22.0 to 0.23.0 by @dependabot in #1791
- Fix panic in
cog predict
when predictor with string output type returnsNone
by @mattt in #1809 - optimize webhook serialization by @technillogue in #1592
- Make human readable type name function more resilient by @mattt in #1810
- cog predict: check output path writability before predict/train by @yorickvP in #1389
- cog train: bring functionality on par with cog predict by @yorickvP in #1391
- Fix
Dockerfile
generation regression when--separate-weights
is enabled by @mattt in #1811
New Contributors
- @Shubhamai made their first contribution in #1789
Full Changelog: v0.9.12...v0.9.13
v0.10.0-alpha16
Changelog
- a4b86cd Poison model healthcheck on shutdown