3.7.2 Now Available
3.7.2 has made it to GA!
3.7.2 Has Made it to GA; get it as a standalone installer or docker image.
Version 3.7.2
Release Date : 2018-05-04
Key Highlights
- Service-Tester UI, You are now able to build unit tests for your Interlok Config from within the UI and you can export the configured unit tests for use in your CI system.
- The UI config settings editor now has a new sidebar that can be used to view metadata on any given connectable database.
- Support added for “mime-encoded” failed messages that are large
- New optional component for MongoDB for: Create, Update and Delete operation
- New optional component for Publishing to Amazon SNS topics
Bugs
INTERLOK-1094
- Intermittent Concurrent Modification Exception on applyINTERLOK-1526
- UI Config - JavaScript error when switching between form/xml on a optional componentINTERLOK-1929
- Shared-Services cannot be used as a direct child of a BranchingServiceCollection via the UIINTERLOK-2156
- JDBC StoredPreocedureProducer MSSQLServerINTERLOK-2158
- SQL Server - multi result sets not handled.INTERLOK-2159
- UI - Javadocs Tooltip links brokenINTERLOK-2163
- UI Config - Settings editor - changes to in focus settings aren’t being saved using crtl-s to save modal windowINTERLOK-2171
- S3 Uploads intermittently get “Upload Canceled” exceptionINTERLOK-2175
- 3.7.1 Introduces java.lang.IllegalArgumentException with FlatfileTransformService (and possibly others) using http urls rather than fileINTERLOK-2182
- Interlok artifact downloader does not download interlok snapshots
Improvements
INTERLOK-1655
- Introduce a “flatten mime-part” service for handling emails in conjunction with RawMailConsumerINTERLOK-1830
- [GUI] - Use new applyService for testing if availableINTERLOK-2004
- UI Config - create a settings editor sidebar that uses database metadataINTERLOK-2030
- Services that wrap services should now implement ServiceWrapperINTERLOK-2033
- Add support for Amazon SNSINTERLOK-2047
- UI Projects - add uids onto the xincs filenamesINTERLOK-2052
- UI - remove the optional interlok socket dependency from the uiINTERLOK-2053
- UI - improve the connection-to consumer/producer validation rulesINTERLOK-2068
- Add “unique-id” support to the /external/adapter/{id}/ REST API.INTERLOK-2089
- Upgrade Flyway to 4.2.0INTERLOK-2094
- New optional component for MongoDB for: Create, Update and Delete operationsINTERLOK-2095
- Investigate MongoDB Read operationINTERLOK-2108
- Make StatelessServiceWrapper/SharedService/DynamicSharedService consistent vis-a-vis continue-on-failINTERLOK-2115
- UI Config - DynamicServiceLocator helper v3.0 - use service settingsINTERLOK-2128
- Support “mime-encoded” failed messages that are large.INTERLOK-2130
- Service-tester - 2nd version which allows users to run test suite on front-end while configuringINTERLOK-2133
- Service-tester - 3rd version - allow user to run individual test cases on front-endINTERLOK-2135
- Service-tester - Use a dropdown to load the external adapterINTERLOK-2136
- Service-tester - Use a Default/Local Adapter as default for the Test ClientINTERLOK-2137
- Service-tester - add copy and paste options to test-list, test, and test-caseINTERLOK-2138
- Service-tester - Use modal to hide service test uniqueId and test clientINTERLOK-2139
- Service-tester - Improve labelling around ‘test client’INTERLOK-2160
- Service-tester - Add a filter for the tests to easily find a test and only show the failing testsINTERLOK-2161
- Do not show properties with @XStreamOmitField in the UIINTERLOK-2167
- Add a custom connection timeout property to the Standard HTTP ProducerINTERLOK-2179
- Logging service write arbitrary messages to logsINTERLOK-2180
- interlok-filesystem: TarGZip unarchive serviceINTERLOK-2122
- Logging inconsistency for StateManagedComponents vs Non State managed.INTERLOK-2151
- Documentation - update the @InputFieldHint doc pageINTERLOK-2170
- Add @InputFieldDefault annotation to the DefaultServiceNameProvider#separatorINTERLOK-2183
- FileDataInputParameter should use URLHelperINTERLOK-2184
- JdbcTimestampParameter doesn’t support nanoseconds