Skip to content

Releases: BlueBrain/nexus

v1.10.0-M18

27 Aug 09:06
e41b0d5
Compare
Choose a tag to compare
v1.10.0-M18 Pre-release
Pre-release

What's Changed

Features

  • Introduce pit endpoint for Elasticsearch views by @imsdu in #5084
  • Add the ability to link a file while generating the id by @imsdu in #5088
  • Fix delegation + add the ability to tag at creation by @imsdu in #5091
  • Add the ability to delegate creation by providing an id by @imsdu in #5092
  • Allow to update files via delegation by @imsdu in #5095
  • Allow to reset event metrics indexing at startup by @imsdu in #5101
  • Add file extension to event metrics by @imsdu in #5105
  • Allow event metrics to have several actions to accomodate tagging during creation/update by @imsdu in #5106
  • Delete also the former index when restarting event metrics by @imsdu in #5111
  • Add an endpoint to return the history of a resource by @imsdu in #5116

Ship

  • Patch content type during import by @imsdu in #5090
  • Add extra padding to export file names by @imsdu in #5093
  • During import, also patch the file content type in S3 by @imsdu in #5103
  • Fix log when updating content type in S3 in ship by @imsdu in #5104
  • Skip default composite views during import by @imsdu in #5109

Documentation

  • Add missing entries in release notes by @imsdu in #5086
  • Remove mentions to remote storages in docs by @imsdu in #5097

Maintenance

Search

Full Changelog: v1.10.0-M17...v1.10.0-M18

v1.10.0-M17

07 Aug 13:45
d999215
Compare
Choose a tag to compare
v1.10.0-M17 Pre-release
Pre-release

What's Changed

Features

  • Allow to add exceptions to schema enforcement by @imsdu in #5075
  • Refactor linking operation to its new endpoint by @imsdu in #5078
  • Allow to return annotated payload for schemas by @imsdu in #5079
  • Rely on filename for incremental import by @imsdu in #5072

Bug fixes

  • Return a 400 when the file content length header is missing by @imsdu in #5081

Ship

  • Improve logs for import batch when incorrect rev happens by @imsdu in #5070

Maintenance

Search

  • Added simulationReady property to be indexed by @crisely09 in #5073
  • Add SingleNeuronSynaptome related types to whitelist of types for search by @imsdu in #5074

Full Changelog: v1.10.0-M16...v1.10.0-M17

v1.10.0-M16

26 Jul 09:44
3aaa707
Compare
Choose a tag to compare
v1.10.0-M16 Pre-release
Pre-release

What's Changed

Features

  • Partition export file to have a maximum number of events by @imsdu in #5066

Bug fixes

Nexus ship

  • Patch properly distribution including rev or tag by @imsdu in #5064
  • Patch properly distribution including rev or tag by @imsdu in #5064
  • Retry when S3 fails to copy the file during import by @imsdu in #5069

Full Changelog: v1.10.0-M15...v1.10.0-M16

v1.10.0-M15

10 Jul 13:13
e6fbd35
Compare
Choose a tag to compare
v1.10.0-M15 Pre-release
Pre-release

What's Changed

Documentation

Bug fixes

  • Provision the project against the identities endpoint by @imsdu in #5063

Nexus ship

Maintenance

Full Changelog: v1.10.0-M14...v1.10.0-M15

v1.10.0-M14

01 Jul 10:41
4709db9
Compare
Choose a tag to compare
v1.10.0-M14 Pre-release
Pre-release

What's Changed

Features

  • Prohibit from using Nexus vocab types in generic resources by @imsdu in #5046
  • Use a static config for the http client for blazegraph queries by @imsdu in #5037
  • Add the ability to extend the suite by providing additional project as a parameter by @imsdu in #5045

Documentation

Bug fixes

  • Fix delegation metadata and mediaType by @dantb in #5024
  • Add purge routine for tombstones by @imsdu in #5031
  • Make projects fields a list in suite json-ld context by @imsdu in #5047

Ship

Maintenance

  • Update dependencies for 1.10.0-M14 by @imsdu in #5032
  • Update Elasticsearch and Localstack versions for integration tests by @imsdu in #5036
  • Update to Postgres 16.3 by @imsdu in #5044

Full Changelog: v1.10.0-M13...v1.10.0-M14

v1.10.0-M13

07 Jun 15:05
7ca3da0
Compare
Choose a tag to compare
v1.10.0-M13 Pre-release
Pre-release

What's Changed

Features

  • Delegate S3 file validation and creation endpoints by @dantb in #4998

Bug fixes

  • Use the write db pool when fetching project context for write operations by @imsdu in #5018
  • Default delegation config instead of falling back to 404 by @dantb in #5019
  • Deduplicating shapes before Shacl validation by @imsdu in #5021

Ship

  • Always rewrite file paths in import batch by @imsdu in #5009
  • Show the same progress log as the final log by @imsdu in #5017

Maintenance

  • Update dependencies for 1.10.0-M13 by @imsdu in #5014

Full Changelog: v1.10.0-M12...v1.10.0-M13

v1.10.0-M12

04 Jun 13:33
069afbf
Compare
Choose a tag to compare
v1.10.0-M12 Pre-release
Pre-release

What's Changed

Features

  • Do not update resource if the payload and the provided schema have not changed by @imsdu in #5000

S3 support

  • Setting the content type on the S3 object during upload by @imsdu in #5001
  • Fix S3 file download by @imsdu in #5008

Nexus ship

  • Patch file path, content size and checksum in distributions during import batch by @shinyhappydan in #4999
  • Patch event identifiers by @imsdu in #5002
  • Patch viewIds in aggregate views by @imsdu in #5003
  • Patch iris in original payloads by @imsdu in #5005
  • Replace project references in ids when mapped by @imsdu in #5006

###Maintenance

Full Changelog: v1.10.0-M11...v1.10.0-M12

v1.10.0-M11

22 May 13:21
785c527
Compare
Choose a tag to compare
v1.10.0-M11 Pre-release
Pre-release

What's Changed

S3 support

  • Configure a global path prefix used when saving S3 files by @dantb in #4923
  • Make S3 file prefix optional in type by @dantb in #4929
  • Deal with S3 download failures by streaming files by @shinyhappydan in #4928
  • Make S3 file location relative within bucket + path independent of the prefix by @dantb in #4936
  • Make sha256 default for s3 storages by @olivergrabinski in #4950
  • Handle S3 access error gracefully with 403 by @dantb in #4954
  • Get file size from S3 after upload + fix upload by @imsdu in #4952

Nexus ship

Maintenance

Bug fixes

  • Replay the tagged state from the main node to avoid replication delays by @imsdu in #4949
  • Fallback to default value when the provided filename is empty by @imsdu in #4957
  • Add test to ensure filenames are encoded correctly in S3 by @shinyhappydan in #4955
  • Add index on types for the tombstone table by @imsdu in #4988

Search

Full Changelog: v1.10.0-M10...v1.10.0-M11

v1.10.0-M10

02 May 14:35
2eb84ec
Compare
Choose a tag to compare
v1.10.0-M10 Pre-release
Pre-release

What's Changed

Schema validation

  • Add dedicated error when there is no targeted node during schema validation by @imsdu in #4920
  • Add test to validate a brain region against an ontology by @imsdu in #4918

S3

Nexus Ship

Fixes

Maintenance

Full Changelog: v1.10.0-M9...v1.10.0-M10

v1.10.0-M9

24 Apr 08:29
546a569
Compare
Choose a tag to compare
v1.10.0-M9 Pre-release
Pre-release

What's Changed

Bug fixes

  • Respect configured database name instead of defaulting to username by @dantb in #4894

S3 Support

Nexus Ship

Maintenance

Full Changelog: v1.10.0-M8...v1.10.0-M9