Release Notes 3.2
New Features and Improvements
- Support for ISO-8859-1 added (3.2.2022-09-08-1733)
- Support for SAML Single Sign-On (SSO). See the documentation: “Configure InfoLink” -> “Single Sign-On (SSO)” (3.2.2022-08-18-1440)
- infolink.jar code signing implemented but not enabled. Contact us if you are interested in this feature (3.2.2022-08-03-1027)
- Metadata repository can now be stored in SQL Server (3.2.2022-07-11-1440)
- databaseName parameter in the configuration file specifies the name of the metadata database. It allows to use an existing database for the metadata repository (3.2.2022-07-07-0740)
- HTTPRequest supports ‘JSON -> octet-stream’ as Body type (3.2.2022-05-26-1115)
- Difference operation now supports MSSQLSource, UI implemented for the operation, the operation is documented. The Tutorials application contains an example (3.2.2022-04-08-1700)
- Console (accessible via right-clicking on a source) improved: Execute update now contains output if any and row count; you can now set Limit for Execute query (100 by default) (3.2.2022-04-06-1700)
- Matching rules in the MatchOneSource specification now have an option profile groups that shows you the result of grouping the match table by all “equal” columns. Thus, you can see the size of the largest groups. In presence of fuzzy matching comparisons, large groups can lead to very long execution time (3.2.2022-04-01-1609)
- Matching rules in the MatchOneSource specification now have an option Skip groups larger than. All groups larger than the specified number will be skipped (i.e. fuzzy matching comparisons will not be executed for such groups). Groups are defined by grouping by all “equal” columns. Leave it blank if you want all groups to be processed. This option is designed to keep the execution time of fuzzy matching rules under control (as execution time can explode in presence at least one large group) so it will have no effect for rules without fuzzy matching (3.2.2022-04-01-0902)
- MatchOneSource specification now support: (1) Clone of a matching rule (right-click on the matching rule tab and select “Clone”); (2) you can disable a matching rule by checking the Disable checkbox (3.2.2022-03-17-1654)
- Embedded version of InfoLink (3.2.2022-02-15-1201)
- Execution mode in MatchOneSource operation that can be normal or debug. See Doc - Data Matching for Dedupliation (MatchOneSource) - Executing matching specification for details (3.2.2022-02-03-1349)
- Support for user-defined comparison functions in MatchOneSource specification. See Doc - Data Matching for Dedupliation (MatchOneSource) - Matching specification - User-defined comparison functions for details (3.2.2022-02-03-1349)
- checkOut/checkIn mechanism for handling concurrent application edits and version control (3.2.2022-02-02-1625)
- StopJob operation (3.2.2022-02-02-1625)
- MessageConsumerService operation (3.2.2022-02-02-1625)
- RabbitMQSource source (3.2.2022-02-02-1625)
- JSONCollection source (3.2.2022-02-02-1625)
- SetVariable operation now supports scope (3.2.2022-02-02-1625)
- UnsetVariable operation (3.2.2022-02-02-1625)
Bug Fixes
- CSVFormat.openTable always used UTF-8 encoding (3.2.2022-09-08-1733)
- contextMenu -> cellContextMenu in DataEditor to fix a bug: Make target, etc are unresponsive in Data Editor (3.2.2022-09-07-1020)
- Unmerged successfully message in the data editor is not being displayed when the data editor is embedded into Enterworks (3.2.2022-09-06-1327)
- TryCatch throws “java.lang.IndexOutOfBoundsException: Index: 1, Size: 1” exception when run by an user with limited permissions (3.2.2022-09-06-1152)
- Data Viewer does not show custom context menu items, for example, from Data Editor (3.2.2022-09-01-1027)
- Refresh token is not stored in HTTPSource’s properties anymore preventing from an error when the source is not checked out (3.2.2022-08-18-1440)
- Cannot delete a client in the settings in case of SQL Server based metadata repository (3.2.2022-07-19-1540)
- Import columns from the source table in model specification incorrectly setting the type and standard type columns (3.2.2022-07-19-1540)
- Difference operation deletes input tables - fixed (3.2.2022-04-13-1044)
- Export to CSV in the data viewer returning standardized column names is fixed (3.2.2022-03-31-0912)
- “api/v1/oauth2/… methods cannot be called” error is fixed (3.2.2022-03-16-1120)
- “api/v1/getSourceSessionURL.jsp cannot be called” error is fixed (3.2.2022-03-15-1401)
- Memory leak in HTTPRequest operation (recursive call of makeRequest) fixed (3.2.2022-03-01-1601)
- Cannot clone from another app with error:
com.paloaltodatabases.infolink.scenario.operations.UnknownOp.<init>;(com.paloaltodatabases.infolink.master_repository.User, com.paloaltodatabases.infolink.application.Application, org.json.JSONObject)(3.2.2022-02-23-1501)
Last updated on