Releases: omegaup/quark
Releases · omegaup/quark
v1.9.68
v1.9.67
Renamed the key score_per_group with score_by_group (#125) Fixing a key in order to match the name with the frontend key
v1.9.66
Agregando puntajes por grupo en el mensaje que se envía vía broadcast…
v1.9.65
Bump github.com/prometheus/client_golang from 1.8.0 to 1.11.1 (#120) Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.8.0 to 1.11.1. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.8.0...v1.11.1) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v1.9.64
Bump golang.org/x/crypto from 0.0.0-20201208171446-5f87f3452ae9 to 0.…
v1.9.63
Bump golang.org/x/net from 0.0.0-20211209124913-491a49abca63 to 0.7.0…
v1.9.62
bump omegajail (#118) this allos to stop using `pidfd_open` altogether
v1.9.61
Empty commit to force a new build (#117)
v1.9.60
Bump omegajail version (#116) This change bumps the omegajail version so that it can skip setting up the seccomp sandbox when needed.
v1.9.59
Allow running libinteractive problems without sandboxing (#115) Libinteractive problems required bind-mounting, but that's not enabled without a sandbox. This change falls back to symlinking when the sandboxing is disabled.