Skip to content

Releases: replicate/cog

v0.17.0-alpha4

10 Feb 20:07
v0.17.0-alpha4
8991ec8

Choose a tag to compare

v0.17.0-alpha4 Pre-release
Pre-release

Changelog

  • 327a490 Install SDK from PyPI and refactor release publishing (#2691)
  • 0447eb1 Add pkg/model Resolver API for build encapsulation (#2663)
  • 1fc37d5 Bump actions/checkout from 4 to 6 (#2654)
  • 8b132a1 Bump actions/setup-go from 5 to 6 (#2520)
  • 6d96729 Bump github.com/getkin/kin-openapi from 0.128.0 to 0.133.0 (#2508)
  • a427f36 Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.4.0 (#2502)
  • cec6afb Bump jdx/mise-action from 2 to 3 (#2642)
  • 8c9dc8e Bump to 0.17.0-alpha2
  • 6a15557 Bump version for pre-release
  • d6cb965 OCI bundle format for model weights (#2676)
  • 596f1a4 Overhaul development tooling to use mise as the single source of truth for tasks, with consistent naming conventions and intelligent caching. (#2685)
  • d8e9353 Remove --x-localimage experimental feature (#2670)
  • 22536d7 Remove cog migrate command and dead code (#2667)
  • db10efd Remove coglog analytics/telemetry package (#2690)
  • 415d87c Remove deprecated fast/monobase build system (#2675)
  • a44702a Remove pipelines functionality (#2671)
  • 818e74a Restructure coglet Python module to improve separation of structure and prepare for publishing (#2710)
  • e6a7b73 Revert " Install SDK from PyPI and refactor release publishing (#2691)" (#2697)
  • ed6377c Revert "Revert " Install SDK from PyPI and refactor release publishing"" (#2698)
  • b9878c5 Upgrade Go dependencies (#2686)
  • 87cf2d6 build: restore sdist to SDK builds and release pipeline
  • ffa8fb2 chore(deps): bump golang.org/x/crypto in /integration-tests (#2684)
  • 5903d05 chore: EOL python below python 3.10 (#2666)
  • 8991ec8 chore: bump to alpha4
  • 3aade87 chore: bump version to 0.17.0-alpha3
  • 04e136e chore: drop coglet-alpha selection (#2669)
  • 349932a chore: update cargo.lock
  • cfde5cf ci: replace aqua tool downloads with dedicated GitHub Actions (#2712)
  • df576ff feat: Replace Pydantic with native Python dataclasses for cog.BaseModel (#2681)
  • edad085 feat: add real-time progress tracking for multipart weight uploads (#2688)
  • a610a43 feat: add weights build and push commands (#2683)
  • 567b542 feat: build artifacts API — unified pipeline for images and weights (#2695)
  • 06ec297 feat: registry-agnostic provider system for multi-registry support (#2668)
  • 5e48eae fix: add SHA256 checksums for wheel artifacts in release
  • bf72122 fix: align CLI version with Cargo.toml and use local wheels in CI
  • 7f30beb fix: allow spaces in environment variable values in cog.yaml schema (#2693)
  • b8eb44f fix: append wheel checksums to goreleaser's checksums.txt
  • c5e8c90 fix: convert semver pre-release versions to PEP 440 for pip install
  • bf52e7c fix: cross-compile all coglet wheels from ubuntu using zig (#2701)
  • d7a7690 fix: disable uv cache in coglet wheel build to fix macos-14 arm64 error
  • 992d225 fix: force SDK version from tag and convert semver to PEP 440
  • a04b23a fix: merge SDK publishing into release-publish.yaml, add draft check
  • 39e6124 fix: remove old coglet shim logic, refactor wheel resolution to be testable
  • 1b825b8 fix: rename verify-tag job to reflect pre-release support
  • f0cb3ec fix: replace Go PTY tests with txtar using creack/pty (#2682)
  • 3f081cd fix: replace interface{} with any to satisfy go-modernize lint (#2711)
  • 2261c96 fix: resolve race condition in TestLoginGenericRegistryPTY test (#2679)
  • 4c36093 fix: restructure release workflows - goreleaser creates draft, wheel-only SDK
  • 2965030 fix: split SDK and coglet publishing to match PyPI trusted publisher config
  • ddb5f29 fix: trigger pypi-package.yaml directly on release, poll for coglet
  • 5230189 fix: use Cargo.toml as single source of truth for SDK version
  • 1fd063f fix: use crates.io trusted publishing via OIDC instead of API token
  • d7068b7 fix: use workflow_call for SDK publishing with explicit tag passing
  • 6f6d999 fix: use zig for linux cross-compile, macos-14 for darwin wheel
  • a880f2d perf: enable LTO for release builds of coglet
  • 2c2259c refactor(config): implement three-phase Parse → Validate → Complete architecture (#2696)
  • 8c3b931 refactor: migrate from gopkg.in/yaml to go.yaml.in/yaml/v4 (#2704)

v0.17.0-alpha3

10 Feb 00:09
v0.17.0-alpha3
339ef96

Choose a tag to compare

v0.17.0-alpha3 Pre-release
Pre-release

Changelog

  • 327a490 Install SDK from PyPI and refactor release publishing (#2691)
  • 0447eb1 Add pkg/model Resolver API for build encapsulation (#2663)
  • 1fc37d5 Bump actions/checkout from 4 to 6 (#2654)
  • 8b132a1 Bump actions/setup-go from 5 to 6 (#2520)
  • 6d96729 Bump github.com/getkin/kin-openapi from 0.128.0 to 0.133.0 (#2508)
  • a427f36 Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.4.0 (#2502)
  • cec6afb Bump jdx/mise-action from 2 to 3 (#2642)
  • baadf2c Bump to 0.17.0-alpha2
  • 009b352 Bump version for pre-release
  • d6cb965 OCI bundle format for model weights (#2676)
  • 596f1a4 Overhaul development tooling to use mise as the single source of truth for tasks, with consistent naming conventions and intelligent caching. (#2685)
  • d8e9353 Remove --x-localimage experimental feature (#2670)
  • 22536d7 Remove cog migrate command and dead code (#2667)
  • db10efd Remove coglog analytics/telemetry package (#2690)
  • 415d87c Remove deprecated fast/monobase build system (#2675)
  • a44702a Remove pipelines functionality (#2671)
  • e6a7b73 Revert " Install SDK from PyPI and refactor release publishing (#2691)" (#2697)
  • ed6377c Revert "Revert " Install SDK from PyPI and refactor release publishing"" (#2698)
  • b9878c5 Upgrade Go dependencies (#2686)
  • 2228ba8 build: restore sdist to SDK builds and release pipeline
  • ffa8fb2 chore(deps): bump golang.org/x/crypto in /integration-tests (#2684)
  • 5903d05 chore: EOL python below python 3.10 (#2666)
  • 145c8db chore: bump version to 0.17.0-alpha3
  • 04e136e chore: drop coglet-alpha selection (#2669)
  • df576ff feat: Replace Pydantic with native Python dataclasses for cog.BaseModel (#2681)
  • edad085 feat: add real-time progress tracking for multipart weight uploads (#2688)
  • a610a43 feat: add weights build and push commands (#2683)
  • 06ec297 feat: registry-agnostic provider system for multi-registry support (#2668)
  • 15c8e1c fix: add SHA256 checksums for wheel artifacts in release
  • 339ef96 fix: align CLI version with Cargo.toml and use local wheels in CI
  • 7f30beb fix: allow spaces in environment variable values in cog.yaml schema (#2693)
  • bb952be fix: append wheel checksums to goreleaser's checksums.txt
  • 7727d3d fix: convert semver pre-release versions to PEP 440 for pip install
  • bf52e7c fix: cross-compile all coglet wheels from ubuntu using zig (#2701)
  • 4c4274c fix: disable uv cache in coglet wheel build to fix macos-14 arm64 error
  • 36f997f fix: force SDK version from tag and convert semver to PEP 440
  • 8114cca fix: merge SDK publishing into release-publish.yaml, add draft check
  • d1691c5 fix: remove old coglet shim logic, refactor wheel resolution to be testable
  • 12d209a fix: rename verify-tag job to reflect pre-release support
  • f0cb3ec fix: replace Go PTY tests with txtar using creack/pty (#2682)
  • 2261c96 fix: resolve race condition in TestLoginGenericRegistryPTY test (#2679)
  • d961846 fix: restructure release workflows - goreleaser creates draft, wheel-only SDK
  • bf54ddb fix: split SDK and coglet publishing to match PyPI trusted publisher config
  • 18b9ca8 fix: trigger pypi-package.yaml directly on release, poll for coglet
  • f458f6c fix: use Cargo.toml as single source of truth for SDK version
  • ce33d7f fix: use crates.io trusted publishing via OIDC instead of API token
  • 2f1df5f fix: use workflow_call for SDK publishing with explicit tag passing
  • cd27d7d fix: use zig for linux cross-compile, macos-14 for darwin wheel
  • 0e96c42 perf: enable LTO for release builds of coglet
  • 2c2259c refactor(config): implement three-phase Parse → Validate → Complete architecture (#2696)

v0.17.0-alpha2

07 Feb 01:26
v0.17.0-alpha2
9d62650

Choose a tag to compare

v0.17.0-alpha2 Pre-release
Pre-release

Changelog

  • 327a490 Install SDK from PyPI and refactor release publishing (#2691)
  • 0447eb1 Add pkg/model Resolver API for build encapsulation (#2663)
  • 1fc37d5 Bump actions/checkout from 4 to 6 (#2654)
  • 8b132a1 Bump actions/setup-go from 5 to 6 (#2520)
  • 6d96729 Bump github.com/getkin/kin-openapi from 0.128.0 to 0.133.0 (#2508)
  • a427f36 Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.4.0 (#2502)
  • cec6afb Bump jdx/mise-action from 2 to 3 (#2642)
  • cfaa8e8 Bump to 0.17.0-alpha2
  • 4e8161d Bump version for pre-release
  • d6cb965 OCI bundle format for model weights (#2676)
  • 596f1a4 Overhaul development tooling to use mise as the single source of truth for tasks, with consistent naming conventions and intelligent caching. (#2685)
  • d8e9353 Remove --x-localimage experimental feature (#2670)
  • 22536d7 Remove cog migrate command and dead code (#2667)
  • db10efd Remove coglog analytics/telemetry package (#2690)
  • 415d87c Remove deprecated fast/monobase build system (#2675)
  • a44702a Remove pipelines functionality (#2671)
  • e6a7b73 Revert " Install SDK from PyPI and refactor release publishing (#2691)" (#2697)
  • ed6377c Revert "Revert " Install SDK from PyPI and refactor release publishing"" (#2698)
  • ffa8fb2 chore(deps): bump golang.org/x/crypto in /integration-tests (#2684)
  • 5903d05 chore: EOL python below python 3.10 (#2666)
  • 04e136e chore: drop coglet-alpha selection (#2669)
  • df576ff feat: Replace Pydantic with native Python dataclasses for cog.BaseModel (#2681)
  • edad085 feat: add real-time progress tracking for multipart weight uploads (#2688)
  • a610a43 feat: add weights build and push commands (#2683)
  • 06ec297 feat: registry-agnostic provider system for multi-registry support (#2668)
  • ebf0aa6 fix: add SHA256 checksums for wheel artifacts in release
  • 7f30beb fix: allow spaces in environment variable values in cog.yaml schema (#2693)
  • 49ffb81 fix: append wheel checksums to goreleaser's checksums.txt
  • 02c6bcb fix: convert semver pre-release versions to PEP 440 for pip install
  • bf52e7c fix: cross-compile all coglet wheels from ubuntu using zig (#2701)
  • fd47d88 fix: disable uv cache in coglet wheel build to fix macos-14 arm64 error
  • 9fbcf08 fix: force SDK version from tag and convert semver to PEP 440
  • 7486225 fix: rename verify-tag job to reflect pre-release support
  • f0cb3ec fix: replace Go PTY tests with txtar using creack/pty (#2682)
  • 2261c96 fix: resolve race condition in TestLoginGenericRegistryPTY test (#2679)
  • e5758ba fix: restructure release workflows - goreleaser creates draft, wheel-only SDK
  • d135f7b fix: split SDK and coglet publishing to match PyPI trusted publisher config
  • 9d62650 fix: trigger pypi-package.yaml directly on release, poll for coglet
  • 8e2ddc2 fix: use crates.io trusted publishing via OIDC instead of API token
  • 8c64ac9 fix: use workflow_call for SDK publishing with explicit tag passing
  • ae02853 fix: use zig for linux cross-compile, macos-14 for darwin wheel
  • f436928 perf: enable LTO for release builds of coglet

v0.16.11

29 Jan 23:32
da2de8f

Choose a tag to compare

Changelog

  • da2de8f Fix: use tmpImageId for schema validation when pushing to r8.im (#2665)

v0.16.10

27 Jan 23:14
v0.16.10
1743e40

Choose a tag to compare

Changelog

v0.16.9

12 Nov 23:00
ebd8ee7

Choose a tag to compare

Changelog

v0.16.8

03 Oct 19:54
1087c98

Choose a tag to compare

Changelog

  • 7ef0e64 Bump actions/setup-python from 5 to 6
  • f443413 Bump vllm in /test-integration/test_integration/fixtures/granite-project
  • 76bf285 Update fastapi requirement from <0.116.0,>=0.100 to >=0.100,<0.119.0
  • a4a8553 Upgrade test dependencies (#2544)
  • 1087c98 chore: set -buildvcs=false on go build (#2516)
  • 171b1d5 feat: add registry migration support with credential fallback (#2541)
  • 1e5e31d feat: update llm-docs workflow to use auto-merge PR (#2528)

v0.16.7

10 Sep 21:35
728a01e

Choose a tag to compare

Changelog

v0.16.6

26 Aug 17:17
e862f4e

Choose a tag to compare

  • e862f4e download llms.txt from docs when running cog init (#2504)
  • 17968a8 docs: update cog init AGENTS.md to latest (#2503)
  • 807d521 feat: make cog init -x--pipelines include AGENTS.md (#2499)

v0.16.5

21 Aug 16:48
0a6d856

Choose a tag to compare

Changelog