Releases: replicate/cog
Releases · replicate/cog
v0.15.9
v0.15.8
v0.15.7
v0.15.6
Changelog
- 0df4c76 Add futures annotations int test (#2405)
 - e7b086c Add support for fast build images in cog run (#2408)
 - 5df702a Fix FastAPI deprecation warnings by migrating to lifespan handlers (#2402)
 - 71ad986 Handle badly formatted data URIs in cog predict (#2409)
 - 997e02b Handle tags at the end of images (#2401)
 - 0a49320 Refactor 
cog predictto support--jsonflag (#2404) - c95dc88 Send explicit error if no token supplied (#2406)
 
v0.15.5
v0.15.4
What's Changed
- Check if token is empty by @8W9aG in #2392
 - Bump actions/checkout from 3 to 4 by @dependabot in #2126
 - Add cog pull by @8W9aG in #2386
 - Add telemetry to pull command by @8W9aG in #2394
 - Create the tarballs directory before pushing by @8W9aG in #2393
 - Add support for pulling draft sources by @8W9aG in #2395
 
Full Changelog: v0.15.3...v0.15.4
v0.15.3
v0.15.2
Changelog
- 59dc987 Add checking of pipelines runtime requirements before pushing (#2375)
 - 72fc99d Another "known failure" error to allow in tests (#2379)
 - 96f6bb1 Bump github.com/google/go-containerregistry from 0.20.3 to 0.20.5 (#2364)
 - f2beead Bump github.com/moby/buildkit from 0.21.1 to 0.22.0 (#2362)
 - e16056a Bump golang.org/x/crypto from 0.37.0 to 0.38.0 (#2363)
 - 29b3aed Fix flaky registry test (#2374)
 - 2f94961 Refactor PostNewPipeline to use Replicate public API (#2378)
 - 3f1e055 Remove 3.13 from torch 2.5.0 (#2380)
 
v0.15.1
Changelog
- e5c83e7 Add deprecated field to Input (#2360)
 - e22b83c Add docs for training classes (#2359)
 - d14363f Add recent torch compatibility matrix (#2369)
 - 5264bb1 Allow comma separated versions in generate-matrix (#2371)
 - 6d742fb Fix issue filter valid torch versions (#2372)
 - 7a4a6b9 Generate model dependencies in build (#2358)
 - e28fdf1 Improve project tooling (#2351)
 - 9cf961b Only overwrite header if it doesn’t exist (#2366)
 - 2969c9c Pass REPLICATE_API_TOKEN to model via context (#2365)
 - 6d46d25 Test torch 2.7.0 cuda 12.6 works as a base image (#2373)
 - b23f3bd Use libglx-mesa0 instead of libgl1-mesa-glx (#2370)
 - e77f5ee document input deprecation (#2367)
 
v0.15.0
Changelog
- 63b6246 Add integration test for setup run in trainer (#2342)
 - 92cf6a7 Add torch 2.5.0 CUDA 12.4.1 to matrix (#2350)
 - 52550a7 Annotate nullable values as such in the OpenAPI schema (#2316)
 - 79a6fa8 Bump github.com/vbauerster/mpb/v8 from 8.9.1 to 8.10.1 (#2346)
 - da6bb15 Bump golang.org/x/term from 0.31.0 to 0.32.0 (#2347)
 - f844888 Call train function (#2343)
 - 88d8737 Make all instances of --x-fast use fast:true instead (#2354)
 - 7710952 New Docker+Buildkit client (#2327)
 - 33eceac Remove R8_COGLET_VERSION from ci (#2349)
 - 895a28f Revert "Add torch 2.5.0 CUDA 12.4.1 to matrix (#2350)" (#2352)
 - 0f4cf3d Support kwargs predictors (#2345)
 - 98b42ae Support pipeline pushes (#2341)
 - b30b0de Supporting changes for new docker client (#2344)
 - 499cf37 Write copy error to debug instead of error (#2348)
 - 37397b9 create a meta GHA job to assert test results (#2353)