Skip to content

v30.21.0

Compare
Choose a tag to compare
@daschbot daschbot released this 07 Nov 13:17
7b3cf4f

30.21.0 (2024-11-07)

Maintenances

  • Dependency updates (#3412) (2d9ec5b)
  • Introduce PredicateInfoV2Builder & ReadPropertyInfoV2Builder and simplify api transformation rule (#3385) (9bc08fa)
  • Make precedence of daop for creating new Value/Resources obvious (#3380) (0b879af)
  • Minor dependency updates (#3390) (791a1d7)
  • Patch dependency updates (#3389) (97f85b2)
  • Remove KnoraApiCreateValueModel and move code to service which is directly assembling the CreateValueV2 (DEV-4305) (#3413) (34be717)
  • Remove user auth from ontology endpoints ignoring the user anyway (DEV-4292) (#3408) (2071909)
  • Start replacing Json-LD parsing with using an RDF model (#3401) (79e7194)
  • Update fuseki and app in docker-compose (#3395) (c5b0c45)

Documentation

  • Apply corporate design to repo-specific standalone docs (#3415) (f398bf8)
  • Fix docs publish CI failing on main (#3411) (263e6a4)
  • Publish API docs to github pages (#3407) (4dd46c7)

Enhancements

Bug Fixes

  • Allow creation of unformatted TextValues with language tags (DEV-4234) (#3394) (3b9a42e)
  • Attempt to optimize OntologyInferencer (DEV-4063) (#3402) (5e0f976)
  • Clarify error message when create file resources and asset is not available (#3392) (fc86f5b)
  • Fix precedence of endpoints so that /v2/resources/info is routed to the ResourceInfoEndpointHandler (#3409) (af0388e)
  • Fix reset triplestore content endpoint (DEV-2380) (#3391) (65197cd)
  • Take language into account when checking for duplicate TextValues (DEV-4264) (#3397) (7eeb9a2)

Tests

  • Migrate JsonLDUtilSpec to zio-test and move to webapi.test (#3400) (13a101d)
  • Use Authorization header instead of url parms in TestClientService (#3398) (22d433e)