Releases: SmartBear/one-report-publisher
Releases · SmartBear/one-report-publisher
v0.8.0
Changed
- Use new publishing API (e8b0695ecdae025ce0e0d734e2cdcc119c5a79f9)
Fixed
- Make
~
expansion work on Windows
v0.7.0
Changed
- Changed
ONE_REPORT_TOKEN
toONE_REPORT_REFRESH_TOKEN
- Changed the
--token
command-line option to--refresh-token
- Changed the
token
GitHub action input torefresh-token
.
v0.6.0
Added
- If an error is thrown it contains the response body
Changed
- Changed the main response from report urls to test cycle ids
- Changed the console output from report urls to array of test cycle ids
- Changed the
--organization
command-line option to--project-id
. - Changed the
organization
GitHub action input toproject-id
. - Renamed the
ONE_REPORT_ORGANIZATION
environment variable toONE_REPORT_PROJECT_ID
v0.5.0
Added
Changed
- Added the ability to pick up
ONE_REPORT_ORGANIZATION
,ONE_REPORT_TOKEN
,ONE_REPORT_URL
environment variables, so GitHub Action inputs or command-line options do not need to be specified. - Changed the
--organization-id
command-line option to--organization
. - Changed the
organization-id
GitHub action input toorganization
.
v0.4.0
v0.3.2
Release 0.3.2
v0.3.1
Fixed
- Provide correct SHA for GitHub Actions
v0.3.0
Added
- Add new
--max-time <seconds>
option - Add new
--ignore-error
option
v0.2.0
Added
- Basic Auth authentication has been added
Changed
- The GitHub Action must specify
username
- The CLI must specify
--username
- The CLI shortopt
-u
is an alias for--username
(and not--url
as it was in previous versions)
Removed
- Vercel authentication (password only) has been removed
v0.1.0
Added
- Zip non
.zip
files by default. This can be overriden by specifyingzip: false
(GitHub Action) or--no-zip
(Command Line)