Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 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 will merge this PR once it's up-to-date and CI passes on it, as requested by @langsamu.


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] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Dec 16, 2024
Copy link
Owner

@langsamu langsamu left a comment

Choose a reason for hiding this comment

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

@dependabot squash and merge

@langsamu langsamu merged commit 159fa48 into main Dec 19, 2024
1 check passed
@langsamu langsamu deleted the dependabot/nuget/dotNetRDF-3.3.0 branch December 19, 2024 12:20
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.

2 participants