Skip to content

Commit

Permalink
main: 27.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cmin764 committed Nov 6, 2023
1 parent ea06ec3 commit f9a32b3
Show file tree
Hide file tree
Showing 7 changed files with 521 additions and 397 deletions.
16 changes: 13 additions & 3 deletions docs/source/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,23 @@ Latest versions
`Upcoming release <https://github.com/robocorp/rpaframework/projects/3#column-16713994>`_
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


`Released <https://pypi.org/project/rpaframework/#history>`_
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

27.5.2 - 06 Nov 2023
--------------------

- Library **RPA.Robocorp.Storage** (``robocorp-storage`` **1.0.2**): Fix keyword
``List Assets`` for listing and returning correctly all the assets available in the
cloud.
- Library **RPA.Assistant** (:pr:`1122`; ``rpaframework-assistant`` **3.0.2**): Show
files selected with ``Add File Input`` to make it easier for users to know it has
been used. Also shows a warning if the image path for ``Add Image`` is not valid or
file does not exist.
if the file does not exist.

`Released <https://pypi.org/project/rpaframework/#history>`_
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
.. note::
This version is compatible with with ``robocorp`` **1.2.1**.

27.5.1 - 01 Nov 2023
--------------------
Expand Down
542 changes: 328 additions & 214 deletions packages/main/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/main/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rpaframework"
version = "27.5.1"
version = "27.5.2"
description = "A collection of tools and libraries for RPA"
authors = ["RPA Framework <[email protected]>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -40,7 +40,7 @@ rpaframework-core = "^11.2.3"
rpaframework-pdf = "^7.3.0"
rpaframework-windows = { version = "^7.4.0", platform = "win32" }
java-access-bridge-wrapper = "^1.1.0"
robocorp-storage = "^1.0.1"
robocorp-storage = "^1.0.2"
jsonpath-ng = "^1.5.2"
robotframework = ">=4.0.0,!=4.0.1,!=6.1.0,<7.0.0"
robotframework-sapguilibrary = { version = "^1.1", platform = "win32" }
Expand Down
8 changes: 4 additions & 4 deletions packages/main/tests/resources/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ document_ai:
base64ai: [email protected],17**********c44
nanonets: Zs**************OEF

asset_storage:
api_url: https://api.eu1.robocorp.com/v1
api_token: eyJhb*********-Fz0_HBg
workspace_id: d6b65aa4-0c45-4fd7-8bec-d68a29896e78
assets_storage:
api_url: https://cloud.robocorp.com/api/v1/
api_token: eyJhbG****g4QayHcOgkA
workspace_id: 7
2 changes: 1 addition & 1 deletion packages/main/tests/robot/test_robocorp_storage.robot
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Use Local Vault

Load Mocked Library
Use Local Vault
${secret} = Get Secret asset_storage
${secret} = Get Secret assets_storage

Set Environment Variable RC_API_URL_V1 ${secret}[api_url]
Set Environment Variable RC_API_TOKEN_V1 ${secret}[api_token]
Expand Down
344 changes: 172 additions & 172 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = ["RPA Framework <[email protected]>"]
python = "^3.8.1"
robotframework-browser = { version = "^17.2.0", python = ">=3.8,<4.0" }
rpaframework = { path = "packages/main", develop = true }
rpaframework-assistant = "^3.0.0"
rpaframework-assistant = "^3.0.2"
rpaframework-aws = "^5.3.2"
rpaframework-dialogs = "^4.0.4"
rpaframework-google = "^8.0.0"
Expand Down

0 comments on commit f9a32b3

Please sign in to comment.