Changelog

Stay current with the latest fixes and improvements.

  • Nov 18, 2025

    v2.6.62

    • ui
    • api
    • variables

    New Features

    Improvements

    • REST API: Added X-0Auth-Scopes and X-Accepted-0Auth-Scopes to response headers
    • REST API: Removed the WORKSPACE scope requirement from several methods
    • UI: Added copy button for file paths in Commit/Compare views

    Bugfixes

    • Variables: Fixed incorrect BUDDY_ACTION_RUN_HASH values in actions running in parallel.
    • UI: Minor visual fixes for the dark mode
  • Nov 4, 2025

    v2.6.60

    • unit tests
    • domains
    • tunnels

    Improvements

    • Unit Tests: Results are now sent to commit statuses in GitHub, Bitbucket, and GitLab.
    • Unit Tests: Added a link in Action Execution to the Unit Test session run in that action.
    • HTTP Tunnels: Added a new authorization type - login via Buddy.
    • Sandbox Manage: Added a new option to restart the Sandbox app.
    • DMARC: Added filters for rejected and monitoring.
  • Oct 28, 2025

    v2.6.59

    • unit tests
    • domains
    • actions

    Improvements

    • Domains: Now also visible in the My ID tab.
    • Unit Tests: Adding a new test case to a UT session now automatically reopens that session.
    • Actions: Improved performance of the Collect Tests Results box.

    Bugfixes

    • Build: Fixed an issue where build actions failed when containing lines commented out with # preceded by spaces or tabs.
  • Oct 14, 2025

    v2.6.58

    • api
    • sandboxes
    • variables

    Improvements

    • REST API: Updated domain endpoints and added new methods.
    • Sandboxes: Added support for environment variables.
    • Variables: Introduced a new variable type — SSH_PUBLIC_KEY.
    • Actions: When a suite is configured but does not exist, it will now be created automatically.

    Bugfixes

    • Create Sandbox: Variables generated by the action are now passed to subsequent actions.
    • Sandboxes: Fixed an issue with recreating a sandbox using the same name.
  • Sep 30, 2025

    v2.6.55

    • dark mode
    • webhooks
    • sandboxes

    New Features

    Improvements

    • Sandboxes: Commands API
    • Create Sandbox: Action now generates the following variables BUDDY_SANDBOX, BUDDY_SANDBOX_NAME, BUDDY_SANDBOX_URLS, BUDDY_SANDBOX_SSH_URL,BUDDY_SANDBOX_TAGS
  • Sep 16, 2025

    v2.6.51

    • Contentful
    • Unit Tests
    • Targets

    New Features

    • Module: Unit Tests
    • Action: Contentful CLI

    Improvements

    • Deployment action: Add all targets option
  • Sep 3, 2025

    v2.6.46

    • Sandboxes
    • Domains
    • Targets

    New Features

    • Sandboxes 2.0

    Improvements

    • Improved Run Pipeline design.
    • Targets: YAML permission management.
    • Git push trigger is no longer automatically added on pipeline creation.
    • Domains: Added pointing via DMARC and CNAME.
  • Aug 26, 2025

    v2.6.44

    • Targets
    • Blackfire

    Improvements

    • Targets: EC2 support added.

    Bugfixes

    • Fixed an issue where setting a variable to be encrypted cleared its value.
    • Blackfire: Fixed installation scripts.
    • Targets: Fixed crash when passphrase was too long.
  • Aug 19, 2025

    v2.6.43

    • Targets
    • SSO

    Improvements

    Bugfixes

    • Canceling a run now marks subsequent actions as skipped instead of canceled.
  • Aug 12, 2025

    v2.6.39

    • Rsync
    • Slack

    Improvements

    • Slack: New environment variable BUDDY_SLACK_ACTION_MESSAGE_URL
    • RSync: You can now use SSH proxy targets.
    • New OUTPUT_* variable for build actions.