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