Skip to content

Releases: rainforestapp/rainforest-cli

v3.6.2

13 Jun 19:26
75d6b39

Choose a tag to compare

Changelog

  • 6a00a7c Merge pull request #498 from rainforestapp/rf-37622-fix-rfml-download
  • 75d6b39 Merge pull request #499 from rainforestapp/release_3_6_2
  • 22cdbb0 RF-37622 - Use the file_key instead of the ID for download links
  • 03738d6 Release v3.6.2

v3.6.1

01 Aug 15:26
7ca2669

Choose a tag to compare

Changelog

  • da1a159 Merge pull request #495 from rainforestapp/rf-34749-direct-connect-integration-test
  • d5e2a8f Merge pull request #496 from rainforestapp/RF-35226-remove-default-tunnel-id
  • 7ca2669 Merge pull request #497 from rainforestapp/release_3_6_1
  • 3c6e3f0 RF-34749 - Add integration test for Rainforest Direct Connect
  • 55eea57 RF-35226 - Fix printf format string
  • e112e7a RF-35226 Add instruction for submodule install to README
  • 42db471 RF-35226 Remove 'default' value from direct-connect command
  • df176b0 Release v3.6.1

v3.6.0

01 Jul 17:48
78fb1a6

Choose a tag to compare

Changelog

  • a70ce5d Bump github.com/urfave/cli from 1.22.14 to 1.22.15
  • 7ad8108 Merge pull request #489 from rainforestapp/dependabot/go_modules/github.com/urfave/cli-1.22.15
  • e37d749 Merge pull request #490 from rainforestapp/RF-34736-rainforest-direct-connect
  • 78fb1a6 Merge pull request #494 from rainforestapp/rf-34736-direct-connect-changelog
  • ddd285a RF-34376 - Add direct-connect command
  • 4c27120 RF-34376 - Update cloudbuild.yaml
  • 00d83bd RF-34376 - Upgrade to golang 1.22
  • e63a3b0 RF-34636 - Update integration tests to the correct run group
  • d05facd RF-34736 - Add wiretap as a submodule
  • 4a261a4 RF-34736 - Bump version to v3.6.0
  • d24697a RF-34736 - Make sure the integration tests ensure a run actually starts
  • 47348a2 RF-34736 - Update macos executor

v3.5.1 - Allow creation of temporary environment using custom-url with an empty fragment

04 Apr 05:29
e3746b3

Choose a tag to compare

Changelog

  • 1212393 Allow creation of temporary environment using custom-url with an empty fragment.
  • 060752d Display git commit info for --version

Full diff: v3.5.0...v3.5.1

v3.5.0 - Allow specifying webhook when using custom-url

05 May 10:28
67ae2cb

Choose a tag to compare

Changelog

  • 52f224b Allow specifying webhook when using custom-url
  • 4955549 Bump github.com/olekukonko/tablewriter
  • a2810e1 Merge pull request #475 from rainforestapp/dependabot/go_modules/github.com/olekukonko/tablewriter-0.0.5
  • 8cdf93b Merge pull request #477 from rainforestapp/RF-27778/pp/circle-macos-deprecation
  • 1f83dce RF-27778 Update macos executor
  • a0f1ca4 Update CHANGELOG

v3.4.4 Use slimmer=true when interacting with the tests API endpoint for download tests.

16 Mar 06:10
3c1d3e2

Choose a tag to compare

Changelog

  • 3c1d3e2 Merge pull request #476 from rainforestapp/RF-27499-beekeeper-reporting-errors-with-api-attempting-to-export-and-download
  • ad92a06 RF-27499 Bump version to 3.4.4
  • cf4772c RF-27499 adding slimmer=true for tests endpoint since tests download is timing out for some clients

v3.4.3 - Fix upload command when uploading multiple tests including at least one new test

15 Feb 00:43
7f1ed57

Choose a tag to compare

Fixes

  • Fix upload command when uploading multiple tests including at least one new test (#474)

v3.4.2 - Handle updates to Environment and Branch APIs

26 Jan 02:08
705d0b4

Choose a tag to compare

Fixes

  • The branch merge and branch delete command internals have been updated to be compatible with upcoming backend API changes (#471)
  • The csv-upload command internals have been updated to be compatible with upcoming backend API changes (#472)

v3.4.1 - Handle paginated responses from backend when fetching sites and environments

24 Jan 02:26
be284fe

Choose a tag to compare

Fixes

  • The sites and environments commands have been updated to continue to return all sites and all environments after the underlying API endpoints are updated to be paginated (#469)

v3.4.0 - Use run description for temporary environment name

04 Nov 01:42
674ddd8

Choose a tag to compare

Changes

  • When starting a run using the --custom-url flag, the temporary environment's name will now be generated using the run's description if the --description flag was set.