@@ -6,6 +6,7 @@ All notable changes to this project will be documented here.
66- Improved robustness of tester installation scripts and Docker configuration (#688 )
77- Moved tidyverse installation steps from server Dockerfile into R tester requirements.system (#688 )
88- Fixed Haskell tester installation using ghcup to install stack system-wide (#688 )
9+ - Updated tester schema generation to use msgspec datatypes (#689 )
910
1011## [ v2.9.0]
1112- Install stack with GHCup (#626 )
@@ -45,13 +46,13 @@ All notable changes to this project will be documented here.
4546- Update R tester to allow a renv.lock file (#581 )
4647- Improve display of Python package installation errors when creating environment (#585 )
4748- Update "setting up test environment" message with http response of status code 503 (#589 )
48- - Change rlimit resource settings to apply each worker individually (#587 )
49+ - Change rlimit resource settings to apply each worker individually (#587 )
4950- Drop support for Python 3.8 (#590 )
5051- Use Python 3.13 in development (#590 )
5152- Update Docker configuration to install dependencies in a separate service (#590 )
5253- Improve error reporting with handled assertion errors (#591 )
5354- Add custom pytest markers to Python tester to record MarkUs metadata (#592 )
54- - Stop the autotester from running tests if there are errors in test settings (#593 )
55+ - Stop the autotester from running tests if there are errors in test settings (#593 )
5556- Implement Redis backoff strategy (#594 )
5657
5758## [ v2.6.0]
@@ -125,7 +126,7 @@ All notable changes to this project will be documented here.
125126- Add ability to clean up test scripts that haven't been used for X days (#379 )
126127
127128## [ v2.1.2]
128- - Support dependencies on specific package versions and non-CRAN sources for R tester (#323 )
129+ - Support dependencies on specific package versions and non-CRAN sources for R tester (#323 )
129130
130131## [ v2.1.1]
131132- Remove the requirement for clients to send unique user name (#318 )
@@ -146,7 +147,7 @@ All notable changes to this project will be documented here.
146147- Add Jupyter tester (#284 )
147148
148149## [ v1.10.3]
149- - Fix bug where zip archive was unpacked two levels deep instead of just one (#271 )
150+ - Fix bug where zip archive was unpacked two levels deep instead of just one (#271 )
150151- Pass PGHOST and PGINFO environment variables to tests (#272 )
151152- Update to new version of markus-api that supports uploading binary files (#273 )
152153- Fix bug where environment variables were not string types (#274 )
0 commit comments