Skip to content

Releases: rage/tmc-langs-rust

0.36.4

29 Oct 09:31
47ad293
Compare
Choose a tag to compare

What's Changed

  • Fixed file locking issues
  • Fixed incorrect URL in TMC API

Full Changelog: 0.36.3...0.36.4

0.17.2.18

19 Sep 13:47
Compare
Choose a tag to compare

0.17.2.17

19 Sep 12:28
Compare
Choose a tag to compare

0.36.3

09 Sep 09:49
Compare
Choose a tag to compare

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

29 Aug 12:24
Compare
Choose a tag to compare

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

22 Feb 09:10
Compare
Choose a tag to compare

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. Setting TMC_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

05 Oct 06:49
3f7ab2d
Compare
Choose a tag to compare
  • Fixed TypeScript bindings
  • Fixed the submission feedback being serialized incorrectly

Full Changelog: 0.35.0...0.36.0

0.35.0

23 Aug 15:48
c580ce6
Compare
Choose a tag to compare

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

21 Aug 07:04
Compare
Choose a tag to compare

Full Changelog: 0.33.0...0.34.0

  • Fixes to bindings
  • Added mooc submit
  • Disconnected mooc client and mooc api types

0.33.0

12 Jul 18:53
Compare
Choose a tag to compare
  • Changed receiver on TmcConfig::save from self to &mut self

Full Changelog: 0.32.0...0.33.0