Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #151

Merged
merged 1 commit into from
Aug 14, 2023
Merged

Version Packages #151

merged 1 commit into from
Aug 14, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 9, 2023

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

barnard59@2.0.0

Major Changes

  • ec47a51: Monitoring flags moved before commands:

    • --enable-buffer-monitor
    • --otel-debug
    • --otel-metrics-exporter
    • --otel-metrics-interval
    • --otel-traces-exporter

    Update scripts like

    -barnard59 run pipeline.ttl --enable-buffer-monitor
    +barnard59 --enable-buffer-monitor run pipeline.ttl

Minor Changes

  • ec47a51: Common CLI flags are now support both when before and after the run command.

    For example, these two commands are now equivalent:

    barnard59 run file.ttl --verbose
    barnard59 --verbose run file.ttl
  • 03fd12a: The CLI will now discover new commands from other barnard59-* packages (re npm generic pipelines (with manifests) #85)

    See here for more details

Patch Changes

  • 9bdcb64: Enable TRACE logging level

barnard59-graph-store@1.1.0

Minor Changes

  • 03fd12a: Added a reusable put pipeline

@tpluscode tpluscode merged commit be2dc4b into master Aug 14, 2023
@tpluscode tpluscode deleted the changeset-release/master branch August 14, 2023 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant