Skip to content

v2.4.0

Latest

Choose a tag to compare

@stainless-app stainless-app released this 11 Mar 22:54
86cee4c

2.4.0 (2026-03-11)

Full Changelog: v2.3.2...v2.4.0

Features

  • jig: move config.dockerfile to config.image.dockerfile_path and add an config.deploy.image option so that you don't have to always pass it as a flag (#287) (16f64a5)

Bug Fixes

  • fix autoscaling config usage in jig (#298) (a3b6657)
  • fixed autoscaling configs in deployments api (d31204c)
  • jig: deployment tracking (#300) (f80a2b0)
  • jig: send {} for deployment autoscaling to unset if unset in config (#294) (7657de3)

Chores