Releases: replicate/cog
Releases · replicate/cog
v0.14.10
Changelog
- 7cdd08d Add environment variable for defining coglet version (#2315)
- 276d37e Add migrate logging (#2305)
- 4f4b4e1 Add support for lists of dicts in cog predict (#2317)
- fa9cf09 Do not marshal python_requirements if it is empty (#2306)
- 31421f0 Do not show option to change code if code is equal (#2309)
- 3f919d7 Handle comments when migrating yaml (#2308)
- 8896372 Send the migration status’s into the log (#2311)
- 4682085 Update all integration tests to use the
cog_binary
fixture (#2304)
v0.14.9
Changelog
- 7b0d5f1 Add new version log (#2303)
- e7551cc Add other pget run variants to migration script (#2298)
- bfbdf0d Add test for cog migration with GPU (#2301)
- 07a9d01 Build the image on predict in fast boots (#2300)
- 642c0ee Environment variables in cog.yaml (#2274)
- b5eff19 Pin coglet verison in CI
- 52180a4 move
docker.Build
tocommand.Command
(#2293)
v0.14.8
Changelog
- e01c1dc Add .python-version to .dockerignore
- d530094 Add cog migrate command (#2290)
- cbb00e0 Add —config to allow the user to specify the config (#2291)
- db4d7f2 Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.74.1 to 1.79.2
- 4d92f80 Bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.0
- a814c84 Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.2
- fcc1e5e Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2
- cc937e8 Handle cog predict lists (#2272)
- 9cd3059 Log cog build/push functions (#2289)
- 2ce4fed Prevent pydantic 2 clobbering (#2273)
- c505da2 Propagate context.Context to build logic (#2287)
- 28411cf Replace
docker.Xxx
helpers with functions oncommand.Command
(#2288) - 5b547d2 Upgrade Go to 1.24 (#2282)
- 497a8d6 fix: Requirements format parser (#2292)
v0.14.7
v0.14.6
v0.14.5
v0.14.4
Changelog
- a4bac6e Add a config option to enable fast builds (#2222)
- 05deb64 Add local image flag for fast context loading (#2236)
- ccd279e Add more data to error strings (#2228)
- 87bfb41 Allow
pathlib.Path
and descendants as uploadables (#2235) - 9636afe Allow fast as a build property in cog.yaml (#2244)
- 4ce6fb9 Configure
uv
+ misc fixes while setting up a new dev environment (#2233) - f325711 Create scanner for removing comments and continuations (#2230)
- ba0c552 Disallow Python 3.8 for fast-push
- 6a846cc Fix pre-upload call (#2231)
- f994874 Hit pre-upload route as part of monobeam uploads (#2204)
- a8aa011 Remove checks for static schema (#2232)
- 160ac45 Support UnionTypes in Optional check (#2224)
- 4787a64 update cog init to use requirements.txt (#2242)
v0.14.3
v0.14.2
Changelog
- cbb4517 Add documentation for concurrency support
- 63c6287 Check that dockerignore is compatibile with cog (#2210)
- 1ccc20b Fix conditional on util package (#2207)
- e75aee7 Remove tests from fast-build cog.yaml (#2202)
- f8997dc Revert "Support Python requirements package[extra,...]==version (#2160)"
- 06191ce Skip weights that are ignored in dockerignore (#2213)
- edd0385 Warn the user when they use deprecated fields (#2203)