Skip to content

v0.11.2

Compare
Choose a tag to compare
@BrianJKoopman BrianJKoopman released this 30 Aug 14:37
· 28 commits to main since this release
fe03421

Description

This release reworks how the ocs Docker image is built, removing some unneeded base layers. This shrinks the image considerably.

It also introduces a timeout feature in the create_agent_runner_fixture function, used in integration testing. This timeout feature helps abort tests that hang due to a crash in the agent subprocess. The default timeout is 60 seconds. If you have integration tests that take longer than that for a given test you should be sure to use a longer timeout, else the test will abort early.

What's Changed

Full Changelog: v0.11.1...v0.11.2