Skip to content

Releases: rainforestapp/rainforest-cli

v3.8.0

19 Feb 16:29
2b12c5f

Choose a tag to compare

Changelog

  • 2b12c5f Merge pull request #500 from rainforestapp/RF-39249-support-ai-test-generation
  • 72027b9 RF-39249 Add generate command for AI test generation
  • 77c5790 RF-39249 Bump version to 3.8.0 for AI test generation release
  • 8cba888 RF-39249 Fix macOS resource for CircleCI

v3.7.0

10 Feb 17:30
05ce9cc

Choose a tag to compare

Changelog

  • 9173e62 Address Copilot comments and fix Windows build for integration tests
  • 1dcf42a Attempt to fix windows integration tests
  • b6a6a68 Fix release job to use GoReleaser v2
  • 643164f Merge pull request #501 from rainforestapp/update_golang
  • 05ce9cc Merge pull request #502 from rainforestapp/fix_release
  • 27d9df7 Remove custom Windows Go install by using patch version in go directive
  • 4a9935c Update Go dependencies to address security vulnerabilities
  • 52bebeb Update goreleaser to fix Go 1.25 compatibility
  • f9e5734 Upgrade CLI version to 3.7.0
  • e0dc14e Upgrade Go to 1.25.7 to fix macOS 25+ linker issues

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)