Releases: IBM/ibm-rpa-cli
Release 1.0.0-beta-9
What's Changed
- fix(env): update the default domain urls to rpa.ibm.com by @JobaDiniz in #196
- chore(deps): update several packages by @JobaDiniz in #197
- chore(deps): update open telemetry by @JobaDiniz in #198
Full Changelog: v1.0.0-beta-8...v1.0.0-beta-9
Release 1.0.0-beta-8
What's Changed
- fix(git): vscode now shows correct file name by @JobaDiniz in #148
- feat(push): support pushing wal files as-is by @JobaDiniz in #178
- fix: always use en-US as culture by @JobaDiniz in #180
- fix(http): add diagnostic logs to http requests by @JobaDiniz in #186
Full Changelog: v1.0.0-beta-7...v1.0.0-beta-8
Release 1.0.0-beta-7
Breaking changes
The rpa git config
command now properly configure git merge action. Git repositories that have already committed .wal
files are already corrupted by git indexing feature. Git merge will not work on those committed files.
You need to reset your repository (delete commits or create another git repo) and run rpa git config
before committing any .wal
files, otherwise, git will corrupt the files when indexing them.
Refer to git integration documentation.
What's Changed
- feat(diff): add 'rpa diff' command to compare 2 files by @JobaDiniz in #139
- fix git merge integration by @JobaDiniz in #140
- test(e2e): clear working directory before running test by @JobaDiniz in #143
- fix(project): validate *.rpa.json files instead of .rpa directory exi… by @JobaDiniz in #144
Full Changelog: v1.0.0-beta-6...v1.0.0-beta-7
Release 1.0.0-beta-6
What's Changed
- fix(build): injected code had parser errors by @JobaDiniz in #131
Full Changelog: v1.0.0-beta-5...v1.0.0-beta-6
Release 1.0.0-beta-5
What's Changed
- feat(deploy): create chatmapping in IBM RPA server by @JobaDiniz in #101
- feat(project): ability to specify 'description' in cli by @JobaDiniz in #106
- feat(bluewasher): support embedding excel files by @JobaDiniz in #108
- fix: 23.0.8 changed the routes for bot projects by @JobaDiniz in #109
Full Changelog: v1.0.0-beta-4...v1.0.0-beta-5
Release 1.0.0-beta-4
What's Changed
- feat(bot): support package as a 'bot' type by @JobaDiniz in #100
Full Changelog: v1.0.0-beta-3...v1.0.0-beta-4
Release 1.0.0-beta-3
What's Changed
- feat(env): support password from OS environment variables by @JobaDiniz in #50
- test: add end-to-end test using rpa.exe by @JobaDiniz in #51
- Ocp support #44 by @JobaDiniz in #47
- fix: IBM RPA 23.0.8 replaced 'WDG' to 'RPA' in the auth method by @JobaDiniz in #89
- test(e2e): handle uniqueid & new e2e github action workflow by @JobaDiniz in #91
- fix: use the correct JSON serializer for http request to RPA server by @JobaDiniz in #94
- fix: UniqueId is now lowercase by @JobaDiniz in #95
Full Changelog: v1.0.0-beta-2...v1.0.0-beta-3
Release 1.0.0-beta-2
What's Changed
- fix(http): handle ssl errors by @JobaDiniz in #39
New Contributors
- @dependabot made their first contribution in #36
Full Changelog: v1.0.0-beta-1...v1.0.0-beta-2
Release 1.0.0-beta-1
What's Changed
Other Changes
- test: fix tests to no rely on zip content as base64 by @JobaDiniz in #3
- feat: deploy project by @JobaDiniz in #4
- Adding tests by @JobaDiniz in #5
- Fixes by @JobaDiniz in #6
- Robot by @JobaDiniz in #7
- Env by @JobaDiniz in #8
- Build/include by @JobaDiniz in #9
- Create LICENSE.md by @JobaDiniz in #10
- docs: initial setup by @JobaDiniz in #11
- Add 'release' workflow on tag creation by @JobaDiniz in #12
- chore: create dependabot.yml by @JobaDiniz in #14
- chore: fix dependabot.yml by @JobaDiniz in #15
- chore: add conventional commit badge by @JobaDiniz in #19
- build: upload to aws s3 by @JobaDiniz in #13
- docs: several docs added by @JobaDiniz in #20
- docs: more content by @JobaDiniz in #22
- docs: joba packages by @JobaDiniz in #23
- docs: fix google analytics by @JobaDiniz in #24
New Contributors
- @JobaDiniz made their first contribution in #3
Full Changelog: https://github.com/IBM/ibm-rpa-cli/commits/v1.0.0-beta-1