Posts in 2020
-
v0.3.33 release
Wednesday, January 29, 2020 in Releases
This release includes alpha-level support for Windows jobs and hosts. More information on Windows support has been posted to the opencue-user mailing list. v0.3.33 of OpenCue includes the following changes and updates: Add Python 3 support to RQD in …
Posts in 2019
-
v0.3.6 release
Thursday, December 12, 2019 in Releases
The database schema was updated with this release, please be sure to run the migrations on any existing database to pick up these changes. See Applying Database Migrations for more information. This release also updates the Spring Boot dependencies, …
-
v0.2.145 release
Friday, November 22, 2019 in Releases
v0.2.145 of OpenCue includes the following changes and updates: Reorganized packaging pipeline and locked image versions in #542. Updated CueGUI unit tests to run with Python 3 in its Dockerfile in #538. Added support to copy attributes when …
-
v0.2.119 release
Wednesday, October 16, 2019 in Releases
v0.2.119 of OpenCue introduces a new Limits functionality that allows users to specify the maximum number of concurrently running frames associated with that limit. This change requires a full update of your OpenCue deployment and you must run the …
-
v0.2.65 release
Wednesday, July 24, 2019 in Releases
v0.2.65 of OpenCue includes the following changes and updates: Added Blender as an option to CueSubmit in #381. Set up CI with Azure Pipelines in #379. Added a GitHub Pull Request template in #376. Updated HostSearch to return wrapped objects …
-
v0.2.31 release
Tuesday, May 21, 2019 in Releases
v0.2.31 of OpenCue includes the following changes and updates: Adds unit tests for PyCue wrapper #325, #324, #323, #322, #319, and #287 Cleans up Spring XML definitions #318 Adds Academy Software Foundation (ASWF) logos #321 Creates initial issues …
-
v0.2.0 release
Wednesday, April 3, 2019 in Releases
Make sure you update PyCue, CueGUI, and Cuebot, as there are API changes that aren’t compatible with older versions. v0.2.0 of OpenCue includes the following changes and updates: Issue #256 - Creates a CueSubmit config file, where you can …
-
v0.1.108 release
Wednesday, March 27, 2019 in Releases
Announcing the release of v0.1.108 of OpenCue
-
v0.1.107 release
Tuesday, March 26, 2019 in Releases
v0.1.107 of OpenCue includes the following changes and updates: Pull request #226 - Renamed PyOutline wrappers to follow OpenCue naming convention. Issue #248 - You can now configure the location of log directories by setting the CUE_FRAME_LOG_DIR …
-
v0.1.96 release
Thursday, March 7, 2019 in Releases
v0.1.96 of OpenCue includes the following changes and updates: The monitor job view now updates after a job completes. #226. Fixed an issue with CueSubmit QSettings returning a unicode string instead of a list. #232.