Skip to content

pushkin-cli@4.1.0

Choose a tag to compare

@github-actions github-actions released this 22 Apr 14:26
· 233 commits to main since this release
5d2aed0

Minor Changes

  • #305 ffba8bb Thanks @jessestorbeck! - Added modes to rm exp to pause and unpause data collection for the specified experiment(s).

Patch Changes

  • #305 ffba8bb Thanks @jessestorbeck! - - Fixed issue where workers for experiments including capital letters would not be deleted by rm exp --mode delete.

    • Fixed issue where it was possible to create two experiments which would yield workers with the same name.
  • #310 81d9aab Thanks @jessestorbeck! - - Added logic to front end's config.js to automatically detect use in GitHub Codespaces and appropriately set API endpoints

    • Similar logic added to front end's craco config to set WebSocket URL appropriately for Codespaces
    • Added detection of Codespaces-specific environment variables to CLI's setEnv() function