Releases: open-rpa/openflow
close 1.5.8
- parse variables on "invoke openrpa" page. used to treat everything is string, now it will try and parse to basic types ( System.String System.Int32 System.Boolean System.DateTime and arrays of those )
- grpc protocol now supports setting metadata on uploaded files
- agents has been expanded to support remote triggering reinstall of packages, then agent package page, now has a reinstall button
- exchanges has been improved to pre-register them, to avoid openflow restarting on missing or miss configured exchanges
close 1.5.7
streamline LoginProvider logging
fix search on clients page
fix skiprole for grpc
Add basic llm chat, can be enabled under settings, require running the llm chat package as well
Add workaround for validate user, fixing a rare redirect issue.
Update query for checking if an email already exists doing user creation. ( fix a rare case where multiple users could get created with the same email )
Fix links multiple links in web interface
add domain to issue audit log entries
1.5.6
1.5.4
push 1.5.3
Officially add config page. Will now starting moving most configuration doing using environment variables into the database. This will allow updating settings without restarting and make it easier to do.
Have move a lot more settings from environment variables to database, and "flipped" the logic to prefer settings from environment variables. hence, now we use environment to force a setting, where db settings used to override environment variables.
minor updates to website ( show if agent has a non free plan, add more links across different pages for easier navigation, move a few things around, change styles, fix endless scrolling on some pages etc. )
fix issue with agent's getting from host for grpc url.
1.5.2
The Agent concept is slightly changed. Agent is now anything that runs anywhere, both as docker images and as a daemon on any operating system outside docker/kubernetes or in users desktop using assistent.
This also means we need to change how packages work. An agent can now run multiple packages.
Update a lot of code, to add support for updating to latest version of open telemetry
Updates to building openflow and docker images logic and scripts
Update a lot of code, to allow updating to later version of mongodb
many, many updates to the web interface as part of changing how agents will work moving forward.
Add more settings from environments to database config.
Add option to google how user impersonation works, allowing it to be temporary.
close 1.4.36
Merge pull request #263 from skadefro/master Close 1.4.36
close 1.4.35
Merge pull request #262 from skadefro/master close 1.4.35
Close 1.4.34
Merge pull request #260 from skadefro/master Close 1.4.34
close 1.4.32
Merge pull request #259 from skadefro/master close 1.4.32