- Behavior change: The environment variable used as part of enabling consistent UUID functionality was formerly
CASE_DEMO_NONRANDOM_UUID_BASE
. With this release, it is nowCDO_DEMO_NONRANDOM_UUID_BASE
, and usage ofCASE_DEMO_NONRANDOM_UUID_BASE
will raise runtime warnings as well as not activate consistent UUIDs. - Bug fix: A previously-unexercised condition pertaining to usage in a project's top source directory was found to not generate consistent UUIDs between different copies of a source tree. This is now fixed, and a suite of tests has been added to Continuous Integration to confirm the fix.
Full Changelog: 0.4.0...0.5.0