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

Bump dotnetrdf from 3.2.1 to 3.3.0 in /dotnet #82

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2024

Bumps dotnetrdf from 3.2.1 to 3.3.0.

Release notes

Sourced from dotnetrdf's releases.

dotNetRDF v3.3.0

  • NEW: A new SPARQL query processor that works on an asynchronous enumeration approach which aims to minimize the number and size of intermediate result sets with a view to being able to support queries over larger in-memory datasets. The new implementation makes use of .NET async enumerables and thus is not supported under .NET Framework. As a result of this compatibility issue, the processor is provided in a separate NuGet package (dotNetRdf.Query.Pull) . This new processor should be considered EXPERIMENTAL with this release and is not recommended for production use.

  • ENHANCEMENT: The JSON-LD DefaultDocumentLoader static class now exposes properties to configure the maximum allowed response size and maximum number of redirects to follow when loading JSON-LD documents from the web. Under the hood the implementation has been updated to use the more modern HttpClient stack in .NET. Thanks to @​zotanmew for the report. (#650)

  • ENHANCEMENT: The QueryBuilder now optimises the generated SparqlQuery by default. Whether or not to optimize the generated query, and which optimisers to apply can be controlled through arguments to the Build method. Thanks to @​RetYn for the report. (#658)

Changelog

Sourced from dotnetrdf's changelog.

Change Log

3.3

NEW: A new SPARQL query processor that works on an asynchronous enumeration approach which aims to minimize the number and size of intermediate result sets with a view to being able to support queries over larger in-memory datasets. The new implementation makes use of .NET async enumerables and thus is not supported under .NET Framework. As a result of this compatibility issue, the processor is provided in a separate NuGet package (dotNetRdf.Query.Pull) This new processor should be considered EXPERIMENTAL with this release and is not recommended for production use.

ENHANCEMENT: The DefaultDocumentLoader static class now exposes properties to configure the maximum allowed response size and maximum number of redirects to follow when loading JSON-LD documents from the web. Under the hood the implementation has been updated to use the more modern HttpClient stack in .NET. Thanks to @​zotanmew for the report. (#650)

ENHANCEMENT: The QueryBuilder now optimises the generated SparqlQuery by default. Whether or not to optimize the generated query, and which optimisers to apply can be controlled through arguments to the Build method. Thanks to @​RetYn for the report. (#658)

Commits
  • a12eb0c Merge pull request #667 from dotnetrdf/release/v3.3.0
  • 458d53b Update description and title for NuGet package of PullQueryProcessor
  • 1165065 Flag PullQueryProcessor as experimental for this release.
  • 445f155 Merge pull request #666 from dotnetrdf/feature/664-pull-query-DESCRIBE-implem...
  • 380da25 Refactor DESCRIBE handling to support processing for PullQueryProcessor
  • b53ffbb Merge pull request #665 from dotnetrdf/release/v3.3
  • 3cfe9b3 Update dependencies
  • 8947a2b Update changelog
  • b76bfc3 Merge pull request #663 from dotnetrdf/feature/652-ordered-results
  • 12ac44d Avoid collecting all results when sorting to return a slice.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [dotnetrdf](https://github.com/dotnetrdf/dotnetrdf) from 3.2.1 to 3.3.0.
- [Release notes](https://github.com/dotnetrdf/dotnetrdf/releases)
- [Changelog](https://github.com/dotnetrdf/dotnetrdf/blob/main/ChangeLog.txt)
- [Commits](dotnetrdf/dotnetrdf@v3.2.1...v3.3.0)

---
updated-dependencies:
- dependency-name: dotnetrdf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Oct 21, 2024
Copy link
Member

@ajnelson-nist ajnelson-nist left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot merged commit 6ee78f7 into main Oct 21, 2024
16 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/dotnet/dotnetrdf-3.3.0 branch October 21, 2024 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant