Skip to content

v0.3.0 (2022-08-31)

Latest
Compare
Choose a tag to compare
@kiivihal kiivihal released this 31 Aug 08:47
· 40 commits to main since this release

Added

  • 10f521cf hub3: added dedicated esproxy service.
  • 80c4d3be hub3: added sitemap package
  • 41309cb0 hub3: initial version of postgresql service.
  • 14c8be956 hub3: added basic support for extracting text from alto files.
  • 7b33f66fc hub3: added 'render' helper package.
  • 98ac874a5 hub3: added allowed ports filter to imageproxy
  • 3b5c13128 hub3: changed resource package name to rdf.
  • 22374e307 hub3: added support for resource based indexing to rdf.Graph
  • b56c798b7 hub3: added support for sentry.io error aggregation.
  • 497639871 hub3: bulk sparql updates support filtered by urn:private.
  • 6855f2c3e hub3: added more default namespaces to namespace package.
  • e47a6604c hub3: initial implementation of sparql service
  • 1088b1265 hub3: initial support for file package.
  • 6596f5554 hub3: added initial support for harvest.Syncer interface.
  • 44971706a hub3: initial version of generic lod resolver package.
  • 58bd58a16 hub3: Initial support for mappingxml RDF serialization format.
  • abf71ee8a hub3: added support for rdf.Graph generation from FragmentResources.
  • Add /def/ to allowed LOD redirect resources [GH-155]
  • OAI-PMH service and elasticsearch driver [GH-160]
  • Add config option to ignore certain paths from request logging. [GH-161]
  • GINGER_LOG runtime variable to log request send to the Ginger posthook endpoint [GH-167]
  • default image support for imageproxy service [GH-164]

Changed

  • 2cf6dc75 hub3: update ikuzoctl configuration objects for domain.Service.
  • e59c880b hub3: refactor for multitenancy based on OrgID across all packages
  • 3a10b33f hub3: added multi-tenant configuration support to domain.Organization
  • e373e132 hub3: move memory storage package to x
  • 9949b8a7 hub3: refactor elasticsearch storage into driver package
  • 82f2e6cf hub3: LDF always returns 'text/turtle'
  • updated github configuration [GH-133]
  • b6e9e4cd1 hub3: use ikuzo/render package in legacy handlers
  • af997e3cd hub3: update organization_config configuration
  • 9c4e90946 hub3: changed oai-pmh service to support stores.
  • 0140f7eee hub3: changed sitemap package to support stores.
  • 303eb85a1 hub3: migrate es search statistics to own sub-package.
  • /version endpoint to include orgID and better wrapper for data. [GH-156]
  • Enable default orgID as fallback [GH-157]
  • Always set modified when indexing fragments.FragmentGraph [GH-158]
  • ignore 404 logging fix + updated protobuf definition for scans [GH-163]
  • Enable harvest all datasets option in OAI-PMH service [GH-165]
  • how wikibase SPARQL-endpoints are harvested [GH-168]
  • orphan-control for mets-records [GH-164]

Removed

Fixed

  • 57a0d8ae9 hub3: fixed order for processing triples in ead processing.
  • 4a3160b27 hub3: fixes for unit tests and ikuzo server after refactor.
  • 228d44b32 hub3: fixed predictable ordering for namespace defaults.
  • pagination with LDF hypermedia controls [GH-154]
  • Fixed adding namespaces of types during graph processing [GH-159]
  • Typo in rdf:type for mappingxml serializer [GH-165]

Deprecated

  • e50ac4aea hub3: deprecate index.Client in favor of elasticsearch driver Client.

Security

  • fixed dependabot alerts and fixed gitea upgrade errors [GH-169]