Changelog

4.0.4
April 29, 2024

CHANGED:

  • switch function ctx default argument to io.higson
  • allow whitespaces in region code

FIXED:

  • matrix view for aliasess
  • decision table levels update action
  • no permission warning in profiles view
  • start up with MySql database error
  • worksession status filter
4.0.2
April 3, 2024

ADDED:

  • Various emails to set new password depending on new or existing user
  • Fk index on table with imported snapshot history
  • inTree attribute to domain definition component
  • Duplicate decision table action

FIXED:

  • Date formatting error in groovy functions
  • NPE during calling higson.call("func", null)
4.0.1
January 25, 2024

ADDED:

  • Truncate very large logging data

FIXED:

  • Hide jdbc password appended to jdbc url
  • Improved sorting of decision tables and functions by region

4.0.0
January 8, 2024

Hyperon's business rules engine transforms into Higson!

We're introducing a completely new, even more intuitive UI that will redefine the way you work.

What's new:

  • Even More Intuitive Studio - Discover our new, user-friendly interface that simplifies both technical and business tasks.
  • Simplified Structure Configuration - Tailoring your business application structure is now more straightforward, whether you're an IT expert or a business strategist.
  • Optimized Decision Tables Creation - Creating and editing decision tables has become simpler, and optimized for greater clarity and control.
  • New Versioning - We've upgraded our versioning scheme, to be more intuitive and easier to manage.
2.3.5
April 24, 2024

ADDED

  • fk index on table with imported snapshot history
  • Last update date indexes in domain tables that domain watcher searches

CHANGED

  • domain collection search change to "contains" instead of "startsWith"
  • add domain type button availability depends on profile write rights
  • available profile list depends on profile read rights
2.3.4
February 26, 2024

Fixed:

  • Show import configuration report if only elements were removed
  • Date formatting error in groovy functions
  • Stopped showing of Access denied message before the SAML login
  • NPE during calling hyperon.call("func", null)
2.3.3
January 29, 2024

ADDED:

  • JDBC url password parameter masking

CHANGED:

  • Rename the first column in the global search results table filter
2.3.2
January 8, 2024

ADDED:

  • Added hyperon build version in exported snapshot config.json file
  • Added a login to the activation mail
  • Studio REST API - endpoint to retrieve metadata for all parameters

FIXED:

  • Search in eighth or higher column of matrix
  • Runtime - improved function logging performance (configurable with HyperonEngineFactory#setFunctionLogLevelCacheTTL)
  • Calling alias with 'in-memory index' set to false results in PARAM_VALUE_NOT_FOUND
  • Delete domain arguments which not exist in the file while importing a snapshot
  • Prevent automatic session publishing when imported snapshot contains errors
  • Restore the ability to change the header color on the screen after login
2.3.1
September 27, 2023

CHANGES:

CHANGED:

  • Runtime: param watcher forces cache sync at fixed intervals (configurable with HyperonEngineFactory#setWatcherForceSyncSeconds)


FIXED:

  • Prevent to import second domain root
  • Master parameter is not cached if it is not used by the application
  • Runtime - improved groovy function performance when groovySecured is set to true
  • Batch tester - faster evaluation of all test cases



2.2.11
July 14, 2023

CHANGES:

ADDED:

  • Add the possibility to invoke multiple contexts in Hyperon Runtime Rest

FIXED:

  • Fix sql injection vulnerability in snapshot export if contains domain with attached region
2.2.10
July 3, 2023

CHANGES:

ADDED:

  • Add region and version description to snapshot metadata
  • Enabling the configuration of superpack export using the application property "hyperon.studio.superpack.export.alias.with.master" [true/false]

FIXED:

  • Fix superpack export error if superpack should contain parameters assigned to an inactive version
2.2.9
June 14, 2023

CHANGES:

FIXED

  • Adjusting the limit in value type for dictionaries
  • Added missing lib for profiler and sonar pages
  • Referenced element existence validation checks all region versions during domain import in snapshot
2.2.7
April 18, 2023

CHANGES:

FIXED :

  • Proper effective version handling when empty profile code exists after removing profiles
  • Fix rendering error for blank value in local attributes
2.2.6
March 28, 2023

CHANGES:
ADDED:‍

  • Possibility to disable (by default enabled) execution restriction of Groovy Compiler. Added properties: “hyperon.studio.groovy.secured” and “hyperon.runtime.groovy.secured” - possible values: true/false.

FIXED:

  • Error during saving test case with the same name as test case existing in any test case package

2.2.5
February 23, 2023

CHANGES:

FIXED:

Hyperon-Studio

  • Parameter view loading optimization.

ADDED:

Hyperon-Studio:  

  • Studio mailer enforces TLSv.1.2 support
2.2.4
January 13, 2023

Changes:

FIXED:  

Hyperon-Studio

  • Domain cache watcher failed when profiles for update contained null

ADDED :

Hyperon-Studio:  

  • Remote execution restriction for Groovy Compiler. Unable to evaluate filesystem internal methods

2.2.3
December 13, 2022

CHANGES:

ADDED:

  • Changed precision from 6 to 8 decimal places in the test for numeric values when no tolerance is configured. When a tolerance is added no cut-off is performed for decimals.

FIXED:

  • Error during adding levels to existing parameter.
  • Added needed @ and $ characters as table and column prefix at query string in hyperon dialect to properly resolve schema of hyp_function table
  • Proper warning message is displayed when remove action is performed on domain collection type definition

2.2.2
November 22, 2022

CHANGES:

FIXED:

  • Fix saving attribute in existing domain.
2.2.1
November 14, 2022

Changes:

FIXED:

  • Fix failure to delete domain attribute during snapshot import.

BUMP:

  • Spring Framework version to 5.3.23
  • Spring Security version to 5.7.3
  • Vaadin version to 8.14.3
2.2.0
October 7, 2022

CHANGES:

Added

  • Added dictionary values, a special kind of parameter, which may be used as a matrix value.
  • Added third semicolon-separated description value to import in the domain configuration.
  • Fixed reassigning region functionality after restoring param/function from deleted profile to current profile.
  • Added properties for hyperon-runtime-spring-boot-starter to configure external sources.
  • Added logic to always export master parameter along with alias.
  • Added group id to domain elements in session when region attached/detached.
  • Enabled ForwardedHeaderFilter for Azure Active Directory flow to process Forwarded headers when Studio is behind reverse proxy. Important note from Spring Documentation -> "There are security considerations for forwarded headers since an application cannot know if the headers were added by a proxy, as intended, or by a malicious client. This is why a proxy at the boundary of trust should be configured to remove untrusted Forwarded headers that come from the outside".
  • Added possibility to use MySql database with Hyperon. https://www.hyperon.io/tutorial/installing-hyperon-studio
  • Added snapshot file name column in snapshot import history view.

REMOVED:

  • Domain snapshot won’t export session elements.

FIXED:

  • Workaround for empty file validation - By default import button redirects to FileUploadHandler. So with empty file import in domain configuration from TextArea was blocked by FileMetadataValidator in FileUploadHandler.
  • Blocked usage of main datasource as external source in parameters. Hyperon Runtime will block executing queries against main datasource from parameters defined as external source. External source parameter cannot be defined on environment with missing external source definition from application properties file.
  • Fixed error of "hyperon.call()" invoke in python function.
  • Fixed display of the notification's close button;
  • Fixed display input parameter IN grid, when dictionary checkbox is turned off.
  • New separated properties: hyperon.studio.security.type and hyperon.runtime-rest.security.type for security for studio and runtime.
  • Proper references view in the domain tree when a referenced element is versioned. When a referenced element is not available in the current region version then references are also hidden and not exported in snapshot.
  • When referenced element in snapshot import does not exists a lost reference element is logged at import results as the warning message.
  • The snapshot export generates the domain configuration including all versions, so far only the active version was exported.
  • Avoided nested region versions in the directory tree in snapshot export zip file.
  • Fixed between matcher split algorithm (especially for DateTime), Removed comma separator "," from default separators.
  • Fixed the mechanism for importing regions and versions - previously, a region version was created with an empty number.
  • Domain cache cleared after every session publication with any domain element.
  • Fixed comparison of object array in tester module.
  • User with SYSTEM_CONFIG_ACCESS right is allowed to revert param/function changes from other user session.
  • Fix error of editing parameter in version.

BUMP:

  • Hibernate version to 5.6.7.FINAL.
  • Groovy to version 3.0.11;
  • JUnit to version 5.8.2;
  • GMaven to version 1.13.1;
  • Surefire and failsafe to version 3.0.0-M7;
  • H2 to version 2.1.212 and Liquibase to version 4.12.0. "NON_KEYWORDS=VALUE" jdbc url parameter is required for H2 database. Database migration through Hyperon Snapshot/Superpack is required as there is no support for migration from 1.4 version of H2 to 2.1

2.1.13
May 2, 2023

Changes:

Fixed:

  • Fix rendering error for blank value in local attributes
2.1.12
March 16, 2023

ADDED:

  • Studio mailer enforces TLSv.1.2 support  

FIXED:

  • Parameter view loading optimization.

2.1.11
December 13, 2022

CHANGES :

ADDED:

   

  • Changed precision from 6 to 8 decimal places in the test for numeric values when no tolerance is configured. When a tolerance is added no cut-off is performed for decimals.

FIXED:

   

  • Cascade Call with empty result don't an throw INVALID_ROW_INDEX during function call
  • Error during adding levels to existing parameter.
  • Added needed @ and $ characters as table and column prefix at query string in hyperon dialect to properly resolve schema of hyp_function table

2.1.10
October 21, 2022

CHANGES:

     FIXED:

  • Fix error of editing parameter in version.
  • Fix failure to delete domain attribute during snapshot import.
  • Fixed the mechanism for importing regions and versions - previously, a region version was created with an empty number
2.1.9
September 27, 2022

Fixed:

  • comparison of objects in array in a tester module now works properly
2.1.8
July 26, 2022

Added:

  • Added possibility to specify hyperon runtime rest URL through property "hyperon.runtime-rest.url".
  • "hyperon.studio.url" and "hyperon.runtime-rest.url" are now used to define Swagger OpenAPI server

Fixed:

  • Unique identifier error while editing blob output level

2.1.7
July 1, 2022

ADDED:

  •     Added case-insensitive unique param code validator

FIXED:

  •     Fixed snapshot import history view. Previously unable to go to view.
  •     Studio does not throw when role from authorization service not exists.
  •     Fixed domain configuration tree view was hidden after Timeline updates
2.1.6
June 21, 2022

FIXED:

  • Authorization for azure active directory works after spring-boot bump.
2.1.5
June 13, 2022

FIXED:

  • NullPointerException for a region draft version when publish was invoked

ADDED :

  • Hyperon-Studio: Configuration of max size of the imported file (snapshot, superpack, xml, etc.) with hyperon.studio.max-file-size property

2.1.4
May 31, 2022
  • Added Accept-Type headers (application/json, application/x-protobuf) for Hyperon Runtime Rest endpoints. Changed default to application/json.
2.1.3
April 26, 2022

FEATURES:

  • hyperon-studio - exchange springfox into springdoc for Hyperon-Studio. The application expose Swagger-UI endpoint: https://${application_context_path}/swagger-ui.html
  • runtime-rest:  exchange springfox into springdoc for Hyperon-Runtime-Rest. The application expose Swagger-UI endpoint: https://${application_context_path}/swagger-ui.html
  • runtime-rest:  removed deprecated /execute endpoint
  • runtime: added spring-boot autoconfiguration

BREAKING:

  • hyperon-studio: exchange column separator for parameter entry into ##col## instead ';'. It could take a while to update Oracle database schema (even few minutes, depending on the table PARAMETERENTRY size).  Microsoft SQL Server, PostgreSQL - update should be fast and unoticable

BUGS

  • hyperon-studio: repaired problem after sending link to set password for new user
  • hyperon-studio: minor fixes

BUMPS

  • runtime-rest:  spring-boot to version 2.6.6 regard to CVE-2022-22965 vulnerability
  • hyperon-studio: spring-boot to version 2.6.6 regard to CVE-2022-22965 vulnerability

OTHERS

  • filtering matchers, checking matchers and types for imports
  • fixed searching session for parameter/function assigned to region
  • improved superpack validator API to check if component supports certain type of MppPack
  • fixed showing errors (profile does not exist) on superpack export view
  • change of delimiter fixed expected value reformat

2.0.2
January 28, 2022
  • bump: minimal supported java version to JDK 11
  • Breaking. Properties name convention have changed.

   Find more info at: https://www.hyperon.io/tutorial/configurable-application-properties-new-properties-names-since-version-2-0-0

1.21.23
September 27, 2023

CHANGES:

FIXED:

  • Error during creating a user with activation link method




1.21.21
July 14, 2023

CHANGES

ADDED:

  • Add region and version description to snapshot metadata

FIXED:

  • Update of levels in aliases of the master parameter is performed only when an update of any level was taken on the master parameter and those levels exist in the alias. When the masterparameter has assigned region version then only aliases with same region version are considered
  • Fix sql injection vulnerability in snapshot export if contains domain with attached region

1.21.20
June 23, 2023

CHANGED:

  • runtime: TypeConverter API - constructor is deprecated in favour of TypeConverter#getInstance method

1.21.19
January 25, 2023

Fixed

  • Parameter view loading optimization.
1.21.18
November 16, 2022

CHANGES:

FIXED:

Hyperon Studio

  • Fixed referenced elements presence validation. Previously during validation versioning was not taken into account.
  • Cascade with empty result don't throw INVALID_ROW_INDEX during function call.
1.21.17
October 28, 2022

Changes:

FIXED:

hyperon-persistence:

  • Bundle consistency after gmo model changed. Bundle would still be json represented at bundle value as long as it is owner of entity typeproperty only. Despite it has filled GMO_COLUMN_NAME at sandbox.
  • Removed delete command validation.

Hyperon-Studio:

  • Fixed empty number version import.
1.21.16
September 20, 2022

FIXED :

Hyperon-Studio

  • Issues with a snapshot import/export process.
  • The snapshot export generates the domain configuration including all versions, so far only the active version was exported.
  • Proper references view in the domain tree when a referenced element is versioned. When a referenced element is not available in the current region version then references are also hidden and not exported in snapshot.

 

ADDED :

Hyperon-Studio

  • Hyperon-Studio: Domain-cache is alwyas cleared after session is published.
  • When referenced element in snapshot import does not exist a lost reference element is logged at import results as the warning message.

REMOVED :

Hyperon-Studio

  • Snapshot won't export domain elements only form session. That posibilliy was removed.

1.21.14
July 1, 2022

ADDED:

  •      Added case-insensitive unique param code validator

FIXED:

  •     Fixed snapshot import history view. Previously unable to go to view.
  •     Studio does not throw when role from authorization service not exists.
  •     Fixed domain configuration tree view was hidden after Timeline updates
1.21.13
June 21, 2022

FIXED :

  • Authorization for azure active directory works after spring-boot bump.
1.21.12
June 13, 2022

FIXED:

  • NullPointerException for a region draft version when publish was invoked

ADDED :

  • Hyperon-Studio: Configuration of max size of the imported file (snapshot, superpack, xml, etc.) with hyperon.studio.max-file-size property

1.21.11
May 30, 2022
  • fix: Fixed "hyperon.call()" invoke in python function. Added method for RhinoHyperon to fix overloading problem in python function invoker.
  • fix: Added Accept-Type headers (application/json, application/x-protobuf) for Hyperon Runtime Rest endpoints. Changed default to application/json.
  • bump: Removed unstable version of TXW2 library. All versions have been aligned.
1.21.10
April 7, 2022
  • bump:  spring-boot to version 2.6.6 regard to CVE-2022-22965 vulnerability
  • feat: exchange springfox into springdoc. Path is still the same: context-path/swagger-ui.html
1.21.8
February 24, 2022
  • fix: setProfile step on superpack export is set properly
  • fix: showing errors on superpack export view
  • fix: refreshing superpack export grid
  • feat: improved superpack validator API to check if component supports certain type of MppPack

1.21.7
January 24, 2022
  • fix: edit mode on grant view. Unable to edit grant view without edit mode selected.
  • fix: swagger-ui for hyperon-runtime-rest was unavailabe
  • bump: a version of liquibase-core library to 4.6.2
1.21.6
December 30, 2021

  • Fixed logging multiple arguments in functions
  • bump version of log4j2 to 2.17.1

1.21.5
December 29, 2021
  • SAML inactive period configured via properties
  • allowed txt file suffixes to importing data
1.21.4
December 20, 2021
  • bump log4j version in order to prevent vulnerability
1.21.3
December 17, 2021
  • updated log4j2 version to 2.16.0 due to CVE-2021-45046
  • added configurable SAML property names
  • fixed Parameter watcher master/alias fetching from database while checking for any changes
1.21.2
December 13, 2021
  • bump log4j version in order to prevent  vulnerability
1.21.1
December 9, 2021
  • fixed security issue related to client-side remote code execution through formula injection in Excel/CSV exports
1.21.0
December 8, 2021
  • added new global search category: domain attribute code
  • fixed security issue related to client-side remote code execution through formula injection in Excel/CSV exports
  • added system.function.logging.level parameter for function logging configuration
  • added configurable sorting parameter's matrix rows in snapshot export
  • alias can be attached only to regions where master exists
  • removed minimal file size validation due to business logic
  • added healthchecks in Docker images
  • added context type fetching in tester arguments
  • added "Remove all" functionality in Context
  • added "Remove all" functionality in Domain definition and configuration
  • increased possible role's length to 100
1.20.15
November 26, 2021
  • added force remove flag in snapshot import
  • improved groovy function cache
  • added a possibility to create and send snapshot to different Hyperon Studio instances
  • added tags filtering in snapshot export
1.20.14
October 14, 2021
  • removed blockade preventing parameter's matrix export containing +, - or = characters in string type
  • fixed bug that caused session publication errors when dealing with domain element attached to not active region version
1.20.13
October 11, 2021
  • removed blockade preventing parameter's matrix export containing +, - or = characters (for types: integer, number, and between matchers)
  • fixed redirecting to login page after password change
1.20.11
September 27, 2021
  • fixed custom error page in Bundle's zip
1.20.10
September 24, 2021
  • blocked "Remote Code Execution through Excel Formula Injection" vulnerability
  • added password strength rules
  • blocked ability to upload files with dangerous types
  • added session invalidation after password change
  • added ability to force password change for default admin/admin credentials. It's controlled by hyperon.studio.setup.password-force-change.enabled property.
1.20.9
September 6, 2021
  • fixed runtime-rest war package errors
1.20.8
September 3, 2021
  • fixed parameter's input values normalization in contains/* matchers
1.20.7
August 27, 2021
  • added Hyperon Studio properties directories to search for in Hyperon Runtime REST war module
1.20.5
August 26, 2021
  • added new form of runtime-rest module distribution. It's now available also as a war file
1.20.4
August 24, 2021
  • fixed Hyperon Runtime REST JSON responses in Swagger UI
1.20.3
August 16, 2021
  • fixed creating empty log file in Hyperon Runtime REST module if file logging is not used
  • fixed hyperon/profiler listing page 404
  • fixed empty profile.json files in Snapshot that caused import errors
  • fixed problem with maximum number of expressions in domain attributes view
  • fixed cascade parameter results that returned only first element in domain attributes
  • improved handling empty responses in ParamValue result
1.20.2
July 30, 2021
  • added new getDigest() method to Hyperon Engine as well as domain elements and attributes
  • fixed problem with new lines in parameter's description
1.20.1
July 20, 2021
  • fixed removing functions with assigned region when region is deleted
  • fixed domain duplicates in Superpack REST import
1.20.0
July 13, 2021
  • added integration with AWS Parameter Store in Hyperon Studio and Runtime REST
  • added protobuf endpoints to Runtime REST
1.19.3
July 1, 2021
  • fixed domain import error related to cycles in domain graph
  • added flag to control whether an exception should be thrown when Hyperon can't cast a matrix value to the selected type
  • added function argument type casting
1.19.2
June 18, 2021
  • fixed bug that did not allow to launch Hyperon Studio on some machines
1.19.1
June 16, 2021
  • fixed disappearing domain tree in domain view
  • fixed clearing temp files after superpack/snapshot import/export
  • added possibility to save logs into file in Hyperon Runtime REST
1.19.0
June 8, 2021
  • added log management tool in function editor
  • added superpack export/import between different environments right in Hyperon Studio
  • added JWT support in Hyperon Runtime-REST and Studio. You can read more about this here: https://www.hyperon.io/tutorial/authentication-in-hyperon-studio
  • fixed disappearing domain elements in Studio that are attached to region
  • fixed mark from file in parameter's view
  • improved performance in parameter and function listing views
1.18.2
May 26, 2021
  • fixed marking parameters from file
  • fixed user region version cache invalidating issues
1.18.1
May 20, 2021
  • fixed h2 column naming error
1.18.0
May 13, 2021
  • introducing a new theme!
  • fixed inspection view and its counter
  • added integration with Azure Active Directory
1.17.1
April 16, 2021
  • fixed runtime-REST execution in JDK 11
  • fixed transaction lock during snapshot domain import
1.17.0
April 8, 2021
  • created new invoke endpoint, it should be used from now on instead of execute endpoint, which is now deprecated
  • added external source parameter export/import in snapshot
  • added bcrypt complexity configuration via application.properties
  • fixed auto refresh period description in external source view
  • added tags to domain elements
1.16.0
March 22, 2021
  • reverted execution/execute endpoint changes back to (1.14.*) naming
1.15.1
March 21, 2021
  • fixed default profile tags in alias parameters
1.15.0
March 19, 2021
  • added an option to attach matrix (not only one element as in the past) in the parameter's input source
  • added an option to specify default tags in profile. By doing so, chosen tag may be automatically attached to parameters/functions and in parameters/functions listing view
  • changed naming in the /execution REST endpoint
1.14.5
March 12, 2021
  • fixed Studio's REST endpoints security bug
  • upgraded Jquery to 3.6.0
1.14.4
March 10, 2021
  • fixed Studio's docker image bug that did not allow to pass environment variables to the image
1.14.3
March 9, 2021
  • fixed user's cache case sensitive login bug
1.14.2
March 8, 2021
  • updated Tomcat version from 8.5 to 9 in Studio's docker image, changed from jre to jdk distribution
1.14.1
March 7, 2021
  • added detailed logging in SAML authentication process
1.14.0
February 26, 2021
  • added SAML authentication to Hyperon Studio. More details how to configure it can be found here
1.13.2
February 24, 2021
  • fixed bug not allowing to export/import snapshot when Hyperon Studio is deployed to a server that contains spaces in its path
1.13.1
February 18, 2021
  • added profilers to runtime-rest module. Available endpoints: /api/profiler/jdbc, /api/profiler/parameter, /api/profiler/function, /api/profiler/domain/attr. You can read more about it here:https://www.hyperon.io/tutorial/profilers
1.13.0
February 17, 2021
  • decreased number of hashing rounds in Bcrypt for performance boost
1.12.2
February 10, 2021
  • fixed bug related to parameters assigned to region not available from the tester view
1.12.1
February 8, 2021
  • removed deprecated application property placeholder in Hyperon Studio and Hyperon-runtime-REST. The new one accepts properties files as well as the environment variables
1.12.0
February 5, 2021
  • fixed resizing tester's result view
  • external sources can now use different database type than Hyperon's main database
  • fixed bad naming in global search view
  • fixed few bugs with external sources in Hyperon-runtime-REST. Removed hardcoded developer mode credentials
  • added missing PostgreSQL and MsSQL dialects in hyperon-runtime-REST
  • changed default password algorithm to BCrypt. Since version 1.9.0 'Pbkdf2' was default password encoding algorithm. This change introduces 'bcrypt' as default one. 'Pbkdf2' can still be set using environment variable 'hyperon.security.passwordEncoder=Pbkdf2'. Keep in mind that this environment variable should be set for hyperon-studio process as well as for hyperon-runtime-rest if both are used. Moreover security for hyperon runtime rest can be now disabled completely using spring profile 'no-security'.
1.11.4
December 28, 2020
  • fixed superpack's deleteParams step
1.11.3
December 22, 2020
  • fixed refreshing warning status in superpack import
  • fixed creating new region in superpack import
  • fixed superpack's region import
1.11.2
December 17, 2020
  • added new EI matcher
  • you can now search in parameter's matrix without specifying its code in global search
  • deprecated few REST endpoints
  • fixed localDate/localDateTime suggestions in function editor
  • fixed bug related to disappearing duplicated rows in parameter's matrix
  • fixed profile bug in superpack's import
1.11.1
December 1, 2020
  • added singular test case export/import
  • SKIP result in snapshot import is now resolved the same in every snapshot step
  • added ACTION field to snapshot's parameter import result
  • removed howMany prefix from snapshot's domain import result
  • added parameter code to UnknownLevelNameException where possible
  • fixed bug related to missing new values in parameter's matrix textfields in edit mode
1.11.0
November 13, 2020
  • added Java 1.8 LocalDate and LocalDateTime to Hyperon
  • fixed region attach bug in domain configuration view
  • fixed line numbers visible in exception's stack when invoking functions
1.10.1
November 10, 2020
  • fixed bug related to changing function's arguments order
  • fixed bug related to context paths in simulation view
1.10.0
October 29, 2020
  • added setting dialect based on jdbc url
  • added function argument class name length validator
  • added parameter code length validator
  • added missing icons in tester logs view
  • added warning when loading empty XML file in domain
  • added clearing selected element after add to test action
  • fixed errors relating to domain types removal
  • fixed setting current profile in superpack
  • fixed bug related to asterisk symbol in parameters with matchers in input columns
  • fixed few bugs related to working in multi tabs in a browser
  • fixed batch tester file caching error
  • fixed multiple counters in parameter and function views bug
  • fixed a bunch of NPE errors in parameter/function views
  • fixed breadcrumbs in the superpack view
  • fixed going to changes from another profile in a session listing
  • fixed superpack's load sandbox step on a different profile
  • fixed disappearing records in local attributes table
  • fixed cancelation of remote sessions
  • fixed error when removing more than 1000 parameters/functions
  • fixed refreshing session's counter
  • fixed resolving space in snapshot import file
  • fixed parsing array from MultiValue object in Hyperon-REST
  • fixed refreshing domain tree in configuration view
  • disabled filtering parameter entries in BLOB output levels
1.9.0
October 6, 2020
  • changed password hashing algorithm from MD5 to SHA512. Old passwords will be automatically rehashed after first login
1.8.24
September 14, 2020
  • fixed runtime Postgres db error
  • added effective version to execution endpoint
  • added dependencies to runtime-rest module for java 11 compatibility
  • added docker to runtime-rest module
  • modified context in execution endpoint, now you can pass more complex context via REST
  • added /api prefix for studio rest API's endpoints