Skip to content

Releases: idaholab/Deep-Lynx

1.1.5

23 Jan 16:36
Compare
Choose a tag to compare

This is a minor, non-breaking release of DeepLynx.

  • Corrected infinite login issue with JWT issue
  • Added ability to export Data Sources
  • Enabled P6 adapter configuration
  • Corrected CSRF issue

1.1.2

11 Jan 20:09
Compare
Choose a tag to compare

This is considered a minor, non-breaking release of DeepLynx.

  • Fixed timezone issue in parsing of dates via type mapping.

1.1.0

04 Jan 18:53
Compare
Choose a tag to compare

This is considered a minor, non-breaking* release of DeepLynx. This is also the first release of DeepLynx to include a Rust module - which is fantastic start to an update to performance and responsiveness.

  • Various UI bugfixes
  • Fixed reprocessing of Data Sources
  • Corrected issue causing failure to launch on Node 18+
  • Included the new dl-fast-load module - a Rust module for quickly loading data into timeseries data tables.

*non-breaking only applies to the users and data. Development of DeepLynx now necessitates the installation of Rust and users must update their own local environment to reflect that fact.

1.0.4

13 Dec 17:52
Compare
Choose a tag to compare

This is considered a minor, non-breaking release of DeepLynx. This release contains various bugfixes and it's recommended that you update your version to this release as soon as possible.

  • various performance bugfixes, primarily around edge processing and creation
  • various UI fixes
  • admin statistics dashboard added for super admins
  • introduction of materialized views for metatype keys to help solidify performance across the ontology
  • updated the included postgres containers to use version 13

1.0.3

07 Dec 14:52
Compare
Choose a tag to compare

This is considered a minor, non-breaking release of DeepLynx. Please refer to the patch notes for further information.

Patch Notes:

  • Added a history mode to the node and edges view in the graph and API
  • Added versioning to file/blob storage
  • Modified how edges are created and stored, various memory leaks patched
  • Repository functions improved
  • Various bugs patched on both administrator GUI and backend API

1.0.2

14 Nov 17:22
Compare
Choose a tag to compare

This is considered a minor, non-breaking release of DeepLynx.

  • Websocket support added, see wiki for more information
  • Edge parameterization on type mapping is now more robust and feature full
  • Node/Edge history displays on the graph viewer
  • Graph viewer improvements
  • Repository base class improved, things like joins now supported

1.0.1

17 Oct 15:53
Compare
Choose a tag to compare

This is considered a minor, non-breaking release of DeepLynx.

  • The repository pattern and base class has been refactored to be more robust and allow for things like multiple joins and nested statements
  • Corrected some ontology uploading bugs when ontology versioning was enabled
  • The foundation for edge parameterization has been created

1.0.0

10 Oct 15:11
Compare
Choose a tag to compare

This is considered a major, potentially breaking release of DeepLynx.

  • Jobs now able to be run on a separate runner instance, set by default
  • Corrected errors on GUI’s API client library
  • Added UUID’s to all ontology types in order to unify them across versions
  • Added ability to create nodes and edges in the graph view
  • Streamlined the initial graph view, now loads automatically
  • Added loading screen
  • Corrected an issue with files for nodes not loading
  • Disabled the Jazz data source completely
  • Added a timeout configuration value for HTTP poller data sources, defaults to 15 seconds
  • Various UI usability fixes
  • Removed need for compiling the webapp with certain environment variables when in bundled mode
  • Added pm2 to manage the docker instance of the server and worker processes, defaults to running them separately in forked mode
  • Added backend foundation for Type Mapping copying
  • Removed bad database lock causing deadlock issues
  • Fixed Redis caching
  • Fixed main thread workers not invalidating their caches correctly when the main thread invalidated - memory caching only and only when the jobs are ran as actual jobs (jobs should never be run separately unless there is a separate cache)
  • Completely redid how ontology importing flows, now a worker thread and async notification process
  • GUI for manual GraphQL calls to the query layer
  • Various performance fixes

0.6.0

15 Sep 16:12
Compare
Choose a tag to compare

This is considered a minor, non-breaking release of DeepLynx.

Description

  • data staging emitter corrected, data should now emit and process correctly in all situations
  • permissions on service user creation page
  • graph viewer completely redone
  • OWL file from URL should now work correctly
  • various UI bugfixes

0.5.1

08 Sep 17:57
Compare
Choose a tag to compare

This is considered a minor, non-breaking release of DeepLynx.

  • corrected memory leak on timeseries data ingestion