Skip to content

Releases: criyle/go-judge

v1.8.5

23 May 11:26
Compare
Choose a tag to compare

Changelog

  • d20feda linuxcontainer: allow read write permission on /proc fs

v1.8.4

04 May 01:56
Compare
Choose a tag to compare

Changelog

  • 2c09373 build(deps): update dependencies
  • a8d50db build: remove dynamic library on macOS
  • ac732af build: try fix CGO_ENABLE on macOS

v1.8.3

17 Apr 02:43
Compare
Choose a tag to compare

Changelog

  • b4352b1 build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#100)
  • 2ade4b9 deps: remove deprecated functions and use rand/v2
  • 89958d4 doc: fix -container-cred-start
  • f7327c0 envexec: add eligibility check for pipeMapping
  • 5a3ccca linuxcontainer: allow initCmd to be executed to initialize new container

v1.8.2

04 Mar 08:02
Compare
Choose a tag to compare

Changelog

  • 4c53a0c build: add grpcnotrace tag for smaller binary size
  • 01863bc build: go 1.22
  • b0c85a6 grace: fix empty copyOut (#97)
  • da37931 grpc: add grpc msg size config and set default to 64m

v1.8.1

06 Feb 13:12
Compare
Choose a tag to compare

Changelog

  • 3496e24 build(deps): bump golang.org/x/crypto from 0.15.0 to 0.17.0 (#92)
  • 485aa02 deps: bump versions
  • 39b6035 doc: update interface
  • 5059942 github: remove cache as set up go did it
  • eca512b github: update action versions
  • f716b7a github: upgrade action versions
  • a52f136 pb: use empty message for stream flag
  • c29d0ad rest: no copy file download
  • 9fe356f shell: decouple terminal with grpc via stream interface
  • cb1256f shell: support cancel with double ctrl-c
  • aa41950 stream: add websocket transport layer support
  • 010c30f stream: decoupled stream execution with grpc stream
  • 581b925 stream: fix goroutine leak
  • 8dd368a stream: rename types to avoid stutters
  • 9966f49 stream: use index and fd to indicate io streams rather than name

v1.8.0

10 Nov 02:14
Compare
Choose a tag to compare

Changelog

  • 4220c29 *: rename executorserver to go-judge
  • f25d768 doc: update naming convention
  • 473d620 env: avoid duplicated error and update gitignore
  • a8c49e9 github: fix build

v1.7.1

09 Nov 11:30
Compare
Choose a tag to compare

Changelog

  • 4de8c98 linuxc: create transient unit cgroup on systemd enabled distribution via dbus

v1.7.0

30 Oct 04:36
Compare
Choose a tag to compare

Changelog

  • 4b6c7ac build(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 (#87)
  • 1117e6e build(deps): bump google.golang.org/grpc from 1.58.2 to 1.58.3 (#88)
  • eecd8bd deps: upgrade to go1.21 with dependencies
  • eded6e0 linuxc: add addressSpaceLimit to enable rlimit_as
  • 2f24785 model: deprecate strict_memory_limit to percise definition
  • fb90a1e winc: minor fix and fixed some typo

v1.6.10

11 Aug 15:10
Compare
Choose a tag to compare

Changelog

  • faec026 *: update dependency versions
  • 04804ed winc: fixed the error of check regular file (#78)

v1.6.9

21 Jul 09:30
Compare
Choose a tag to compare

Changelog

  • 185c73b ci: supporting riscv64
  • 9e403cb doc: reorder paragraphs & update dependencies