Oops! Something went wrong while submitting the form.
If you want to download Hyperon for free, please enter your email address. We will not send you any spam - only interesting and useful information about Hyperon in the future. By providing your e-mail address, you agree to our Privacy Policy
No risk
Download Hyperon for free and test its full capabilities
Easy test-run
Test Hyperon with preexisting configuration and demo app
Detailed documentation
Check our tutorials and guides to comprehend all the features
Spam free
You can withdraw your consent at any time
Changelog
1.17.1
Apr 16, 2021
fixed runtime-REST execution in JDK 11
fixed transaction lock during snapshot domain import
1.17.0
Apr 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
Mar 22, 2021
reverted execution/execute endpoint changes back to (1.14.*) naming
1.15.1
Mar 21, 2021
fixed default profile tags in alias parameters
1.15.0
Mar 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
Mar 12, 2021
fixed Studio's REST endpoints security bug
upgraded Jquery to 3.6.0
1.14.4
Mar 10, 2021
fixed Studio's docker image bug that did not allow to pass environment variables to the image
1.14.3
Mar 9, 2021
fixed user's cache case sensitive login bug
1.14.2
Mar 8, 2021
updated Tomcat version from 8.5 to 9 in Studio's docker image, changed from jre to jdk distribution
1.14.1
Mar 7, 2021
added detailed logging in SAML authentication process
1.14.0
Feb 26, 2021
added SAML authentication to Hyperon Studio. More details how to configure it can be found here
1.13.2
Feb 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
Feb 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
Feb 17, 2021
decreased number of hashing rounds in Bcrypt for performance boost
1.12.2
Feb 10, 2021
fixed bug related to parameters assigned to region not available from the tester view
1.12.1
Feb 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
Feb 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
Dec 28, 2020
fixed superpack's deleteParams step
1.11.3
Dec 22, 2020
fixed refreshing warning status in superpack import
fixed creating new region in superpack import
fixed superpack's region import
1.11.2
Dec 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
Dec 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
Nov 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
Nov 10, 2020
fixed bug related to changing function's arguments order
fixed bug related to context paths in simulation view
1.10.0
Oct 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
Oct 6, 2020
changed password hashing algorithm from MD5 to SHA512. Old passwords will be automatically rehashed after first login
1.8.24
Sep 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
1.8.23
Jul 6, 2020
fixed Hyperon Runtime Rest build scripts
1.8.22
Jul 6, 2020
added new module: Hyperon Runtime Rest
1.8.21
Jun 24, 2020
fixed removing input/output levels from alias
fixed error when importing empty domain
fixed "save order" button color
fixed recursive parameter's input level calls
fixed tag uppercase'ing during imports
fixed alias-master import order
added missing spaces in domain definition view
added function arguments type validation
added new parameter prefetch strategy based on regions
1.8.20
May 22, 2020
fixed parameter CSV import separator
fixed allowed file extensions in parameter imports
fixed parameter extract comparison
fixed parameter renaming mechanism
fixed alias import without master
fixed not distinguish parameter/function code usage in domain attribute values
fixed setOnBusiness/SystemError steps in the superpack
improved logging during snapshot import
removed unnecessary pack creation during pack.xml file creation
added missing validation in function arguments for specified class type
added possibility to overwrite function's/parameter's code during duplication
added function code length validator
1.8.19
May 19, 2020
added flag (true by default) to consider config.json file in Snapshot REST API
added cache for some SQL queries in Hyperon Runtime
1.8.18
May 6, 2020
fixed performance in tag import
1.8.17
May 4, 2020
added new REST endpoint returning all domain paths for given profile
added Swagger documentation in REST endpoints
updated execution endpoint, added possibility to execute domain elements
fixed tags uppercasing bug during import
fixed Hyperon Persistence persist algorithm
fixed performance issues in REST endpoints
fixed missing tags in function import
1.8.16
Apr 10, 2020
fixed Microsoft SQL Server dialect bug
1.8.15
Apr 9, 2020
fixed domain cache resolving elements in different versions in Developer Mode
fixed resolving python functions in hyperon-test-plugin
fixed bug in Hyperon Persistence's entities sorting mechanism during persist
1.8.14
Apr 3, 2020
performance optimization of snapshot's tag import
fixed global checkbox behavior in parameters/functions listing view when removing grid filters
add deleteElementsNotInSnapshot flag in snapshot's domain export via REST
1.8.13
Mar 27, 2020
fixed bug that was adding Hyperon-Persistence entity to statsCache in delete phase
fixed NPE in test case picker popup
fixed Illegal Argument Exception in snapshot import
1.8.12
Mar 25, 2020
fixed not working "include json file" checkbox in snapshot import
fixed closing Superpack export popup bug
fixed changing profile in combo box during the Superpack createProfile step
fixed Active Directory login error
fixed exception message in context export
added configurable output level array separator
added missing local attribute type info in the Snapshot export file
added missing context type info in global search
removed unused publisher mechanism from Hyperon
1.8.11
Mar 19, 2020
added delete unused flag in domain snapshot import
fixed duplicated domain elements after import
1.8.10
Mar 13, 2020
fixed prefixes in domain local attribute snapshot export
fixed tag sorting in function snapshot export
upgraded jaxb version
1.8.9
Mar 9, 2020
fixed duplicated active icon in region version schedule
fixed importing region without any version in Excel file
fixed add tag button CSS styles
fixed Superpack function with empty body import
fixed Snapshot function with empty body import
fixed Superpack's business and system errors notification
fixed Superpack's extra field filters
fixed unique constraints in domain Snapshot import on Postgres
fixed NPE in Context view
fixed attaching new function to region
1.8.8
Feb 25, 2020
fixed CSS styles in popups
fixed saving superpack xml file
fixed sorting in multiple grids
fixed sweep analysis naming
fixed parameter/function tag filtering
fixed logging in Hyperon Watchers
fixed NPE in License Watcher
fixed sorting mechanism bug in Hyperon Persistence
fixed error hints in superpack steps
fixed notification during function saving
fixed tags validation used in import
fixed changing profile during snapshot import
changed exported file name in Batch Tester
changed tag's export file name
1.8.7
Feb 11, 2020
fixed SQL Server table naming bug
fixed exceptions
1.8.6
Feb 5, 2020
fixed region version cloning when version is archived
fixed deleting domain profile
fixed upgraded Spring and Hibernate versions in Hyperon Studio
fixed notification messages of validation errors in domain definition
fixed adding new elements in multiple areas of domain definition view
fixed global search validation bug
fixed removing region with all attached elements
fixed workSession create endpoint
fixed importing active version when other active version exists in system
fixed extra attribute comparator bug
fixed multiple exceptions in superpack import
fixed info box size for longer messages
fixed SQL query bug after h2 upgrade
fixed clearing region and versions inside multiload steps in Superpack
added trimming in domain attribute fields
improved filters in global search view
improved performance in Hyperon Persistence Bundle import
improved logging in Hyperon Persistence
1.8.5
Dec 27, 2019
fixed errors with h2 database
fixed math error in tester
fixed NPE in mock function view
fixed ScheduleVersion Superpack Step
fixed NPE in Superpack Steps
fixed prefetching functions with extra arguments
fixed Global Search in matrix entries
fixed Multiload Superpack Steps
fixed setting root in domain definition view
fixed region version cloning
fixed Hyperon Persistence load stats cache, added extra database check when no entry in cache
added Hyperon roles to Active Directory Authentication
1.8.4
Nov 22, 2019
fixed position of new entry button in parameter details view
fixed multi-profile domain snapshot import bug
fixed NPE on Add Copy button in domain configuration view
fixed elements order in snapshot import popup
fixed save action in Role view
fixed snapshot import exception handling
fixed popup styles
fixed grid styles
textfield in grid style
fixed duplicated 'no root selected' label in domain definition view
fixed copy region button styles
fixed showing modified by date in test cases
fixed close action when saving new function with not valid body
fixed refreshing profile combobox when adding new profile
fixed exception in cancel action in domain configuration view
fixed clearing test results when returning from batch test case view
disabled possibility to add attributes in domain root element
added reverse contains/all matcher
1.8.3
Nov 8, 2019
fixed h2 database error in Hyperon Bundle
fixed error in superpack multi load params/functions/domain steps
1.8.2
Nov 7, 2019
fixed to strict validation in domain code duplication check during session publication
fixed missing input data when loading saved test in Tester
fixed column name that is a keyword in h2 database
added Active Directory support
1.8.1
Oct 24, 2019
fixed removing domain elements attached to region
fixed column's code propagation from master to alias parameter
fixed cascade calls in parameter's levels with blob type checked
fixed uppercasing tags during Snapshot import
fixed batch tester XLSx import
added function prefetcher in Hyperon Runtime
removed possibility to create multiple domain elements with same code
refactored many views and popups from Vaadin 7 to Vaadin 8
1.8.0
Sep 18, 2019
fixed Hyperon Persistence cache overflow bug
fixed import button caption in batch tester view
added getEnumSet() method to ParamValue class
1.7.3
Sep 16, 2019
fixed many small css bugs
fixed NPE when attempting to assign tag to parameter/function assigned to region
fixed selected function/parameter counter in parameter/function listing
fixed css bugs in firefox ESR edition
fixed button style without shortcut
fixed various popup bugs
fixed detached region popup info message
fixed font size in popups
fixed not being able to assign alias to region
fixed text area layout positioning
fixed cloned code format in domain configuration
fixed NPE in parameter sorting button
fixed NPE when filtering in parameter list view
fixed NPE in multiload step in superpack export
fixed NPE during code change in domain configuration
fixed NPE during code change in root elements in domain configuration
fixed NPE when adding new local attribute
fixed CSS styles in superpack Property step
fixed showing used tags in parameters/functions add tags popup
fixed not saving current changes in parameters/function when attaching/detaching region
changed domain table to grids, added filtering functionality
changed batch tester table to grid
changed superpack import table to grid
changed inspection table to grid
changed domain type attribute order table to grid
changed test case designer table to grid
narrowed validation range in domain definition import (checking domain elements in session in current (not all) profile)
unified onHoover effect on grids and tables
disabled reference edition in domain configuration
updated button icons
updated more icons in Studio
updated styles in domain configuration left-side tree view
added many shortcuts in various views
added uppercase'ing in function details view
added missing caption in inspection details popup
added new function name placeholder in function details top banner view
added stream() method to ParamValue class
1.7.2
Aug 5, 2019
fixed exception on adding sorting in parameter details
fixed postgreSQL liquibase changesets
1.7.1
Aug 2, 2019
refreshed grid in superpack and function export views
refreshed grid in superpack import view
added more useful shortcuts
fixed 'compare with extract' popup
fixed popup headers
fixed styles in domain element view
fixed many small visual bugs
1.7.0
Jul 24, 2019
overall CSS theme change
added tag uppercasing in excel import
added shortcuts to:work session elements list, domain definition and configuration, tags
refreshed parameter view
refreshed function view
refreshed grid in region views
refreshed grid in my view
refreshed grid in configuration parameters view
refreshed grid in test window picker popups
refreshed grid in context view
refreshed grid in import views
refreshed footer
fixed null representation in region view
fixed read only rights in Hyperon Studio
fixed checking for code duplication during parametrization/function cloning
fixed ClassCastException in batch tester excel export
fixed parameter's matrix visibility
fixed general import status in snapshot
fixed empty domain import in snapshot
1.6.53
Jun 26, 2019
Snapshot - fixed functions removal bug
fixed superpack import messages
added missing space in function edition view
fixed tag messages
fixed missing superpack import result bug
1.6.52
Jun 21, 2019
Snapshot - fixed doubled parameter/function prefix in snapshot export
Snapshot - fixed sorting parameter's matrix entries in snapshot export
Snapshot - added tags sorting in snapshot export
fixed clob editing in parameter's details view
fixed css bug in parameter's details view (not expanding to full window height)
fixed validation in parameter's matrix view
fixed catching unhandled exceptions in parameter's matrix view
fixed session removal exception
fixed repeating function's argument names in function details view
fixed removing domain references
Runtime - added domain cache support for graphs in multiple versions
Performance - updating system versions only when needed
Performance - global search optimization
1.6.51
May 20, 2019
fixed validation errors in parameter matrix textfields
added checking parent context in get* method in context adapters
Snapshot - added sorting to parameter tags in export
1.6.50
May 16, 2019
fixed switching to not available elements in current view in user session view
fixed closing Global Search
fixed not showing button to download prepared Snapshot zip file
fixed saving entries in parameter matrix view
fixed removing effective version in HyperonEngine
fixed filtering work session id column in session list view (now works in 'starts with' mode)
fixed creating tags (names are now case insensitive)
fixed creating empty session during import even if nothing was imported
fixed messages in inspection view
snapshot - small change in import status resolving algorithm
snapshot - fixed exporting parameter matrix entries in quotes
snapshot - fixed creating multiple sessions during import
added special role (HYPERON_SUPERPACK_IMPORT) only for superpack import
added missing Refresh Watcher close method in HyperonEngineFactory
Docker - changed docker images creation algorithm. From now on, no database drivers are available in our image. Detailed description with example can be found here: https://hub.docker.com/r/hyperonio/studio