New
v1.12.0-M1
What's Changed
Breaking changes
- Remove ship migration tool by @imsdu in https://github.com/BlueBrain/nexus/pull/5282
- Remove incoming and outgoing links from metadata and indexing by @imsdu in https://github.com/BlueBrain/nexus/pull/5293
- Use project reference intead of project uri in metadata by @imsdu in https://github.com/BlueBrain/nexus/pull/5281
- Do not expose projects as regular resources by @imsdu in https://github.com/BlueBrain/nexus/pull/5283
- Do not index resolvers, list them from db and by project only by @imsdu in https://github.com/BlueBrain/nexus/pull/5284
- Do not index storages in Blazegraph and Elasticsearch by @imsdu in https://github.com/BlueBrain/nexus/pull/5285
- Do not index schemas anymore by @imsdu in https://github.com/BlueBrain/nexus/pull/5287
- Do not index views anymore by @imsdu in https://github.com/BlueBrain/nexus/pull/5288
New features / enhancements
- Update to Jena 5.2 and Json-LD 1.1 by @imsdu in https://github.com/BlueBrain/nexus/pull/5280
- Remove default Elasticsearch views and replace them with a single index by @imsdu in https://github.com/BlueBrain/nexus/pull/5272
- Introduce document routing for default index by @imsdu in https://github.com/BlueBrain/nexus/pull/5275
- Add the ability to query and get stats for the default index by @imsdu in https://github.com/BlueBrain/nexus/pull/5277
- Refactor elasticsearch plugin to better include main indexing by @imsdu in https://github.com/BlueBrain/nexus/pull/5278
Documentation
- Update README for 1.11 by @imsdu in https://github.com/BlueBrain/nexus/pull/5266
- Remove release 1.7 from docs and delete orphan files by @imsdu in https://github.com/BlueBrain/nexus/pull/5286
- Add documentation for 1.12.0-M1 by @imsdu in https://github.com/BlueBrain/nexus/pull/5294
Maintenance
- Update to SBT 1.10.7 by @imsdu in https://github.com/BlueBrain/nexus/pull/5267
- Update to Scala 2.13.16 by @imsdu in https://github.com/BlueBrain/nexus/pull/5268
- Update dependencies by @imsdu in https://github.com/BlueBrain/nexus/pull/5269
- Update sbt plugins by @imsdu in https://github.com/BlueBrain/nexus/pull/5270
- Update dependencies by @imsdu in https://github.com/BlueBrain/nexus/pull/5273
- Update to Elasticsearch 8.17 by @imsdu in https://github.com/BlueBrain/nexus/pull/5274
- Update localstack to 4.1 by @imsdu in https://github.com/BlueBrain/nexus/pull/5276
- Update tests and docs to Postgres 17.3 by @imsdu in https://github.com/BlueBrain/nexus/pull/5279
- Fix running docker compose on a laptop with a M4 chip by @imsdu in https://github.com/BlueBrain/nexus/pull/5290
- Upgrate integration tests to use Postgres 17.4 by @imsdu in https://github.com/BlueBrain/nexus/pull/5291
- Add workaround to run Blazegraph and Elasticsearch tests on M4 chip by @imsdu in https://github.com/BlueBrain/nexus/pull/5292
- Update SBT plugins by @imsdu in https://github.com/BlueBrain/nexus/pull/5295
Full Changelog: https://github.com/BlueBrain/nexus/compare/v1.11.0...v1.12.0-M1