Qorus Integration Engine® 5.1.43_git
|
Latest version: Qorus 5.1.43
This is a major release of Qorus with the following major changes:
import
statements; oload has been updated to use a custom Java compiler that supports compile-time generation of bytecode as well as runtime support in the custom classloader solution used in Qorus; see Developing in Java fore more information.$OMQ_DIR/user
filesystem is exported to WebDAV clients automatically under the webdav
path using the Qorus URL; see WebDAV Server for more information%d{YYYY-MM-DD HH:mm:SS.xx} %h:%P T%t [%p]: %m%n
. See Logger::LoggerLayoutPattern for more information on logger layout patternslocalhost
(such as forcing RBAC source IP-based authentication with qorus.rbac-force-user) may be affected; see qorus-client.client-url for An option that allows the client URL to be set explicitlysingle_instance
flag was removed from jobs
Issue ID | Severity | Description |
3671 | High | fixed a bug handling ZeroMQ message cancellations that could result in a deadlock |
3670 | Normal | fixed a bug where user storage was not initialized properly from users provided by external RBAC providers |
3669 | Normal | fixed a bug where services bound on wildcard listeners would get a LISTENER-SHARING-ERROR if another service listener was already bound on the same wildcard listener |
3668 | Normal | fixed a deadlock in workflow handling related to a race condition handling workflow stop actions and qwf process aborts |
3667 | Normal | fixed a race condition handling qwf terminations during initialization that could cause a deadlock shutting down qorus |
3666 | Low | Qorus URL is returned incorrectly from system APIs when HTTP certificate and private key info is given in the qorus.http-secure-server option |
3648 | Low | fixed a race condition handling simultaneous qsvc shutdowns and abnormal terminations that could result in spurious log messages and an incorrect error reported as a response to the service stop command |
3642 | Normal | fixed a bug where terminating a program may appear to fail on Alpine Linux which will cause a deadlock when shutting down Qorus |
3635 | Normal | fixed a bug when running on Oracle DBs where transactions were not restarted with ORA-00060 errors |
3632 | Normal | fixed a bug where the SQL table cache was not caching tables properly |
See Qore 1.0
This is a bugfix release that addresses important issues with features introduced in Qorus 5.1:
Issue ID | Severity | Description |
3682 | Normal | fixed a bug where oload would fail with zero-length resource files |
3681 | High | fixed a bug where oload would fail to load Java classes that depended on Qore or Python classes and therefore required dynamic code generation in oload |
3678 | High | fixed a bug where remote services could not start if they registered service resources in the service class's constructor |
3677 | High | fixed bugs removing UI extensions from internal data structures when services terminate that could cause UI extensions to be unusable afterwards |
3676 | Low | filtered out additional utility threads from thread stack output in qctl |
3675 | Normal | removed restrictions on declaring all public methods as service methods for Java and Qore |
3674 | Normal | fixed a race contions in logging to services and jobs that could cause spurious errors |
3673 | High | fixed a bug where passive masters would fail to start in Kubernetes if client HTTP connections to the REST API provided by qorus-core required authentication |
3672 | High | fixed a bug where REST clients in a cluster were not able to authenticate properly when RBAC was enabled |
3642 | High | fixed a deadlock handling stateful service aborts and HTTP resource handler requests |
This is a bugfix release; see below for more information
Issue ID | Severity | Description |
3694 | High | fixed a bug where it was not possible to create OAuth2 client configurations for external users (ex: LDAP / AD users) |
3693 | High | fixed a bug where oload: Data Loading Tool and Schema Manager could not load Java services without old imports for the service annotation class |
3692 | High | fixed non-functional MySQL / MariaDB functionality in the qorus-alpine and qorus-alpine-minimal images |
3691 | High | fixed non-functional MS SQL Server and Sybase connectivity in the qorus-alpine and qorus-alpine-minimal images |
3690 | High | fixed non-functional Oracle connectivity in the qorus-alpine image |
3689 | High | fixed non-functional Java in the qorus-alpine image |
3688 | High | fixed a deadlock shutting down workflows from internal interface code caused by an internal data serialization error |
3687 | Normal | fixed a bug where workflow orders could result in an invalid status in the DB where they would have to be recovered manually in cases where the connection to the DB server becomes unreliable or sporadically unavailable for a period of two minutes or more |
3686 | Normal | updated the qorus.system-pool-maximum default value from 10 to 40 ; updated the qorus.db-max-threads value from 10 to 30 |
3685 | High | fixed a bug where internal system transactions could fail with spurious errors due to a race condition handling the thread-local transaction status |
3684 | Normal | fixed internal race conditions with external API authentication that could cause spurious errors, particularly with external authentication providers such as LDAP and OAuth2 |
This is a bugfix release; see below for more information
Issue ID | Severity | Description |
3704 | High | fixed a bug in oload: Data Loading Tool and Schema Manager where it was not possible to load Java classes using Qorus APIs outside the direct context of an interface |
3702 | Normal | fixed a bug where it was not possible to implement loopback qorus rem4ote connections without using the qorus.rbac-force-user option |
3701 | Normal | fixed a bug where WebSocket events for connection changes were not emitted in all cases, causing the UI to be out of date with the server |
3700 | Normal | fixed a bug where connections with tags could not be deleted through the API |
3699 | High | fixed a regression that caused a 409 Conflict error to be returned to unauthenticated HTTP/S connections when RBAC was disabled |
3698 | Normal | fixed a bug where REST APIs that update config items could fail when the DB was not aligned with the metadata cache |
3697 | Normal | fixed a race condition handling service unload calls at the same time as a remote service abort event |
3696 | High | fixed a bug where GET /api/latest/system?action=wstoken returned a token with a very short TTL which would cause the remote deployment API to fail with complex releases |
This is a bugfix release; in particular cluster stability has been enhanced particularly regarding error and crash recovery scenarios; see below for more information
Issue ID | Severity | Description |
3713 | High | fixed a bug handling qorus-core: Qorus Core Cluster Process crash recoveries |
3712 | High | fixed bugs handling complex crash recover scenarios with stateless services |
3711 | High | fixed a bug in Ubuntu Docker images where a missing library made it impossible to communicate with MS SQL Server DBs |
3710 | Normal | fixed a bug detecting loopback Qorus remote connections |
3709 | Normal | fixed a lock error with loopback Qorus connection management |
3708 | Normal | fixed a bug where workflow log messages sometimes appeared in the qorus-core log file |
3707 | Normal | fixed a bug where oload would fail with Java code with Python dependencies with modules that could only be loaded once per procress (ex: tensorflow) |
3706 | High | fixed a bug where qwf: Qorus Workflow Cluster Process processes could not be started in nodes with passive masters in Kubernetes |
3705 | High | fixed a bug in oload where config item value changes were not processed correctly for Java-based jobs |
This is a bugfix release; see below for more information
Issue ID | Severity | Description |
3719 | High | fixed errors starting remote qsvc and qjob processes in non-master notes under Kubernetes |
3718 | Normal | fixed an error in the UI where info tabs were not rendered correctly on space-constrained windows with long object names in some cases |
3716 | High | fixed errors handling internal messaging on very slow or memory constrained systems that could lead to a full cluster deadlock |
3715 | Normal | fixed errors in the WebSocket remote deployment API and the REST raw remote file API handling windows paths from clients |
3714 | Normal | fixed a race condition executing inactive remote jobs with multiple simultaneous requests |
3699 | Normal | fixed handling external REST / WebSocket requests for authentication tokens when RBAC is disabled |
This is a bugfix release; see below for more information
$sysprop:{}
template; see Config Item / Building Block Template Substitution Strings for more information"*"
in the output data configuration argument all_output_data in UserApi::updateOutputData(), indicating that the entire output hash should be written to the output locationThis is a bugfix release; see below for more information
Issue ID | Severity | Description |
3724 | Normal | fixed errors in UserApi::updateOutputData() where subfields of the output data could not be written to the output location |
This is a bugfix release; see below for more information
Issue ID | Severity | Description |
3725 | High | fixed a bug where Qorus failed to process valid mappers with user-defined fields under a field of type auto |
This is a bugfix release; see below for more information
Issue ID | Severity | Description |
3734 | Normal | fixed a bug updating connections when the URL scheme changes and the options of the new connection type are not compatible with the old options; in this case incompatible options are discarded |
3732 | Normal | only mark connections as down if they fail at least two consecutive pings |
3730 | Normal | fixed a bug in the web UI where valid pipelines could not be viewed |
3729 | High | fixed a bug in Kubernetes cluster recovery that could cause Qorus to refuse to start |
3727 | High | fixed a bug where the web UI did not mask sensitive connections option values |
3726 | Normal | fixed a bug in the web UI where all input fields in mappers would be displayed as having type undefined |
This is a bugfix release; see below for more information
Issue ID | Severity | Description |
3738 | High | fixed a bug where oload: Data Loading Tool and Schema Manager would not create all config items for pipelines consistently, leaving them unable to be used |
3737 | High | fixed a bug where pipeline processor elements could not reliably access their configuration item data |
3736 | High | fixed a bug where APIs that replace workflow dynamic data would replace static data instead if the order was currently cached |
3735 | Normal | added new APIs to allow workflow order dynamic data to be updated atomically |
This is a bugfix release; see below for more information
Issue ID | Severity | Description |
3748 | High | fixed a bug recovering failed restarts of qjob: Qorus Server Cluster Process processes after a master failover |
3747 | High | fixed a bug where the qdsp: Cluster Datasource Pool Process process for the system schema (qdsp-omq ) would not always be restarted when there is a node failover |
3746 | High | fixed a potential deadlock in qorus-core: Qorus Core Cluster Process when recovering a failed session |
3745 | High | fixed a bug where qwf: Qorus Workflow Cluster Process processes that died and could not be restarted were not marked as terminated in qorus-core: Qorus Core Cluster Process |
3744 | High | fixed a bug in handling process restart errors after active master failovers when there are not enough cluster resources to restart processes |
3743 | High | fixed bug in handling active master failovers that could cause a deadlock |
3742 | High | fixed a bug in qorus-core restarts under Kubernetes that could lead to platform instability |
3741 | Normal | timeouts in stateless qsvc registration messages were not handled correctly, leading to instability and outages with stateless services when the cluster was under high load |
3740 | Normal | fixed bugs in oload: Data Loading Tool and Schema Manager handling mappers with field names with embedded "." characters |
3739 | Normal | fixed a bug in POST /api/latest/system/listeners |
2459 | High | fixed a bug where recovering large instances from terminated Docker or Kubernetes instances took excessively long to complete |
This is a bugfix release; see below for more information
Issue ID | Severity | Description |
3750 | High | fixed a bug where MS SQL Server connections with the freetds module were not usable from Docker and Kubernetes |
This is a bugfix release; see below for more information
Issue ID | Severity | Description |
3752 | Normal | connections cannot be updated with the REST API unless the description is also included in the call |
This is a bugfix release; see below for more information
Issue ID | Severity | Description |
3753 | High | fixed a bug where a race condition in processing canceled ZeroMQ messages could lead to a deadlock |
3751 | High | fixed a bug where oload: Data Loading Tool and Schema Manager would fail when loading more than one service with a Python module dependency that can only be loaded once per process |
This is a bugfix release; see below for more information
This is a bugfix release; see below for more information
Issue ID | Severity | Description |
3761 | High | fixed a bug where oload failed to validate interfaces with mixed Java and Qore dependencies in some cases |
3760 | Normal | fixed a bug where QorusClient::addConnectionModuleOption() and QorusClient::addDataProviderModuleOption() only added the final value when adding multiple values to the option |
3759 | High | fixed a race condition with stateless services where they were not always recovered correctly after a qorus-core restart |
3758 | High | fixed a bug where it was not possible to use make-release in Docker images due to a missing template file |
3757 | Normal | fixed a bug where it was not possible to use non-Qore scripts as qscripts in Qorus releases |
3756 | High | fixed a bug where a long outage of the primary master and the main datasource server due to Kubernetes infrastructure problems would prohibit Qorus from restarting automatically when the problems were resolved |
3755 | Normal | fixed a bug where the Qorus web UI would show an error screen after logging in when the Qorus server was restarted during a UI session |
3754 | High | fixed a bug where a Kubernetes cluster could fail to recover automatically in conditions where the qorus-core container is not responding to ZeroMQ messages, but the HTTP server is up |
This is a bugfix release; see below for more information
Issue ID | Severity | Description |
3766 | Normal | fixed a bug in oload: Data Loading Tool and Schema Manager where workflows with a Java-based workflow class would fail to load if they implemented a detach method |
3765 | High | fixed a bug where it was not possible to reliably implement destructors in Qore interface classes as the Program context was deleted first in some cases |
3764 | High | fixed a bug where API authentication would fail for some operations when RBAC was disabled; affected primarily Web UI operations |
3763 | High | fixed a bug where oload would not reset config items for interfaces where the value was updated in all cases |
3762 | Normal | implemented missing template for value map substitution: $value-map:{} |
3751 | High | fixed a bug where oload: Data Loading Tool and Schema Manager would fail when loading more than one job with a Python module dependency that can only be loaded once per process |
This is a bugfix release; see below for more information
Issue ID | Severity | Description |
3767 | Normal | fixed a regression in oload: Data Loading Tool and Schema Manager related to handling interfaces with Python dependencies that must be validated in separate processes |
This is a bugfix release; see below for more information
Issue ID | Severity | Description |
3768 | High | fixed a bug where step classes with constructors that required config item information failed at runtime |
This is a bugfix release; see below for more information
Issue ID | Severity | Description |
3781 | Normal | fixed a bug where it was not possible to check or test for permissions from a named user |
3778 | High | fixed a bug where config items in FSMs could not be updated with the web UI |
3776 | High | fixed a bug where a job could fail to execute due to a race condition in the qorus-core process |
3775 | High | fixed a bug where FSMs as substates in an FSM could not be opened in the web UI |
3774 | High | fixed a bug where updating a job instance's status at runtime could fail on Oracle with an ORA-00060 error due to missing indices on foreign constraints on the JOBS table causing excessive runtime locking |
3773 | Normal | fixed a bug where it was difficult to implement service-based token authentication and user handling |
3771 | Normal | fixed a bug where Qorus would not accept an email address as a valid username |
3770 | High | fixed a bug where Qorus would not start in some cases under Kubernetes when the qorus-core deployment would start before the qorus master statefulset |
3769 | Normal | fixed a bug in the Qorus server's websocket communications with the UI when creating or editing new connections that caused incorrect option information to be displayed in the UI |
This is a bugfix release; see below for more information
The jni module has undergone fixes for dynamic imports of Qore and Python modules; the result is that all symbols imported from qore modules must be referenced using the qoremod
package, and all symbols imported from Python modules must be referenced using the pythonmod
package. Previous releases of Qorus allowed for ambiguity which also could result in runtime errors and furthermore made it impossible to use dynamic imports of symbols from Qore or Python modules from native Java. Some simple logic to detect references to builtin Qore modules with the qore
package path has been added, however if mixed package usage (i.e. both qore
and qoremod
packages) are used to reference symbols from the same Qore module, compile and runtime errors will result. Always use the qoremod
and pythonmod
packages to refer to symbols provided by Qore and Python modules, respectively.
Issue ID | Severity | Description |
3796 | High | fixed a bug where schema-tool verify / align actions would not run when the system was down |
3795 | High | fixed a bug where restartable transactions in the server would run in an infinite loop with no delay if the DB server is down; now, after 2 retries, there is a 10 second delay between retries and more verbose logging |
3794 | Normal | fixed a bug in the remote deployment API where Java tests could not be used with dynamic APIs |
3793 | Normal | added missing qjavac script to supporting compiling Java programs using dynamic Python and Qore APIs |
3792 | High | fixed API performance degradation in long-running Qorus instances in Kubernetes by capping memory history list sizes in qsvc and qorus-core processes and thereby eliminating excessively large/infinitely growing internal API messages |
3791 | Normal | confusing error message with errors with UserApi::expandTemplatedValue() |
3790 | Normal | fixed a bug where the Qorus client module would take a long time to initialize without reporting any errors if a valid Qorus process entry existed in the process table but the process did not respond |
3789 | Normal | fixed a bug where a deadlock would result from stopping a Qorus listener by a request handled by the same listener |
3788 | Normal | fixed bugs handling state data in config item resolution in finite state machines and in pipeline factory option resolution; added documentation |
3787 | High | fixed a bug handling service initialization errors that could result in detached service resources that could prohibit a valid service from starting subsequently |
3786 | High | fixed a race condition starting remote services providing global API services that could result in a deadlock |
3785 | Normal | fixed a bug where template resolution with the $qore-expr: template would sometimes fail needlessly when non-string data was resolved in intermediate template resolution |
3784 | Normal | fixed a bug where oload would cause external RBAC users (ex LDAP / AD users) to be purged when reloading groups |
3783 | Normal | fixed a bug where the finite state machine name was not provided in error messages while executing an FSM |
3782 | Normal | fixed a bug where the QorusApiDataProvider module was not usable |
3764 | High | fixed a bug where certain APIs failed when Qorus was run with RBAC disabled (affected default Docker instances, for example) |
This is a bugfix release; see below for more information
Issue ID | Severity | Description |
3803 | Normal | fixed a bug where error messages in finite state machines do not always contains the FSM name or the state name, making it harder to find the source of problems |
3801 | Normal | fixed a bug where log messages in remote workflow and job processes were sometimes missing context info |
3800 | High | fixed a bug handling error transitions in finite state machines; if there was more than one error transition and the last transition did not match the transition criteria, then the entire state will be treated as if no error transition matched, regardless of how other transitions were handled |
3799 | Normal | fixed documentation errors regarding input data in local context data in mappers and in finite state machines |
3797 | Normal | fixed a bug in the UI where the configuration for finite state machine blocks was not visible |
3798 | Normal | fixed a bug where template expressions using the Qore language were not evaluated in a Qore context in finite state machine execution |
3728 | Normal | fixed a bug in the UI where data type information was not visible |
This is a bugfix release; see below for more information
Issue ID | Severity | Description |
3809 | High | fixed qbugreport binary broken in the last release |
3808 | Normal | fixed a bug where the UserApi::getDataProvider() API did not accept factory as an initial prefix to return data provider object from a data provider factory |
3806 | Normal | fixed a bug where process recoveries with qctl killall was very slow with many processes when recovering after the node changed IP addresses |
3804 | Normal | added support for new config item reference types: data-provider , mapper , value-map , workflow , service , job , connection |
This is a bugfix release + new APIs; see below for more information
Issue ID | Severity | Description |
3811 | Normal | added missing APIs for location-based file streaming as well as file writing |
3810 | High | fixed an error in finite state machine connector calls |
This is a bugfix release; see below for more information
Issue ID | Severity | Description |
3815 | Normal | aligned data provider factory APIs with fixes in Qore |
3814 | Normal | fixed race condtions in job APIs that could cause unpredictable / spurious errors |
3813 | Normal | fixed bugs related to data provider factory REST APIs |
3812 | Normal | fixed very long execution time for REST kill process APIs in Kubernetes |
This is a bugfix release; see below for more information
Issue ID | Severity | Description |
3820 | High | fixed a bug where $transient:{} and $var:{} template values could be exposed to other code in some cases |
3819 | High | fixed UI bugs handling writing / modifying config items with the new advanced reference types |
3818 | Normal | fixed bugs with REST API handling and data serialization of floating-point values when Qorus is started with a locale that uses "," as the decimal point separator |
3817 | High | fixed UI bugs rendering markdown in descriptions that caused the UI to crash |
This is a bugfix release; see below for more information
Issue ID | Severity | Description |
3823 | Normal | addressed issues with the UI regarding handling config items with the data-provider type |
3822 | Normal | added missing APIs to the qorus-api data provider factory |
3816 | Normal | fixed a design bug where it was not possible to work with request-reply data providers and API calls with mappers consistently |
This is a bugfix release; see below for more information
Issue ID | Severity | Description |
3829 | Normal | fixed a bug in UserApi::expandTemplatedValue() where hashes with spaces in key names could not be expanded properly |
3828 | Normal | fixed a bug in the UI handling non-factory data-provider config item values |
3827 | Normal | fixed a bug in the PUT /api/latest/dataprovider?action=compareTypes REST API with request-response data provider factories |
3826 | Normal | fixed a bug where stdout and stderr redirection did not follow new log files after log file rotation |
3825 | Normal | fixed a bug where certain config item templates were missing from the drop-down menu in the web UI |
3824 | High | fixed a bug where LDAP authentication did not work in Alpine Docker images |
This is a bugfix release; see below for more information. See also updated docs here: First Time Installation Tasks to set up archiving and automatic log file rotation for new Qorus instances.
Issue ID | Severity | Description |
3833 | Normal | fixed a bug handling loopback Qorus connections requiring a local token; the token should now be set properly in all cases |
3832 | Normal | fixed a race condition in qwf crash recovery during a workflow reset |
3831 | Normal | fixed a bug in Alpine Docker images where executing commands with the login option with the shell did not set up the environment correctly |
3830 | Normal | fixed a bug in the REST API with API-based (request-response) data providers that have no response message (ex: some SOAP APIs) |
3816 | Normal | fixed a bug in handling API call states in finite state machines with mappers performing data transformations for calls or for response messages |
This is a bugfix release; see below for more information
Issue ID | Severity | Description |
3836 | High | oload does not support loading FSMs with API call states |
3835 | Normal | fixed a bug in the request type for Qorus Data Provider API: Get Data |
3834 | Normal | fixed support for server-side API services |
3822 | Normal | added missing qorus-api factory API for posting workflow events |
This is a bugfix release; see below for more information
Issue ID | Severity | Description |
3841 | Normal | Fixed the deployment API to accept tar.gz files as well as release files with an install.sh script without the execute bit set |
3840 | Normal | Added the missing first_time_install.sh script to Docker images (see First Time Installation Tasks) |
3839 | Normal | Added the missing required tag on required options with API management data provider factories with the http profile |
3838 | Normal | Fixed log rotation in the qorus-log-rotator job with NFS-mounted log directories; now hidden files are skipped |
This is a bugfix release; see below for more information
Issue ID | Severity | Description |
3847 | Normal | Fixed a race condition in REST APIs that terminate remote interfaces during a process restart |
3845 | Normal | Fixed a bug in DataProvider APIs returning types with context=ui (affected IDE functionality) |
3844 | Normal | Fixed a bug in PUT /api/latest/dataprovider?action=compareTypes handling the return type of factory APIs |
This is a bugfix release; see below for more information
Issue ID | Severity | Description |
3851 | Normal | Fixed a bug reload or other operations could not be performed on mappers with errors resolving input or output types |
3850 | High | Fixed a regression that affected the IDE where record-based data providers had invalid REST API responses querying their types |
3849 | High | Fixed a regression where it was not possible to access data providers from remote qorus instances |
This is a bugfix release; see below for more information
Issue ID | Severity | Description |
3871 | High | Fixed a bug tokenizing / parsing template expressions with the ternary operator |
3870 | High | Fixed a deadlock recovering passive master and stateless qsvc processes when multiple nodes failed at the same time in Kubernetes |
3868 | High | Fixed a deadlock recovering active master failover scenarios in Kubernetes when the node is lost |
3866 | High | Fixed a potential deadlock recovering complex failure scenarios in Kubernetes |
3865 | Normal | Added missing transaction recovery logic to system schema initialization for remote workflow and job processes |
3864 | Normal | Fixed a bug where remote workflow process start errors sometimes caused a deadlock |
3863 | Normal | Fixed a bug where qorus-master would leave an invalid entry in the process table for qorus-core if it could not be started, for example due to schema version incompatibility |
3862 | High | Fixed a potential deadlock in Qorus when recovering from a failed previous start with an invalid qorus-core entry in the process table |
3860 | Normal | Fixed a bug where the order status for waiting synchronous orders is not reported correctly |
3858 | Normal | Fixed data provider search, update, and delete state support in server side APIs and FSMs |
3857 | Normal | Fixed a bug where the REST API did not return search operator information for data providers |
3855 | Normal | Fixed a bug that could cause Qorus to fail to start in Kubernetes after a hard shutdown |
3854 | Normal | Fixed a bug where the UNIX domain socket listener for Qorus could not be used if an HTTPS listener was present due to invalid redirects to the HTTPS listener |
3852 | Normal | Fixed a bug in the PUT /api/v6/dataprovider?action=compareTypes API that could cause calls from the IDE to fail |
This is a bugfix release; see below for more information
Issue ID | Severity | Description |
3874 | High | DataProvider introspection APIs do not provide sufficient information on children |
3873 | High | Fixed a bug running Qorus in Kubernetes in alternate namespaces |
3848 | High | Fixed REST APIs supporting search, update, create, and delete DataProvider actions as well as oload support |
This is a bugfix release; see below for more information
Issue ID | Severity | Description |
3877 | High | Implemented the qorus.minimum-tls-13 option to ensure that encrypted communications use at least TLS v1.3 |
3876 | High | Qorus's HTTP file server code allows for files outside the file root to be served with specially-crafted paths |
3875 | Normal | Do not allow users to save very long search strings in the database as it can cause performance problems (ex: 10MB search string); max size is now limited to 16K |
This is a bugfix release; see below for more information
Issue ID | Severity | Description |
3883 | High | Fixed a bug on the server side loading and deploying a single finite state machine in subsequent loads/deployments |
3882 | High | Input and output types were ignored in finite state machines and in finite state machine block states |
3878 | High | Fixed a bug in the UI where API management configuration in services was not visible |
3843 | High | Fixed a bug in the UI where API call, search, update, delete, and create states were not displayed correctly |
This is a bugfix release; see below for more information
Issue ID | Severity | Description |
3895 | High | Fixed a bug in the system UI where config items were not always displayed correctly |
3892 | High | Fixed a bug in the system UI where the sidebar state was not stored correctly in user storage |
3891 | High | Fixed a bug under Kubernetes where qorus-core can fail to restart when there are communication errors between active and passive master nodes |
3886 | Low | Fixed a bug in the system UI where FSM state dialogs did not indicate their type when opened |
3885 | Low | Fixed a bug in the system UI where the type search field could not be cleared with the mouse |
This is a bugfix release; see below for more information
Issue ID | Severity | Description |
3923 | Normal | fixed a bug in the web UI where tables would be resized incorrectly and the name column would not be rendered correctly in some cases |
3922 | Normal | fixed a bug in UserApi::auditUserEvent() that could cause the call to fail when called from a service or to be registered twice when called from a service in a job context |
3921 | Normal | fixed a bug in UserApi::usleep() with relative date/time arguments |
3920 | Normal | fixed a bug in the REST API returning nested data type info with the ?context=ui query argument |
3918 | Normal | fixed a bug in the system.arch service where the datasource config item had to be set before the service would load |
3917 | High | fixed a bug in qorus-master where missing persistent transaction recovery logic could cause performance and log space problems with extended DB outages |
3911 | High | fixed a bug in qdsp where an exception in a logging call could cause a deadlock condition in the cluster |
3907 | High | fixed a bug handling qorus-core startup issues that could leave hanging processes and a spinning CPU |
3906 | Normal | fixed bugs handling the qorus.http-secure-server option with multiple values |
3903 | Normal | fixed a bug in the web UI where full markdown descriptions were rendered in interface tables |
3902 | Normal | fixed a bug in the web UI where config item views were difficult to use |
3901 | Normal | fixed a bug in oload where an error could be raised with classes included in the load set but given in the wrong order; now oload loads classes in the order they are needed and loading does not depend on the order given on the command line |
3899 | Normal | fixed a bug where qctl stop can fail when executed during an active master handover event |
3898 | High | Fixed a bug under Kubernetes where the cluster can fail to restart properly when qorus-core restarts after being recovered by the active master |
This is a bugfix release; see below for more information
Issue ID | Severity | Description |
3931 | Normal | fixed a bug where Firebird datasources could not be pinged correctly |
3930 | Normal | fixed a race condition handling process registrations that could cause spurious errors in Qorus |
This is a bugfix release; see below for more information
Issue ID | Severity | Description |
3938 | Low | fixed a cosmetic bug in qwf log files where log info contained redundant context information |
3937 | Normal | fixed a bug in oload listing FSMs |
3936 | Normal | fixed bugs in the sequence and sequence_currval mapper options in RemoteDbTableDataProvider |
3935 | Normal | fixed a bug reporting metrics with the REST API if a datasource does not support the AbstractDatabase::getPhysicalSize() API |
3934 | Normal | fixed a bug handling UI extensions in remote qsvc processes |
This is a bugfix release; see below for more information
Issue ID | Severity | Description |
3940 | Critical | fixed a bug in oload where an error would be generated when multiple interdependent objects were loaded at the same time |
This is a bugfix release; see below for more information
Issue ID | Severity | Description |
GitHub 18 | Normal | Web UI: fixed the display of error codes in the workflow order status page |
GitHub 17 | Normal | Web UI: fixed workflow status filters in the workflow order list page |
GitHub 16 | Normal | Web UI: fixed the skip step control on the workflow order status page |
GitHub 15 | Normal | Web UI: increased the size of the text box for editing system option values |
GitHub 14 | Normal | Web UI: optimized the format of the workflow order data page |
GitHub 12 | Normal | Web UI: keep the log controls on the page when the log is scrolling |
GitHub 11 | Normal | Web UI: fixed the report bug button |
GitHub 10 | High | Web UI: fixed handling dates in API calls from the UI to the server when the UI is running in another time zone |
3947 | High | Fixed a bug when the logger appender layout for a workflow would be set to an invalid value when resetting a local workflow |
3944 | Normal | fixed a bug where CORS headers were missing in responses to REST requests with message bodies that could not be deserialized |
3943 | Normal | return a 400 Bad Request response to a request to the REST API that cannot be deserialized |