Skip to content

Releases: hypermedia-app/talos

@hydrofoil/[email protected]

13 Nov 08:55
Compare
Choose a tag to compare

Minor Changes

  • 094d088: SPARQL Queries are adjusted to use the base URI calculated from the resource path. For example, in query /tables/generate.ru, the effective base URI would be /tables/generate/. This is to align this behavior with how static sources are parsed. In such case, rename the file to index.ru to remove the file name from resolves URIs.

  • 38c59be: Ensures trailing slash in bare-domain resources

  • 094d088: Base URI behavior changed. Now relative URIs will be resolved against the calculated base including a trailing slash. The exception is an empty <> reference which will be resolved against the base without a trailing slash.
    Use <./> to create a resource with a trailing slash.

    File path URI reference Resulting URI
    /api/people.ttl <> /api/people
    /api/people.ttl <.> /api/people
    /api/people.ttl <./> /api/people/
    /api/people.ttl <john> /api/people/john
    /api/people.ttl <#john> /api/people#john
    /api/people.ttl <../people> /api/people
    /api/people.ttl <./people> /api/people
    /api/people.ttl </projects> /projects

Patch Changes

@hydrofoil/[email protected]

13 Nov 08:55
Compare
Choose a tag to compare

Minor Changes

  • 094d088: SPARQL Queries are adjusted to use the base URI calculated from the resource path. For example, in query /tables/generate.ru, the effective base URI would be /tables/generate/. This is to align this behavior with how static sources are parsed. In such case, rename the file to index.ru to remove the file name from resolves URIs.

  • 38c59be: Ensures trailing slash in bare-domain resources

  • 094d088: Base URI behavior changed. Now relative URIs will be resolved against the calculated base including a trailing slash. The exception is an empty <> reference which will be resolved against the base without a trailing slash.
    Use <./> to create a resource with a trailing slash.

    File path URI reference Resulting URI
    /api/people.ttl <> /api/people
    /api/people.ttl <.> /api/people
    /api/people.ttl <./> /api/people/
    /api/people.ttl <john> /api/people/john
    /api/people.ttl <#john> /api/people#john
    /api/people.ttl <../people> /api/people
    /api/people.ttl <./people> /api/people
    /api/people.ttl </projects> /projects

Patch Changes

  • b4bf27e: Prettier logs
  • be8f9e4: Updated @comunica/query-sparql to v4.0.2
  • 094d088: Trailing slash in base URI is truncated when resolving relative URI references

@hydrofoil/[email protected]

02 Oct 09:44
Compare
Choose a tag to compare

Minor Changes

  • dc36bad: Rename --api to --base
  • dc36bad: Remove options --apiPath and --token
  • dc36bad: Remove put-vocabs command

Patch Changes

@hydrofoil/[email protected]

02 Oct 09:44
Compare
Choose a tag to compare

Minor Changes

  • dc36bad: Do not add hydra:apiDocumentation to resources

Patch Changes

  • c7a13b3: build(deps): bump @comunica/query-sparql from 3.2.1 to 3.2.3
  • 3d7ab56: Option to not deploy talos meta graph
  • fef6277: Downgrade anylogger to stable v1 branch

@hydrofoil/[email protected]

23 Aug 10:07
Compare
Choose a tag to compare

Patch Changes

@hydrofoil/[email protected]

23 Aug 12:40
Compare
Choose a tag to compare

Patch Changes

  • bc9e34c: Resources generated from SPARQL query would not be included in the deployment

@hydrofoil/[email protected]

23 Aug 10:07
Compare
Choose a tag to compare

Patch Changes

  • 2ba36e4: Queries wer split incorrectly causing parse errors

@hydrofoil/[email protected]

22 Aug 16:02
Compare
Choose a tag to compare

Patch Changes

@hydrofoil/[email protected]

22 Aug 16:02
Compare
Choose a tag to compare

Patch Changes

  • 9f5d521: Remove rdf-dataset-ext direct dependency
  • 49e9f3a: Add SPARQL Update support for generating resources

@hydrofoil/[email protected]

30 Jul 14:13
Compare
Choose a tag to compare

Patch Changes

  • 88b9185: By default, does not include the meta graph, with option --include-talos-meta-graph