updates.robocorp.com Open in urlscan Pro
2606:4700:10::6816:2841  Public Scan

URL: https://updates.robocorp.com/
Submission: On October 11 via api from US — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

 
 * Subscribe


🐛 ISSUE WITH 'RPA.EMAIL.IMAP.SMTP' AND 'RPA.ROBOCORP.WORKITEMS' LIBRARIES

3 hours ago
bugfix control room rpaframework

We have discovered an issue with the current python-docx==1.0.0 package that is
publicly available and utilized in our rpaframework as well.

This has direct impact to our RPA.Email.Imap.Smtp and the RPA.Robocorp.WorkItems
libraries.

The error looks like:

ImportError: cannot import name 'OmxElement' from 'docx.oxm


To resolve the issue you can either: 
👉 Upgrade rpaframework==27.4.1 OR pin python-docx==0.8.11


Robocorp templates have already been updated, so you can also follow those.
If you have any questions or issues please submit a support ticket to
support@robocorp.com




🎉 RPA FRAMEWORK 27.4.1

7 hours ago
bugfix
 * Fix keyword Email To Document in library RPA.Email.ImapSmtp by restricting
   the python-docx package version to the maximum working one.

⚠️ Warning

This affected both this library and RPA.Robocorp.WorkItems due to a slipped
sub-dependency breaking change. We strongly suggest to upgrade to the
latest rpaframework in order to benefit from the fix, and if you’re not ready
for it yet, pin in your conda.yaml python-docx==0.8.11 for the time being.


🎉 RPA FRAMEWORK 27.4.0

9 hours ago
feature dependency feature java library rpaframework
 * Library RPA.JavaAccessBridge (#1060; java-access-bridge-wrapper 1.1.0):
   * New library import parameter max_depth which limits the maximum level the
     search will go when selecting a window and building the element tree.
     With disable_refresh one can disable any implicit global refresh when this
     is set to False.
   * Add new keyword Refresh Element for explicitly refreshing elements. (useful
     when callbacks are disabled and new data appears in the app)
   * Enhance Read Table with visible_only parameter which controls what kind of
     children (inner cells of the table) to return. The number of columns is
     correctly detected and the table automatically refreshes when callbacks are
     disabled and the global refresh is enabled.
   * Bugfixes in the following
     keywords: Click Element, Set Display Scale Factor, Get Element Actions.


🎉 RPA FRAMEWORK 27.3.1

1 day ago
bugfix library rpaframework
 * Casual dependencies upgrades and alignment.


ASSISTANT V2.2.6

1 week ago
update assistant changelog

This version contains several updates to 3rd party dependencies and solving
multiple security vulnerabilities. Also, this version uses RCC 16.5.0 and
upgrades to Node.js v18 for LTS support.


🎉 RPA FRAMEWORK 27.3.0

1 week ago
feature library rpaframework rpaframework-pdf
 * Library RPA.PDF (#1102; rpaframework-pdf 7.3.0):
   * Keywords HTML to PDF and Template HTML to PDF now support
     parameters margin and working_dir. Latter can be used to set directory for
     example image files referenced in the HTML content.
   * Keyword HTML to PDF can be given a single HTML string to create single page
     PDF or list of HTML strings to create multi-page PDF.


DEVELOPER TOOLS SEPTEMBER UPDATES 🏗️

1 week ago
feature developer tools library rcc setup-utility vscode worker

As you may have noticed, we have been pushing out many updates to our tools and
libraries lately, so a summary of the key things you can gain by updating is in
place.


SUPPORT FOR NEWER TYPE FIREWALLS (MITM)

New firewall setups are coming to many companies, so we had to be the bridge to
get the open-source frameworks to work inside these protected networks. Tools
and libraries have been updated, and we have documentation here and here.


VS CODE EXTENSIONS

Support for our new Python logging is now built into VS Code, and several
smaller improvements and supports for Python developers have been added.

There is a dependency helper that highlights and helps you update your
dependencies to new versions. Just hover over the dependencies, and you will see
the versions available.

The full changelog is worth following if you want to keep up with the updates.


SETUP UTILITY, WORKER, AND RCC

The latest version of Setup Utility adds new checks to identify potential
blockers for Windows RDP setups. It adds a lot of new information coming from
RCC diagnostics for the firewall setups and testing.

For the Worker, we would like to draw your attention to Cloud Workers
specifically. Many are still running their processes on the older Ubuntu
containers, so a kind reminder to update to the new Cloud Workers.

We have not seen any problems arising from this change, but switching to the new
one has fixed a few cases. We also have the latest Worker (v7.1.3) in the Cloud
Worker (early access), so you can always test the next upcoming Cloud Worker by
using that one.




CONTROL ROOM: NEW TASKS VIEW

1 week ago
feature control room

We are streamlining the terminology across our product stack and have renamed
Robots to Task Packages. More in-depth story about the change can be found in
the blog post. The change will be at first visible at the Control Room UI and
will be rolled to other parts of the Robocorp stack soon. Along with the naming
change, we are introducing an updated Tasks -view, which will make managing your
executable code a breeze.




RENAMING ROBOTS TO TASK PACKAGES

The Robot is now renamed to Task Package, and the UI has been updated to reflect
the change.

The functionality of the Task Package is exactly the same as the Robotwas but it
is now more intuitive in the user experience. E.g. you develop Tasks with the
developer tools, package them as a Task Package, add the Task Package to the
Control Room, and assign the Tasks to be executed with Workers or Assistants.


NEW TASKS VIEW 

We have redesigned the Tasks view (previously called Robots). The new view is
more intuitive to use and provides a broader visibility to your Tasks, where
they are used, and how they have been used in Processes and Assistants. This
will improve the management of Tasks, especially in scenarios where you have
multiple Tasks and Task Packages that are used in different ways along your
operations.



feature

 * Renaming Robots to Task Packages

 * New Tasks View

update

 * Tables now remember state when exiting and returning to views

 * Most of the clickable elements in the Control Room can now be opened in a new
   tabs

 * Owner and Admin users in Organizations with SSO are now able to create
   Workspaces as a self-service


🎉 ROBOCORP SETUP UTILITY V1.2.0

1 week ago
update changelog setup-utility
 * RCC Embedded at version 16.5.0
 * Service Helper Embedded at version 1.17.1
 * The new RCC version has included a legacy-renegotiation-allowed flag that
   will permit users to enable the legacy renegotiation if needed
 * Fixed notification when upgrading the worker to the latest version for the
   user to restart the worker
 * New Profile ability in Profile Management - start a profile from scratch
 * Worker Details - reshuffling of the inner menu + ability to Lock Worker at
   user's will
 * System Status now contains RDP (Remote Desktop Protocol) related checks
   * RDP Enabled support
   * RDP Logon Screen warning support
 * Optimisation done for the diagnostics phase
 * Ability to switch between RCC profile settings & System settings while
   downloading the company profile
 * UI/UX improvements and refactoring

Download from here and check our documentation here.  
Have a splendid day! 🚀



🎉 RPA FRAMEWORK 27.2.0

2 weeks ago
feature feature library rpaframework
 * Add regular expression support for RPA.JavaAccessBridge library locators by
   updating java-access-bridge-wrapper package to the version 1.0.0.
 * Update selenium package to the version 4.13.0.



 * ‹
 * 1
 * 2
 * 3
 * 4
 * 5
 * 6
 * 7
 * ›

Robocorp release notes
powered by releasenotes.io