Skip to content

Releases: BlueBrain/nexus

v1.8.0-M6

30 Mar 11:57
014a54b
Compare
Choose a tag to compare
v1.8.0-M6 Pre-release
Pre-release
  • Add a refresh operation for resources and schemas #3680
  • Revalidating a resource with its schema #3681
  • Allow to target automatically a subset of projects with Global search #3753
  • Adding the ability to find a resource by its id or its _self from the listing API #3747

v1.8.0-M5

10 Mar 13:49
892dfce
Compare
Choose a tag to compare
v1.8.0-M5 Pre-release
Pre-release

What's Changed

  • Improve error reporting when indexing into Elasticsearch #3677
  • Improve token error handling #3703
  • Improve delta logs and error reporting at startup #3704 #3707
  • Fix acl events error routes #3708
  • Only use LRU caches for immutable values + fix TTL for project stats cache #3731

New Contributors

Full Changelog: v1.8.0-M4...v1.8.0-M5

v1.8.0-M4

22 Feb 10:21
c373992
Compare
Choose a tag to compare
v1.8.0-M4 Pre-release
Pre-release

This is the first release of Nexus Delta with the new sourcing and indexing engine relying as PostgreSQL instead of Cassandra

v1.8.0-MX

02 Sep 15:26
4e5a887
Compare
Choose a tag to compare
v1.8.0-MX Pre-release
Pre-release

Deploy to sonatype + dockerhub test

v1.7.1

01 Jun 08:40
Compare
Choose a tag to compare

This is a bug-fix release that addresses a series of Delta issues:

  • Fetch original payload is not retrieving null values #3112
  • Unable to upload empty files using the RemoteDiskStorage #2921
  • Improve error message on remote storage errors #3254
  • ElasticSearchView resourceTag config is not taken in consideration for synchronous indexing #3266

The corresponding Fusion release notes can be found here.

Full Changelogs:
Delta: v1.7.0...v1.7.1
Fusion: v1.7.0...v1.7.1

v1.8.0-M3

30 May 13:10
37c6be0
Compare
Choose a tag to compare
v1.8.0-M3 Pre-release
Pre-release

This is a milestone release, most notable changes are:

  • ElasticSearchView resourceTag config is not taken in consideration for synchronous indexing #3266
  • Unable to upload empty files using the RemoteDiskStorage #2921
  • Update all project dependencies #3225
  • Improve error message on remote storage errors #3254
  • Add Jira in the Delta dependencies in the version endpoint #3199
  • Jira Integration - Test and handle correctly error cases #3198

Full list of closed issues for Delta can be found here.

v1.8.0-M2

09 May 13:15
163b273
Compare
Choose a tag to compare
v1.8.0-M2 Pre-release
Pre-release

This is a milestone release, most notable changes are:

  • JIRA integration: authentication support for oauth 1.0, token mapping, query and issue update through Delta #3039, #3096, #3196, #3200, #3201, #3204
  • Redirect to Fusion for resources and projects when the Accept header is text/html #3173, #3208
  • Fetch original payload is not retrieving null values #3112
  • Unable to upload empty files using the RemoteDiskStorage #2921

Full list of closed issues for delta: https://github.com/BlueBrain/nexus/issues?q=is%3Aissue+is%3Aclosed+label%3Adelta+closed%3A2022-03-15..2022-05-09+

v1.7.0

14 Mar 12:40
Compare
Choose a tag to compare

The main goal of this release is to provide support for an enhanced search experience in Fusion as well as to introduce a new extensible model to define Elasticsearch views based on pipes.

Secondary goals include:

  • Removal of the Nexus cli
  • Removal of the docker based client
  • Allow the use of an external configuration file for Delta
  • Allow deleting tags on resources
  • Allow tagging deprecated storages and views
  • Refactor graph-analytics plugin to make indexing faster
  • Add a group identifier in Elasticsearch projections of composite views

v1.6.1

29 Oct 12:30
Compare
Choose a tag to compare

This is a bug-fix release that addresses a series of issues:

  • Graph-analytics returns edges for non existing nodes #2871
  • Graph analytics is trying to resolve every link to all types of resources #2852
  • Composite key values cache is not distributed across nodes #2909
  • Shortcut Acl permission check (project -> org -> root) when address matches early #2916
  • Resource-view opens up as a side panel #2617
  • User can see all data, when the search query is empty #2875
  • A loading spinner shows up when there is a delay in fetching search results #2880
  • Label 'none of' in filter was previously mis labelled as 'any of' #2872
  • The behaviour of 'none of' filter has been fixed to avoid confusion with other filters #2898
  • Preview plugin big fix to prevent it from crashing for certain file paths #2884
  • Search bar matches query content #2874

Full Changelogs:

v1.6.0

13 Oct 13:21
94b58f6
Compare
Choose a tag to compare

Deprecations

New features / enhancements

  • Introduced a plugin to search among different projects
  • Introduced PDF, CSV, TSV and Youtube Viewer Fusion Plugins
  • Add basic authentication to access a secured Elasticsearch cluster
  • Handle user-defined queries to Blazegraph with a dedicated client
  • Introduced a plugin to analyze properties and relationships of resources within a project
  • Synchronous indexing
  • Listing of resources outside the project scope
  • The RDF parser to validate resources is now configurable
  • Automatic project provisioning
  • Introduced quotas on projects
  • Project deletion (on demand and automatic)
  • Tagging resources after deprecation

A detailed list of changes included in the release can be found in the release notes.