Skip to content

Latest commit

 

History

History
78 lines (47 loc) · 4.23 KB

CHANGELOG.md

File metadata and controls

78 lines (47 loc) · 4.23 KB

0.14.3 (2024-10-17)

Features

  • Add the ability to specify a render region (419a06b)

Bug Fixes

  • import HTTPClientInterface correctly on Windows (#184) (1208134)

0.14.2 (2024-08-22)

Bug Fixes

  • when listing layers make sure referenced layers are active. (#164) (bf16897)
  • adaptor wheel override (#162) (4ef10ce)

0.14.1 (2024-05-01)

Dependencies

  • Update deadline requirement from ==0.47.* to ==0.48.* (#149) (2de6f48)

0.14.0 (2024-04-01)

BREAKING CHANGES

  • publish release (#132) (cee87da)
  • set python 3.8 to minimum python version in hatch testing matrix (#132) (cee87da)

Bug Fixes

  • catch import errors, link to libssl issue (#134) (af79694)
  • include deps with openjd adaptor package (#129) (bb6882e)
  • incorrect package name in create adaptor script (#128) (c616bf7)
  • include the adaptor deps in the package (#127) (d926ecf)

0.13.2 (2024-03-26)

Features

  • Add telemetry data to submitter and adaptor (#114) (d853496)

Bug Fixes

  • include deadline-cloud in the adaptor packaging script (#125) (fdd491d)

0.13.1 (2024-03-15)

Features

  • add Renderman Handler (#98) (bca84a2)

Chores

  • update deps deadline-cloud 0.40 (#116) (4d4da99)

0.13.0 (2024-03-08)

BREAKING CHANGES

  • deps: update openjd-adaptor-runtime to 0.5 (#108) (cc119f6)

Features

  • Adding Yeti support (#101) (cffda91)

Bug Fixes

  • properly fill out allowed values for camera job parameter (#103) (3c2d42f)

0.12.0 (2024-02-21)

BREAKING CHANGES

  • Create a script to build adaptor packaging artifacts (#87) (45be338)

Features

  • Add support for renderman job attachments. (#86) (fcef5f2)

Bug Fixes

  • use right mode when opening toml file (#90) (62a136b)
  • libtoml -> tomllib in depsBundle.py (#89) (a477805)
  • dev: add executable bit to build_wheels.sh (#82) (1a4fe71)