All Versions
211
Latest Version
Avg Release Cycle
14 days
Latest Release
538 days ago

Changelog History
Page 1

  • v2.112.0 Changes

    November 15, 2022

    Source | Diff

    Notes

    ๐Ÿš€ First Official AcademySoftwareFoundation rez release!

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ›  Fix 1255-possible-regression-appendenv-in-powershell-fails-if-env-variable-does-not-exist-already #1285 (instinct-vfx)
    • ๐Ÿ›  fix: add platform/arch to variant for rez-pip packages with entry point scripts #1287 (bpabel)
    • ๐Ÿ”Œ working with embedded python scanning rezplugins #1359 (loonghao)
    • Replace nerdvegas with aswf #1368 (maxnbk)
    • ๐Ÿ›  fix asserts causing flake8 linter failures #1369 (maxnbk)
    • ๐Ÿ“ฆ Edit rezconfig docstrings for package_filter to reflect python form rather than YAML #1377 (herronelou)
    • ๐Ÿ‘‰ Add REZ_USED_LOCAL_RESOLVE context environment variable #1378 (JoshkVFX)
    • Document .ignore pkg repo functionality #1385 (jasoncscott)
    • ๐Ÿ— Clarify when the commands block is executed during rez-build #1391 (jasoncscott)
  • v2.111.3 Changes

    August 02, 2022

    Source | Diff

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ‘ allow benchmarking workflow to write to master #1352 (nerdvegas)

    Closed issues:

    • ๐Ÿ‘ท benchmarking CI fails to push changes, does not error #1328
  • v2.111.2 Changes

    June 22, 2022

    Source | Diff

    ๐Ÿ”€ Merged pull requests:

    • ResolvedContext.get_resolved_package() should return None for failure #1325 (alexey-pelykh)
    • ๐Ÿ›  fix accidental skip of fail in benchmarking ci #1336 (nerdvegas)
  • v2.111.1 Changes

    June 14, 2022

    Source | Diff

    ๐Ÿ”€ Merged pull requests:

    Closed issues:

    • ๐Ÿ›  Fix regression in benchmark CI #1323
  • v2.111.0 Changes

    June 14, 2022

    Source | Diff

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ›  Fix rez executables aren't removed in windows install #1259 (instinct-vfx)
    • ๐Ÿ‘‰ use github actions bot user in benchmark workflow #1319 (nerdvegas)

    Closed issues:

    • ๐Ÿ rez executables aren't removed in windows install #1258
    • ๐Ÿ‘‰ use github actions bot for commits #1318
  • v2.110.0 Changes

    May 28, 2022

    Source | Diff

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿšš remove references to nerdvegas in comments #1312 (nerdvegas)
  • v2.109.0 Changes

    April 19, 2022

    Source | Diff

    ๐Ÿ”€ Merged pull requests:

    Closed issues:

    • โž• add git-bash shell plugin #1256
  • v2.108.0 Changes

    April 19, 2022

    Source | Diff

    Notes

    ๐Ÿš€ This release adds path normalization to shells. Usually we use POSIX-style paths in ๐Ÿ“ฆ package commands (eg env.PATH.append('{root}/bin'). In previous rez versions, ๐Ÿ this path was left unchanged, leading to odd paths on Windows like ๐Ÿ C:\svr\packages\foo\1.2.3/bin. This hasn't been a problem however, since Windows is ๐Ÿ‘€ tolerant of a mix of forward and back slashes. Now though, you should see paths on ๐Ÿ Windows set correctly, ie C:\svr\packages\foo\1.2.3\bin.

    Please be aware of this change in behavior in case it affects you.

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ”‹ Feature/1269 formalize paths in package commands #1273 (nerdvegas)

    Closed issues:

    • ๐Ÿ“ฆ formalize paths in package commands #1269
  • v2.107.0 Changes

    April 07, 2022

    Source | Diff

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ”‹ Feature/1271 improve shell parameterization in tests #1272 (nerdvegas)

    Closed issues:

    • ๐Ÿ‘Œ improve shell parameterization in tests #1271
  • v2.106.0 Changes

    March 23, 2022

    Source | Diff

    ๐Ÿ”€ Merged pull requests:

    Closed issues:

    • โž• add ability to delete package family #1248