Releases: rage/tmc-langs-rust
Releases · rage/tmc-langs-rust
0.36.4
0.17.2.18
Full Changelog: 0.17.2.17...0.17.2.18
0.17.2.17
Full Changelog: 0.17.2.16...0.17.2.17
0.36.3
Full Changelog: 0.36.2...0.36.3
- Updated dependencies
- Disabled Java plugin on musl at compile time instead of run time due to changes in a dependency
- Do not print warnings when attempting to load
ProjectsConfig
in a directory with no valid course directories
0.36.2
Full Changelog: 0.36.1...0.36.2
- .csproj files are no longer considered student files by the C# plugin
- updated tests for JDK 17 and .NET 8
0.36.1
Full Changelog: 0.36.0...0.36.1
- Added preliminary support for a musl build (x86_64-unknown-linux-musl) without Java support
- Added support for a new environment variable
TMC_LANGS_LOG
for easier logging. SettingTMC_LANGS_LOG
will adjust the logging level for some noisy dependencies, e.g.TMC_LANGS_LOG=debug
=>RUST_LOG=debug,hyper=warn
etc. - Stopped sending client system time when submitting exercise
0.36.0
- Fixed TypeScript bindings
- Fixed the submission feedback being serialized incorrectly
Full Changelog: 0.35.0...0.36.0
0.35.0
Full Changelog: 0.34.0...0.35.0
- improved CI workflows
- upgraded Java used for CI from 11 to 17
- hopefully fixed issues when using arm64 Java on arm64 targets
0.34.0
Full Changelog: 0.33.0...0.34.0
- Fixes to bindings
- Added mooc submit
- Disconnected mooc client and mooc api types
0.33.0
- Changed receiver on
TmcConfig::save
fromself
to&mut self
Full Changelog: 0.32.0...0.33.0