MetaStore v1.4.4 released
published 2024-08-20
Today, we like to announce version 1.4.4 of the MetaStore service. Below, you can find the list of changes.
Bugfixes
- Upper cases in schemaIDs are no longer allowed. by @VolkerHartmann in PR 552
Dependency Upgrades
- Bump com.gorylenko.gradle-git-properties from 2.4.1 to 2.4.2 by @dependabot in PR 505
- Bump io.spring.dependency-management from 1.1.4 to 1.1.5 by @dependabot in PR 506
- Bump com.google.errorprone:error_prone_core from 2.26.1 to 2.27.1 by @dependabot in PR 507
- Bump org.mockito:mockito-core from 5.11.0 to 5.12.0 by @dependabot in PR 508
- Bump org.owasp.dependencycheck from 9.1.0 to 9.2.0 by @dependabot in PR 510
- Bump javersVersion from 7.4.2 to 7.4.3 by @dependabot in PR 511
- Bump javersVersion from 7.4.3 to 7.4.4 by @dependabot in PR 513
- Bump net.ltgt.errorprone from 3.1.0 to 4.0.0 by @dependabot in PR 515
- Bump com.google.errorprone:error_prone_core from 2.27.1 to 2.28.0 by @dependabot in PR 516
- Bump org.springframework.cloud:spring-cloud-gateway-mvc from 4.1.3 to 4.1.4 by @dependabot in PR 514
- Bump org.springframework.data:spring-data-elasticsearch from 5.2.5 to 5.3.0 by @dependabot in PR 509
- Bump javersVersion from 7.4.4 to 7.4.5 by @dependabot in PR 517
- Bump javersVersion from 7.4.5 to 7.4.6 by @dependabot in PR 518
- Bump org.springframework.data:spring-data-elasticsearch from 5.3.0 to 5.3.1 by @dependabot in PR 519
- Bump docker/build-push-action from 5 to 6 by @dependabot in PR 520
- Bump net.ltgt.errorprone from 4.0.0 to 4.0.1 by @dependabot in PR 521
- Bump javersVersion from 7.4.6 to 7.5.0 by @dependabot in PR 522
- Bump com.networknt:json-schema-validator from 1.4.0 to 1.4.2 by @dependabot in PR 523
- Bump org.springframework.boot from 3.3.0 to 3.3.1 by @dependabot in PR 524
- Bump springDocVersion from 2.5.0 to 2.6.0 by @dependabot in PR 531
- Bump io.spring.dependency-management from 1.1.5 to 1.1.6 by @dependabot in PR 534
- Bump org.owasp.dependencycheck from 9.2.0 to 10.0.2 by @dependabot in PR 535
- Bump com.networknt:json-schema-validator from 1.4.2 to 1.5.0 by @dependabot in PR 533
- Bump gradle from 8.7 to 8.8. by @VolkerHartmann in PR 536
- Bump gradle from 8.7 to 8.8 by @github-actions in PR 530
- Bump org.springframework.cloud:spring-cloud-gateway-mvc from 4.1.4 to 4.1.5 by @dependabot in PR 537
- Bump org.springframework.data:spring-data-elasticsearch from 5.3.1 to 5.3.2 by @dependabot in PR 538
- Bump com.h2database:h2 from 2.2.224 to 2.3.230 by @dependabot in PR 539
- Bump org.owasp.dependencycheck from 10.0.2 to 10.0.3 by @dependabot in PR 540
- Bump org.springframework.boot from 3.3.1 to 3.3.2 by @dependabot in PR 541
- Bump org.asciidoctor.jvm.convert from 4.0.2 to 4.0.3 by @dependabot in PR 542
- Bump com.google.errorprone:error_prone_core from 2.28.0 to 2.29.2 by @dependabot in PR 543
- Bump javersVersion from 7.5.0 to 7.6.0 by @dependabot in PR 544
- Bump com.networknt:json-schema-validator from 1.5.0 to 1.5.1 by @dependabot in PR 545
- Bump javersVersion from 7.6.0 to 7.6.1 by @dependabot in PR 546
- Bump com.google.errorprone:error_prone_core from 2.29.2 to 2.30.0 by @dependabot in PR 549
- Bump io.freefair.lombok from 8.6 to 8.7.1 by @dependabot in PR 551
- Bump io.freefair.maven-publish-java from 8.6 to 8.7.1 by @dependabot in PR 550
- Bump org.springframework.data:spring-data-elasticsearch from 5.3.2 to 5.3.3 by @dependabot in PR 554
- Bump com.h2database:h2 from 2.3.230 to 2.3.232 by @dependabot in PR 555
- Bump io.freefair.lombok from 8.7.1 to 8.10 by @dependabot in PR 556
- Bump io.freefair.maven-publish-java from 8.7.1 to 8.10 by @dependabot in PR 557
If you face any issues, please file an issue at GitHub.
MetaStore v1.4.3 released
published 2024-04-19
Today, we like to announce version 1.4.3 of the MetaStore service. Below, you can find the list of changes.
Bugfixes
- Fix bug while authentication via keycloak by @VolkerHartmann in PR 496
Dependency Upgrades
- Bump edu.kit.datamanager:service-base from 1.3.0 to 1.3.1 by @dependabot in PR 500
- Bump org.apache.commons:commons-text from 1.11.0 to 1.12.0 @dependabot in PR 498
- Bump org.springframework.boot from 3.2.4 to 3.2.5 by @dependabot in PR 499
- Bump org.springframework.cloud:spring-cloud-gateway-mvc from 4.1.2 to 4.1.3 by @dependabot in PR 497
- Bump org.springframework.data:spring-data-elasticsearch from 5.2.4 to 5.2.5 by @dependabot in PR 494
If you face any issues, please file an issue at GitHub.
MetaStore v1.4.2 released
published 2024-04-12
Today, we like to announce version 1.4.2 of the MetaStore service. Below, you can find the list of changes.
New Features
- Add licenseUri to metadata records. by @VolkerHartmann in PR 461
- Fix health endpoint to evaluate elasticsearch if needed. by @VolkerHartmann in PR 490
- Allow also AAI for docker compose. by @VolkerHartmann in PR 491
Dependency Upgrades
- Bump codecov/codecov-action from 3 to 4 by @dependabot in PR 460
- Bump com.google.errorprone:error_prone_core from 2.24.1 to 2.25.0 by @dependabot in PR 463
- Bump com.google.errorprone:error_prone_core from 2.25.0 to 2.26.1 by @dependabot in PR 477
- Bump com.networknt:json-schema-validator from 1.1.0 to 1.3.0 by @dependabot in PR 458
- Bump com.networknt:json-schema-validator from 1.3.0 to 1.4.0 by @dependabot in PR 485
- Bump commons-io:commons-io from 2.15.1 to 2.16.0 by @dependabot in PR 480
- Bump commons-io:commons-io from 2.16.0 to 2.16.1 by @dependabot in PR 488
- Bump edu.kit.datamanager:repo-core from 1.2.1 to 1.2.2 by @dependabot in PR 483
- Bump edu.kit.datamanager:service-base from 1.2.1 to 1.3.0 by @dependabot in PR 492
- Bump gradle from 8.2.1 to 8.7 by @github-actions in PR 487
- Bump io.freefair.lombok from 8.4 to 8.6 by @dependabot in PR 465
- Bump io.freefair.maven-publish-java from 8.4 to 8.6 by @dependabot in PR 464
- Bump javersVersion from 7.3.7 to 7.3.8 by @dependabot in PR 467
- Bump javersVersion from 7.3.8 to 7.4.0 by @dependabot in PR 470
- Bump javersVersion from 7.4.0 to 7.4.2 by @dependabot in PR 475
- Bump org.apache.tika:tika-core from 2.9.1 to 2.9.2 by @dependabot in PR 479
- Bump org.asciidoctor.jvm.convert from 4.0.1 to 4.0.2 by @dependabot in PR 457
- Bump org.mockito:mockito-core from 5.8.0 to 5.10.0 by @dependabot in PR 459
- Bump org.mockito:mockito-core from 5.10.0 to 5.11.0 by @dependabot in PR 469
- Bump org.owasp.dependencycheck from 9.0.8 to 9.0.9 by @dependabot in PR 456
- Bump org.owasp.dependencycheck from 9.0.9 to 9.1.0 by @dependabot in PR 473
- Bump org.postgresql:postgresql from 42.7.1 to 42.7.2 by @dependabot in PR 468
- Bump org.postgresql:postgresql from 42.7.2 to 42.7.3 by @dependabot in PR 472
- Bump springDocVersion from 2.3.0 to 2.5.0 by @dependabot in PR 476
- Bump org.springframework.boot from 3.2.1 to 3.2.2 by @dependabot in PR 455
- Bump org.springframework.boot from 3.2.2 to 3.2.3 by @dependabot in PR 466
- Bump org.springframework.boot from 3.2.3 to 3.2.4 by @dependabot in PR 478
- Bump org.springframework.cloud:spring-cloud-gateway-mvc from 4.1.1 to 4.1.2 by @dependabot in PR 484
- Bump org.springframework.data:spring-data-elasticsearch from 5.2.2 to 5.2.3 by @dependabot in PR 462
- Bump org.springframework.data:spring-data-elasticsearch from 5.2.3 to 5.2.4 by @dependabot in PR 474
If you face any issues, please file an issue at GitHub.
MetaStore v1.4.1 released
published 2024-01-13
Today, we like to announce version 1.4.1 of the MetaStore service. Below, you can find the list of changes.
New Features
- Migrate to GitHub Packages
Dependency Upgrades
- Bump org.asciidoctor.jvm.convert from 3.3.2 to 4.0.0 by @dependabot in PR 447
- Bump org.asciidoctor.jvm.convert from 4.0.0 to 4.0.1 by @dependabot in PR 449
- Bump com.google.errorprone:error_prone_core from 2.23.0 to 2.24.0 by @dependabot in PR 443
- Bump com.google.errorprone:error_prone_core from 2.24.0 to 2.24.1 by @dependabot in PR 446
- Bump javersVersion from 7.3.6 to 7.3.7 by @dependabot in [PR 444(https://github.com/kit-data-manager/metastore2/pull/444)
- Bump org.owasp.dependencycheck from 9.0.7 to 9.0.8 by @dependabot in PR 448
- Bump org.springframework.boot from 3.2.0 to 3.2.1 by @dependabot in PR 442
- Bump org.springframework.cloud:spring-cloud-gateway-mvc from 4.1.0 to 4.1.1 by @dependabot in PR 441
- Bump org.springframework.data:spring-data-elasticsearch from 5.2.1 to 5.2.2 by @dependabot in PR 450
If you face any issues, please file an issue at GitHub.
MetaStore v1.4.0 released
published 2023-12-19
Today, we like to announce version 1.4.0 of the MetaStore service. Below, you can find the list of changes.
Bugfixes
- Filter now combines resourceID AND schemaID instead of OR (#401)
New Features
- Enable authentication for RabbitMQ (#430)
- Add internal landing page
- Add configuration for redirecting landing page alternatively to external site
- Refine return messages for REST (#399, #402, #403)
- Check usage of schema before deleting (#400)
- Use softlink to jar file in start script
- Metadata schema identifiers support lowercase only
- Endpoints for collections (/api/v1/schemas/, /api/v1/metadata/) are available again. (In addition to /api/v1/schemas and /api/v1/metadata)
Dependency Upgrades
- Bump com.networknt:json-schema-validator from 1.0.85 to 1.0.86 by @dependabot in PR 348
- Bump com.h2database:h2 from 2.1.214 to 2.2.220 by @dependabot in PR 349
- Bump gradle from 7.6.1 to 8.2.1. by @VolkerHartmann in PR 355
- Bump to gradle from 7.6.1 to 8.2.1 by @github-actions in PR 354
- Bump org.springframework.boot from 3.1.0 to 3.1.1 by @github-actions in PR 358
- Bump io.spring.dependency-management from 1.1.0 to 1.1.1 by @dependabot in PR 356
- Bump io.spring.dependency-management from 1.1.1 to 1.1.2 by @dependabot in PR 359
- Bump io.freefair.maven-publish-java from 8.1.0 to 8.2.2 by @dependabot in PR 364
- Bump io.spring.dependency-management from 1.1.2 to 1.1.3 by @dependabot in PR 362
- Bump com.google.errorprone:error_prone_core from 2.20.0 to 2.21.1 by @dependabot in PR 361
- Bump springDocVersion from 2.1.0 to 2.2.0 by @dependabot in PR 360
- Bump io.freefair.lombok from 8.1.0 to 8.2.2 by @dependabot in PR 363
- Bump docker/setup-buildx-action from 2 to 3 by @dependabot in PR 374
- Bump crazy-max/ghaction-docker-meta from 4 to 5 by @dependabot in PR 371
- Bump actions/checkout from 3 to 4 by @dependabot in PR 370
- Bump docker/setup-qemu-action from 2 to 3 by @dependabot in PR 373
- Bump docker/login-action from 2 to 3 by @dependabot in PR 372
- Bump org.apache.tika:tika-core from 2.8.0 to 2.9.0 by @dependabot in PR 369
- Bump io.freefair.maven-publish-java from 8.2.2 to 8.3 by @dependabot in PR 368
- Bump org.mockito:mockito-core from 5.4.0 to 5.5.0 by @dependabot in PR 366
- Bump io.freefair.lombok from 8.2.2 to 8.3 by @dependabot in PR 365
- Bump org.owasp.dependencycheck from 8.3.1 to 8.4.0 by @dependabot in PR 367
- Bump com.networknt:json-schema-validator from 1.0.86 to 1.0.87 by @dependabot in PR 376
- Bump com.h2database:h2 from 2.2.220 to 2.2.224 by @dependabot in PR 375
- Bump com.google.errorprone:error_prone_core from 2.21.1 to 2.22.0 by @dependabot in PR 377
- Bump commons-io:commons-io from 2.13.0 to 2.14.0 by @dependabot in PR 379
- Bump docker/build-push-action from 4 to 5 by @dependabot in PR 378
- Bump io.freefair.lombok from 8.3 to 8.4 by @dependabot in PR 380
- Bump org.mockito:mockito-core from 5.5.0 to 5.6.0 by @dependabot in PR 381
- Bump io.freefair.maven-publish-java from 8.3 to 8.4 by @dependabot in PR 382
- Bump org.apache.tika:tika-core from 2.9.0 to 2.9.1 by @dependabot in PR 385
- Bump org.owasp.dependencycheck from 8.4.0 to 8.4.2 by @dependabot in PR 384
- Bump com.google.errorprone:error_prone_core from 2.22.0 to 2.23.0 by @dependabot in PR 383
- Bump org.springframework.boot from 3.1.1 to 3.1.5 by @dependabot in PR 386
- Bump commons-io:commons-io from 2.14.0 to 2.15.0 by @dependabot in PR 389
- Bump org.apache.commons:commons-text from 1.10.0 to 1.11.0 by @dependabot in PR 390
- Bump org.mockito:mockito-core from 5.6.0 to 5.7.0 by @dependabot in PR 391
- Bump io.spring.dependency-management from 1.1.3 to 1.1.4 by @dependabot in PR 392
- Bump org.owasp.dependencycheck from 8.4.2 to 8.4.3 by @dependabot in PR 394
- Bump org.owasp.dependencycheck from 8.4.3 to 9.0.1 by @dependabot in PR 397
- Bump org.postgresql:postgresql from 42.6.0 to 42.7.0 by @dependabot in PR 398
- Bump actions/setup-java from 3 to 4 by @dependabot in PR 404
- Bump org.mockito:mockito-core from 5.7.0 to 5.8.0 by @dependabot in PR 405
- Bump commons-io:commons-io from 2.15.0 to 2.15.1 by @dependabot in PR 406
- Bump springDocVersion from 2.2.0 to 2.3.0 by @dependabot in PR 407
- Bump org.owasp.dependencycheck from 9.0.1 to 9.0.2 by @dependabot in PR 408
- Bump org.springframework.boot from 3.1.5 to 3.2.0 by @dependabot in PR 396
- Bump com.networknt:json-schema-validator from 1.0.87 to 1.0.88 by @dependabot in PR 423
- Bump org.postgresql:postgresql from 42.7.0 to 42.7.1 by @dependabot in PR 424
- Bump org.owasp.dependencycheck from 9.0.2 to 9.0.4 by @dependabot in PR 425
- Bump javersVersion from 7.0.0 to 7.3.6 by @dependabot in PR 433
- Bump org.springframework.data:spring-data-elasticsearch from 5.1.0 to 5.2.0 by @dependabot in PR 434
- Bump github/codeql-action from 2 to 3 by @dependabot in PR 436
- Bump org.springframework.data:spring-data-elasticsearch from 5.2.0 to 5.2.1 by @dependabot in PR 437
- Bump org.owasp.dependencycheck from 9.0.4 to 9.0.7 by @dependabot in PR 438
- Bump com.networknt:json-schema-validator from 1.0.88 to 1.1.0 by @dependabot in PR 439
If you face any issues, please file an issue at GitHub.
MetaStore v1.3.0 released
published 2023-07-07
Today, we like to announce version 1.3.0 of the MetaStore service. Below, you can find the list of changes.
New Features
- Add context path ‘metastore’ as default.
- Add support for JSON Schema 2020-12 by @VolkerHartmann in PR 341
Bugfixes
- Fixed: allowing empty SID in ACLs
- While updating a schema record label, definition and comment could be removed. by @VolkerHartmann in PR 340
Dependency Upgrades
- Auto update github actions. by @github-actions in PR 288
- Bump actions/checkout from 2 to 3 by @dependabot in PR 291
- Bump actions/setup-java from 2 to 3 by @dependabot in PR 346
- Bump codecov/codecov-action from 1 to 3 by @dependabot in PR 303
- Bump com.google.errorprone:error_prone_core from 2.18.0 to 2.20.0 by @dependabot in PR 332
- Bump com.networknt:json-schema-validator from 1.0.79 to 1.0.85 by @dependabot in PR 343
- Bump commons-io:commons-io from 2.11.0 to 2.13.0 by @dependabot in PR 322
- Bump crazy-max/ghaction-docker-meta from 1 to 4 by @dependabot in PR 293
- Bump docker/build-push-action from 2 to 4 by @dependabot in PR 292
- Bump docker/login-action from 1 to 2 by @dependabot in PR 305
- Bump docker/setup-buildx-action from 1 to 2 by @dependabot in PR 290
- Bump docker/setup-qemu-action from 1 to 2 by @dependabot in PR 289
- Bump github/codeql-action from 1 to 2 by @dependabot in PR 304
- Bump io.freefair.lombok from 8.0.1 to 8.1.0 by @dependabot in PR 342
- Bump io.freefair.maven-publish-java from 8.0.1 to 8.1.0 by @dependabot in PR 344
- Bump net.dona.doip:doip-sdk from 2.1.0 to 2.2.0 by @dependabot in PR 307
- Bump net.ltgt.errorprone from 3.0.1 to 3.1.0 by @dependabot in PR 309
- Bump org.apache.tika:tika-core from 2.7.0 to 2.8.0 by @dependabot in PR 313
- Bump org.mockito:mockito-core from 5.3.0 to 5.4.0 by @dependabot in PR 323
- Bump org.owasp.dependencycheck from 8.2.1 to 8.3.1 by @dependabot in PR 333
- Bump org.springframework:spring-messaging from 5.3.26 to 5.3.27 by @dependabot in PR 285
- Bump org.springframework.cloud:spring-cloud-gateway-mvc from 3.1.6 to 3.1.7 by @dependabot in PR 311
- Bump org.springframework.cloud:spring-cloud-starter-config from 3.1.6 to 3.1.7 by @dependabot in PR 312
- Bump org.springframework.cloud:spring-cloud-starter-netflix-eureka-client from 3.1.5 to 3.1.6 by @dependabot in PR 310
- Bump org.springframework.data:spring-data-elasticsearch from 4.4.10 to 4.4.13 by @dependabot in PR 324
- Bump to spring boot3 by @VolkerHartmann in PR 319
If you face any issues, please file an issue at GitHub.
MetaStore v1.2.3 released
published 2023-04-13
Today, we like to announce version 1.2.3 of the MetaStore service. Below, you can find the list of changes.
New Features
- Add CITATION.cff by @github-actions in Issue 235
- Allow cli arguments for start script
- Enable configuration to organize internal storage of metadata documents Issue 236
Bugfixes
- Setting the version number when updating a schema overwrites the original document. by @github-actions in Issue 245
- Trace log may slow down service. Issue 233
- Calling REST-Endpoint for UI fails if no page information is provided. Issue 264
- Problem running MetaStore standalone in a docker container. Issue 270
Dependency Upgrades
- Bump com.networknt:json-schema-validator from 1.0.77 to 1.0.78 by @dependabot in PR 240
- Bump org.springframework.cloud:spring-cloud-starter-config from 3.1.5 to 3.1.6 by @dependabot in PR 239
- Bump org.springframework.data:spring-data-elasticsearch from 4.4.8 to 4.4.9 by @dependabot in PR 238
- Bump org.owasp.dependencycheck from 8.1.0 to 8.1.2 by @dependabot in PR 237
- Bump org.mockito:mockito-core from 5.1.1 to 5.2.0 by @dependabot in PR 244
- Bump springDocVersion from 1.6.14 to 1.6.15 by @dependabot in PR 243
- Bump edu.kit.datamanager:repo-core from 1.1.1 to 1.1.2 by @dependabot in PR 252
- Bump org.springframework:spring-messaging from 5.3.25 to 5.3.26 by @dependabot in PR 251
- Bump org.postgresql:postgresql from 42.5.4 to 42.6.0 by @dependabot in PR 250
- Bump javersVersion from 6.11.0 to 6.12.0 by @dependabot in PR 249
- Bump edu.kit.datamanager:service-base from 1.1.0 to 1.1.1 by @dependabot in PR 248
- Bump org.springframework.boot from 2.7.9 to 2.7.10 by @dependabot in PR 259
- Bump org.owasp.dependencycheck from 8.1.2 to 8.2.1 by @dependabot in PR 260
- Bump javersVersion from 6.12.0 to 6.13.0 by @dependabot in PR 262
- Bump io.freefair.lombok from 6.6.3 to 8.0.1 by @dependabot in PR 263
- Bump io.freefair.maven-publish-java from 6.6.3 to 8.0.1 by @dependabot in PR 261
- Bump org.springframework.data:spring-data-elasticsearch from 4.4.9 to 4.4.10 by @dependabot in PR 269
- Bump com.networknt:json-schema-validator from 1.0.78 to 1.0.79 by @dependabot in PR 268
- Bump javersVersion from 6.13.0 to 6.14.0 by @dependabot in PR 267
- Bump springDocVersion from 1.6.15 to 1.7.0 by @dependabot in PR 266
- Bump to gradle from 7.6 to 7.6.1 by @github-actions in PR 266
- Bump org.mockito:mockito-core from 5.2.0 to 5.3.0 by @dependabot in PR 276
If you face any issues, please file an issue at GitHub.
MetaStore v1.2.2 released
published 2023-02-28
Today, we like to announce version 1.2.2 of the MetaStore service. Below, you can find the list of changes.
New Features
- Make repo paths relative to installation path by default. by @VolkerHartmann in https://github.com/kit-data-manager/metastore2/pull/217
- Add link to usage of external web frontend. by @VolkerHartmann in https://github.com/kit-data-manager/metastore2/pull/231
Bugfixes
- Fix typos in Readme by @giulioturetta in https://github.com/kit-data-manager/metastore2/pull/216
- Add configuration for running service behind a proxy. by @VolkerHartmann in https://github.com/kit-data-manager/metastore2/pull/230
Dependency Upgrades
- Bump org.springframework.cloud:spring-cloud-starter-netflix-eureka-client from 3.1.4 to 3.1.5 by @dependabot in https://github.com/kit-data-manager/metastore2/pull/229
- Bump org.springframework.boot from 2.7.8 to 2.7.9 by @dependabot in https://github.com/kit-data-manager/metastore2/pull/228
- Bump org.springframework.cloud:spring-cloud-gateway-mvc from 3.1.5 to 3.1.6 by @dependabot in https://github.com/kit-data-manager/metastore2/pull/227
- Bump io.freefair.maven-publish-java from 6.6.2 to 6.6.3 by @dependabot in https://github.com/kit-data-manager/metastore2/pull/226
- Bump io.freefair.lombok from 6.6.1 to 6.6.3 by @dependabot in https://github.com/kit-data-manager/metastore2/pull/225
- Bump org.postgresql:postgresql from 42.5.3 to 42.5.4 by @dependabot in https://github.com/kit-data-manager/metastore2/pull/224
- Bump io.freefair.maven-publish-java from 6.6.1 to 6.6.2 by @dependabot in https://github.com/kit-data-manager/metastore2/pull/223
- Bump javersVersion from 6.9.1 to 6.11.0 by @dependabot in https://github.com/kit-data-manager/metastore2/pull/222
- Bump org.springframework.data:spring-data-elasticsearch from 4.4.7 to 4.4.8 by @dependabot in https://github.com/kit-data-manager/metastore2/pull/221
- Bump com.networknt:json-schema-validator from 1.0.76 to 1.0.77 by @dependabot in https://github.com/kit-data-manager/metastore2/pull/220
If you face any issues, please file an issue at GitHub.
MetaStore v1.2.1 released
published 2023-02-13
Today, we like to announce version 1.2.1 of the MetaStore service. Below, you can find the list of changes.
New Features
- Manage framework including search with docker compose. by @github-actions in https://github.com/kit-data-manager/metastore2/pull/211
Bugfixes
- Fix key for SIDs inside elastic document. by @VolkerHartmann in https://github.com/kit-data-manager/metastore2/pull/213
Dependency Upgrades
- Bump org.apache.tika:tika-core from 2.6.0 to 2.7.0 by @dependabot in https://github.com/kit-data-manager/metastore2/pull/207
- Bump org.mockito:mockito-core from 5.1.0 to 5.1.1 by @dependabot in https://github.com/kit-data-manager/metastore2/pull/206
- Bump javersVersion from 6.8.2 to 6.9.1 by @dependabot in https://github.com/kit-data-manager/metastore2/pull/205
- Bump org.postgresql:postgresql from 42.5.1 to 42.5.3 by @dependabot in https://github.com/kit-data-manager/metastore2/pull/204
- Bump org.owasp.dependencycheck from 8.0.2 to 8.1.0 by @dependabot in https://github.com/kit-data-manager/metastore2/pull/212
If you face any issues, please file an issue at GitHub.
MetaStore v1.2.0 released
published 2023-02-03
Today, we like to announce version 1.2.0 of the MetaStore service. Below, you can find the list of changes.
New Features
- Add proxy for authenticated search via elasticsearch
- Add commandline parser for reindexing elasticsearch
- Add actuator endpoints for info and health (https://github.com/kit-data-manager/metastore2/issues/184)
Bugfixes
- Invalid input for resource identifier causes NPE (https://github.com/kit-data-manager/metastore2/issues/198)
- Hibernate validation was not enabled by default. (https://github.com/kit-data-manager/metastore2/issues/191)
- Check metadata directory for valid entry during startup (https://github.com/kit-data-manager/metastore2/issues/185)
Dependency Upgrades
- Bump commons-text from 1.9 to 1.10.0
- Bump gradle from 7.5.1 to 7.6. by @VolkerHartmann in https://github.com/kit-data-manager/metastore2/pull/172
- Bump httpclient from 4.5.13 to 4.5.14 by @dependabot in https://github.com/kit-data-manager/metastore2/pull/145
- Bump io.freefair.lombok from 6.6 to 6.6.1 by @dependabot in https://github.com/kit-data-manager/metastore2/pull/150
- Bump io.freefair.lombok from 6.5.1 to 6.6 by @dependabot in https://github.com/kit-data-manager/metastore2/pull/138
- Bump io.freefair.maven-publish-java from 6.5.1 to 6.6.1 by @dependabot in https://github.com/kit-data-manager/metastore2/pull/155
- Bump io.spring.dependency-management from 1.0.14.RELEASE to 1.1.0
- Bump javersVersion from 6.6.5 to 6.8.2 by @dependabot in https://github.com/kit-data-manager/metastore2/pull/164
- Bump json-schema-validator from 1.0.73 to 1.0.76 by @dependabot in https://github.com/kit-data-manager/metastore2/pull/154
- Bump mockito-core from 4.8.1 to 5.1.0 by @dependabot in https://github.com/kit-data-manager/metastore2/pull/194
- Bump org.owasp.dependencycheck from 7.3.0 to 8.0.2 by @dependabot in https://github.com/kit-data-manager/metastore2/pull/176
- Bump org.springframework.boot from 2.7.6 to 2.7.8 by @dependabot in https://github.com/kit-data-manager/metastore2/pull/188
- Bump postgresql from 42.5.0 to 42.5.1
- Bump repo-core from 1.0.4 to 1.1.1 by @dependabot in https://github.com/kit-data-manager/metastore2/pull/195
- Bump service-base from 1.0.7 to 1.1.0. by @VolkerHartmann in https://github.com/kit-data-manager/metastore2/pull/175
- Bump SpringBoot from 2.7.4 to 2.7.6 by @VolkerHartmann in https://github.com/kit-data-manager/metastore2/pull/143
- Bump springDocVersion from 1.6.11 to 1.6.14 by @dependabot in https://github.com/kit-data-manager/metastore2/pull/166
- Bump spring-cloud-starter-config from 3.1.4 to 3.1.5
- Bump spring-cloud-gateway-mvc from 3.1.4 to 3.1.5 by @dependabot in https://github.com/kit-data-manager/metastore2/pull/197
- Bump spring-data-elasticsearch from 4.4.6 to 4.4.7 by @dependabot in https://github.com/kit-data-manager/metastore2/pull/193
- Bump spring-messaging from 5.3.23 to 5.3.25 by @dependabot in https://github.com/kit-data-manager/metastore2/pull/163
- Bump spring-restdocs-mockmvc:from 2.0.6.RELEASE to 2.0.7.RELEASE
- Bump spring-security-config from 5.5.2 to 5.7.5
- Bump spring-security-web from 5.7.2 to 5.7.5
- Bump tika-core from 1.2.7 to 2.6.0
- Bump xercesImpl from 2.12.1 to 2.12.2
If you face any issues, please file an issue at GitHub.
MetaStore v1.1.0 released
published 2022-10-17
Today, we like to announce version 1.1.0 of the MetaStore service. Below, you can find the list of changes.
Security
- Switch to ‘eclipse-temurin’ for docker due to end of support for ‘openjdk’.
Added
- More specific messages for creating/updating metadata documents.
- Add ACL info for services to enable authorization.
- Support for Keycloak tokens.
Changed
- Update to service-base 1.0.7
- Update to repo-core 1.0.4
- Update to javers 6.6.5
- Update to io.freefair.lombok 6.5.1
- Update to org.owasp.dependencycheck 7.2.1
- Update to spring-boot 2.7.4
- Update to spring-doc 1.6.11
- Update to spring-cloud 3.1.4
- Update to spring-messaging 5.3.23
- Update to postgresql 42.5.0
- Update to h2 2.1.214
- Update to gradle version 7.5.1
- Remove powermock
- Support for Java 17 (tests)
- Remove jwt libraries (already part of service-base).
If you face any issues, please file an issue at GitHub.
MetaStore v1.0.1 released
published 2022-06-17
Today, we like to announce version 1.0.1 of the MetaStore service. Below, you can find the list of changes.
Security
- Update to h2 2.1.212:
- Please migrate your database if you want to update MetaStore while using h2!
See: https://h2database.com/html/migration-to-v2.html
Changed
- Update to service-base 1.0.3
- Changed some labels in GUI
Fixed
- Docker: Add support for M1 chip architecture (issue #107)
- Access public documents of other users is broken.(issue #100)
- Fix bug ignoring type of related resource. (issue #105)
- Fix bug not hiding revoked resources in listings.
- Fix bugs using Swagger UI for REST calls.
- Fix typos in documentation.
If you face any issues, please file an issue at GitHub.
MetaStore v1.0.0 released
published 2022-03-29
Today, we like to announce version 1.0.0 of the MetaStore service. Below, you can find the list of changes.
Added
- Finalized version of MetaStoreGui
- Allow also IDs for metadata documents (issue #76)
- Access filter for monitoring.
Changed
- Update to repo-core 1.0.2
- Update to service-base 1.0.1
- Update to postgresql 42.2.25
- Downgrade library due to some issues regarding validation
- json-schema-validator 1.0.64. -> 1.0.59 (issue #77)
Fixed
- Fix bug listing resources without proper authorization (issue #71)
- Fix bug listing all metadata documents related to a specific schema
- Fix a bug that can cause the metadata document/schema to become invalid due to an update. (issue #78)
- Fix bug with path in Windows. (issue #88)
- CSRF is now disabled by default. (issue #70)
- Check ACLs while creating/updating records (issue #39)
- Added missing spaces to swagger-ui.### Changed
- Truncating service-assigned times to milliseconds for compatibility reasons
- Change of messaging property names including documentation
- Update to service-base 0.2.0
- Update to generic-message-consumer 0.2.0
If you face any issues, please file an issue at GitHub.