All Versions
15
Latest Version
Avg Release Cycle
36 days
Latest Release
1246 days ago

Changelog History
Page 1

  • v0.7.5

    November 27, 2020
  • v0.7.4

    August 25, 2020
  • v0.7.3 Changes

    July 22, 2020

    โž• Added

    ๐ŸŒฒ Evaluation log

    ๐Ÿ”ง Configurable log level via config file or extraOptions

    ๐Ÿ”„ Changed

    • 0๏ธโƒฃ Default log level is InfoS rather than DebugS
  • v0.7.2

    June 18, 2020
  • v0.7.1

    June 17, 2020
  • v0.7.0

    May 06, 2020
  • v0.6.6

    March 16, 2020
  • v0.6.5 Changes

    March 07, 2020

    This includes 0.6.4, which was not announced.

    ๐Ÿ›  Fixed

    • โ†ช Work around a systemd behavior where it didn't restart the unit
    • ๐Ÿ›  Fix a bug blocking evaluation when a store path is removed from cache or cache configuration is changed.

    โž• Added

    • ๐Ÿ”ง --test-configuration flag to validate the configuration without actually running the agent.
    • ๐Ÿš€ Cached builds to speed up aarch64-linux agent deployments.
  • v0.6.4

    March 06, 2020
  • v0.6.3 Changes

    February 20, 2020

    ๐Ÿ›  Fixed

    ๐Ÿ›  Fix a concurrency problem causing not all evaluation events to be written to server when evaluation fails.

    ๐Ÿ›  Fix evaluation errors triggered by build outputs go missing from cache, by requesting a forced rebuild.

    ๐Ÿ›  Fix blocked shutdown on NixOS, fix agent status in dashboard, by stopping agent before network shutdown #195.

    ๐Ÿ›  Fix upload of large outputs by using the correct http client manager for Cachix, removing a timeout.

    ๐Ÿ”„ Changed

    • Agent will now try to verify that the nix-daemon has narinfo-cache-negative-ttl = 0. This is required for correct operation.