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

Changelog History
Page 15

  • v2.47.13 Changes

    November 08, 2019

    Source | Diff

    Notes

    ๐Ÿš€ This release just makes some minor changes related to the CI tests. As well as the changes in the PR shown below, the following changes were also made:

    • ๐Ÿ 'Windows Docker' workflow was renamed 'Windows'
    • ๐ŸŽ MacOS version used in workflow was changed from 10.14 to 'latest', as per Github's instructions (which were emailed to me).

    ๐Ÿ”€ Merged pull requests:

    • โšก๏ธ Updated actions badges in README #786 (j0yu)

    Closed issues:

    • ๐Ÿ›  Fix README actions badges not showing current master status #785
  • v2.47.12 Changes

    November 06, 2019

    Source | Diff

    Notes

    ๐Ÿš€ This release adds a docker-based workflow for the Github Actions Windows test. This was done specifically ๐Ÿ because Github's available Windows runtimes come with an already long %PATH%. Rez adds to PATH and hits โœ… a limit, causing the cmd shell to fail in several tests.

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ Windows Tests via Docker #781 (bfloch)
  • v2.47.11 Changes

    November 06, 2019

    Source | Diff

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ›  Fixes some failing tests on windows #775 (willjp)
  • v2.47.10 Changes

    November 06, 2019

    Source | Diff

    ๐Ÿ”€ Merged pull requests:

    • Replace Popen with check_output to catch errors in installation #778 (instinct-vfx)
    • Popen UnicodeDecodeError partial fix #779 (willjp)
    • ๐Ÿ–จ Unwanted debug printing #780 (predat)

    Closed issues:

    • ๐Ÿš€ rez-release UnicodeDecodeError (windows) #776
    • Errors in pip installation part go unnoticed by rez install.py #777
  • v2.47.9 Changes

    October 25, 2019

    Source | Diff

    ๐Ÿ”€ Merged pull requests:

    • rez.util.ProgressBar checks Bar.__del__ exists before invocation #769 #774 (willjp)

    Closed issues:

    • rez-depends -- AttributeError: type object 'Bar' has no attribute 'del' (win, py-3, rez-2.47.7) #769
  • v2.47.8 Changes

    October 24, 2019

    Source | Diff

    ๐Ÿ”€ Merged pull requests:

    • Issue 763 prompt leak #767 (nerdvegas)
    • ๐Ÿ›  Fixes cmd due to oversight in 9c8334a106de900964e52f1ed8ee4155acdfe142 #770 (bfloch)
    • ๐Ÿ— Skip test_build_cmake on Windows. #772 (bfloch)

    Closed issues:

    • cross-shell prompt leakage can cause error #763
  • v2.47.7 Changes

    October 22, 2019

    Source | Diff

    Notes

    ๐Ÿ”€ Merged pull requests:

    Closed issues:

    • rez-pip should assume python provided pip #706
    • rez-pip python 3 error #764
  • v2.47.6 Changes

    October 22, 2019

    Source | Diff

    ๐Ÿ”€ Merged pull requests:

    Closed issues:

    • โš  ResourceWarning with ResolvedContext.execute_shell (py3) #761
  • v2.47.5 Changes

    October 22, 2019

    Source | Diff

    ๐Ÿ”€ Merged pull requests:

    • โšก๏ธ revert progress iteration and update vendored #766 (maxnbk)

    Closed issues:

    • rez-depends -- 'ProgressBar' object is not an iterator (py-3, rez-2.47.4) #765
  • v2.47.4 Changes

    October 11, 2019

    Source | Diff

    Notes

    More Python3 compatibility changes.

    ๐Ÿ”€ Merged pull requests: