Skip to content

Releases: replicate/cog

v0.11.3

18 Oct 23:38
v0.11.3
Compare
Choose a tag to compare

What's Changed

  • Explain NAME_UNKNOWN error on failed cog push by @mattt in #1844
  • Fix cog not installing itself over present installation by @8W9aG in #2001

This release fixes a bug in the last few releases of cog (that we mistakenly thought we'd fixed in 0.9.25) which resulted in a broken version of cog built into the images output by cog build.

Full Changelog: v0.11.1...v0.11.3

v0.10.0-alpha24

18 Oct 13:09
9cb5f35
Compare
Choose a tag to compare
v0.10.0-alpha24 Pre-release
Pre-release

Changelog

  • a60d151 Add .envrc for asdf
  • 2dcdf64 Add dotenv_if_exists to .envrc
  • 12d5a4c Add support for image/webp to mimetypes package (#2002)
  • 9cb5f35 Propagate the name attribute of URLFile across serializers (#2000)
  • b710b33 direnv: use layout python to automatically use venv (#1970)

v0.10.0-alpha23

17 Oct 10:44
3805e2e
Compare
Choose a tag to compare
v0.10.0-alpha23 Pre-release
Pre-release

Changelog

  • 3805e2e Support custom filename to be provided to URLFile (#1997)

v0.10.0-alpha22

16 Oct 13:18
Compare
Choose a tag to compare
v0.10.0-alpha22 Pre-release
Pre-release

Changelog

  • 3edefe4 Fix type annotations in Input
  • 05a13bf Validate url passed to URLFile conforms to HTTP protocol
  • b29c93c [async] Support URLFile in the upload_file function (#1987)

v0.11.1

14 Oct 22:06
v0.11.1
Compare
Choose a tag to compare

Changelog

v0.11.0-alpha1

14 Oct 18:48
v0.11.0-alpha1
ed7cc89
Compare
Choose a tag to compare
v0.11.0-alpha1 Pre-release
Pre-release

Changelog

v0.9.26

09 Oct 17:35
v0.9.26
135599f
Compare
Choose a tag to compare

Changelog

v0.9.25

07 Oct 15:40
v0.9.25
Compare
Choose a tag to compare

This release includes fixes for running cog build on GitHub Actions, and improvements to the experience if you accidentally paste a Replicate API token (rather than a CLI auth token) into cog login.

This release also ensures that the correct version of cog is installed into the built image when using Cog base images (the default). (This bug wasn't actually fixed in this release, and is finally fixed in v0.11.2.)

Changelog

  • 15b5000 Add dotenv_if_exists to .envrc
  • be927af Don't accept Replicate API tokens for CLI login
  • cfa064a Install cog when using base images (#1973)
  • fcb3c3c Look up git metadata via GitHub env vars when available (#1974)
  • 574bdc7 direnv: use layout python to automatically use venv (#1970)

v0.9.24

25 Sep 10:02
45d7d2d
Compare
Choose a tag to compare

This release includes a fix for a bug present in v0.9.21 and v0.9.23.

The bug affected models that ran subprocesses, and could cause those subprocesses to fail with a broken pipe. The fix is in #1969.

Changelog

v0.9.23

13 Sep 10:20
6da017c
Compare
Choose a tag to compare

Important

This release includes changes from the previous tag, v0.9.22, which doesn't have a corresponding release.

What's Changed

New Contributors

Full Changelog: v0.9.21...v0.9.23

Changelog

  • 6da017c Pin goreleaser to v2.2.0 to avoid pulling in go 1.23 (#1953)