Skip to content

Releases: wodby/wodby-sdk-python

4.0.2

19 Jun 20:30

Choose a tag to compare

Wodby SDKs 4.0.2

API changes since SDK 4.0.1:

  • Added GET /app-builds/{id}/config to retrieve build configuration for an app build.
  • The new build config endpoint accepts API key authentication and CI access tokens, matching other build-time CI operations.
  • Added AppBuildConfig, AppServiceBuildConfig, and AppServiceBuildArg models. These expose the registry host, registry repository, service image/build metadata, optional Dockerfile and .dockerignore paths, and build arguments including whether an argument is secret.

SDK impact:

  • Regenerated PHP, Go, Python, and JavaScript SDKs will include the new build config operation and models.

4.0.1

18 Jun 20:29
c19df08

Choose a tag to compare

Wodby SDKs 4.0.1

API changes since SDK 4.0.0:

  • Organization ID is now optional for API-key requests when creating environments, projects, apps, clusters, databases, and integrations. When omitted, it defaults to the API key's organization.
  • Global X-ACCESS-TOKEN authentication was removed from the default API security definition. CI access tokens are now documented as a dedicated short-lived CI scheme and are accepted only by GET /app-builds/{id}, GET /app-builds/{id}/docker-registry-credentials, and POST /app-deployments/from-ci.
  • Removed POST /orgs and the CreateOrgRequest model.

SDK and release maintenance:

  • Go SDK module metadata was fixed, and Go releases now receive both the plain semver tag and the v-prefixed module tag.
  • PHP, Go, Python, and JavaScript SDK docs now point to their package registries.
  • Python and JavaScript package metadata/release handling was updated for PyPI and npm publishing.
  • SDK tag propagation from this API repo is limited to immutable X.Y.Z release tags.
  • SDK git tags now reuse this API release tag description.
  • This repo and the SDK repos now create or update GitHub releases from their tag descriptions.

4.0.0

18 Jun 16:28

Choose a tag to compare

Wodby Python SDK for the Wodby 2.0 Public API.

This release contains the generated Python client for the 2.0 API branch, with basic GitHub Actions validation and updated dependency constraints.

2.0.0

17 Jun 15:12

Choose a tag to compare

Wodby Python SDK for the Wodby 2.0 Public API.

This release contains the generated Python client for the 2.0 API branch, with basic GitHub Actions validation and updated dependency constraints.