Skip to content

Releases: zazuko/barnard59

[email protected]

29 Dec 08:25
cb2acc2
Compare
Choose a tag to compare

Minor Changes

  • 4b9ce9d: Allow getObject and putObject operations to be used inside a barnard59 pipeline, as they are now returning a stream.
    They can be used at any place in the list of steps, as it will not change anything in the stream.

    The getStreamObject operation is also now available, which returns a stream of a S3 object.
    This can be used to create a stream, where you can then transform by using other barnard59 operations.

    To upload a stream to S3, you will need to first write the stream to a file and then use putObject to upload the file to S3.

[email protected]

27 Dec 12:37
Compare
Choose a tag to compare

Patch Changes

  • ae574b8: Steps using simplified syntax would not be found when running a globally installed pipeline command

[email protected]

22 Dec 08:33
Compare
Choose a tag to compare

Patch Changes

  • 89fa4fb: Fix: running from global installation did not work

[email protected]

20 Dec 13:04
Compare
Choose a tag to compare

Minor Changes

  • e7b1cc1: Adds the ability to run b59 extension commands from global installation (NPM-only)

Patch Changes

[email protected]

20 Dec 13:05
Compare
Choose a tag to compare

Patch Changes

[email protected]

20 Dec 13:05
Compare
Choose a tag to compare

Minor Changes

  • f883060: When fetching shapes, code:imports declarations are resolved and merged with the graph

Patch Changes

[email protected]

20 Dec 13:05
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • 898c80f: Use barnard59-env instead of @zazuko/env(-node).

    Remove direct dependency on @rdfjs/formats-common

  • 898c80f: Remove dependency on rdf-utils-fs and use it via barnard59-env

  • 1bfec3c: rdf:open would not apply resource URL as base when parsing

  • Updated dependencies [5a70d2b]

  • Updated dependencies [5a70d2b]

[email protected]

20 Dec 13:05
Compare
Choose a tag to compare

Minor Changes

  • 5a70d2b: Added type namespace builders of Zazuko vocabularies
  • 5a70d2b: Bundle type declarations (source migrated to TypeScript)

[email protected]

20 Dec 13:05
Compare
Choose a tag to compare

Minor Changes

  • f883060: When fetching shapes, code:imports declarations are resolved and merged with the graph

Patch Changes

[email protected]

20 Dec 13:04
Compare
Choose a tag to compare

Minor Changes

  • 5a70d2b: Bundle type declarations (source migrated to TypeScript)

Patch Changes

  • 5a70d2b: Updated rdf-loaders-registry
  • 5a70d2b: Updated rdf-loader-code
  • 5a70d2b: Replace lodash/once with onetime
  • 1bfec3c: Hook default logger to anylogger to simplify 3rd party lib logging