Skip to content

Releases: AcademySoftwareFoundation/rez

2.111.3 (2022-08-02)

02 Aug 11:22

Choose a tag to compare

Source | Diff

Merged pull requests:

Closed issues:

  • benchmarking CI fails to push changes, does not error #1328

2.111.2 (2022-06-22)

22 Jun 11:40

Choose a tag to compare

Source | Diff

Merged pull requests:

2.111.1 (2022-06-14)

14 Jun 12:11

Choose a tag to compare

Source | Diff

Merged pull requests:

Closed issues:

  • Fix regression in benchmark CI #1323

2.111.0 (2022-06-14)

14 Jun 11:19

Choose a tag to compare

Source | Diff

Merged pull requests:

Closed issues:

  • rez executables aren't removed in windows install #1258
  • use github actions bot for commits #1318

2.110.0 (2022-05-28)

28 May 02:13

Choose a tag to compare

Source | Diff

Merged pull requests:

2.109.0 (2022-04-19)

19 Apr 10:28

Choose a tag to compare

Source | Diff

Merged pull requests:

Closed issues:

  • add git-bash shell plugin #1256

2.108.0 (2022-04-19)

19 Apr 10:15

Choose a tag to compare

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:

Closed issues:

  • formalize paths in package commands #1269

2.107.0 (2022-04-07)

07 Apr 09:41

Choose a tag to compare

Source | Diff

Merged pull requests:

  • Feature/1271 improve shell parameterization in tests #1272 (nerdvegas)

Closed issues:

  • improve shell parameterization in tests #1271

2.106.0 (2022-03-23)

23 Mar 00:13

Choose a tag to compare

Source | Diff

Merged pull requests:

Closed issues:

  • add ability to delete package family #1248

2.105.0 (2022-03-19)

19 Mar 02:45

Choose a tag to compare

Source | Diff

Merged pull requests:

Closed issues:

  • rez-test breaks with packages that do not have a timestamp attribute #1237