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 urlfrontier-API from 1.2 to 2.0 #62

Merged

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 2, 2022

Bumps urlfrontier-API from 1.2 to 2.0.

Release notes

Sourced from urlfrontier-API's releases.

What's new in URLFrontier 2.0

This is the first release named 2.x and a major step towards URL Frontier 2, which is being funded through the NGI0 Discovery Fund.

The main goal of this release was to introduce the concept of a distributed frontier in the API and have an implementation of the service which could work in a distributed fashion. For the latter, we implemented a service based on Apache Ignite. Ignite handles the detection of nodes, replication, failure management as well as key value storage. In addition, we used Apache Lucene for ordering and accessing the URLs within a queue.

The main changed to the API are the addition of the listNodes endpoint to return the list of nodes in the Frontier cluster, as well as the addition of a local field in most of the messages used by the API. This is in order to determine whether the corresponding action (e.g. GetStats) should be applied to the cluster as a whole (by default) or only to the targeted node.

The other two implementations of the service (Memory and RocksDB) work as previously.

The next releases will be focusing on robustness and resilience.

Commits
  • 8bcbc8a [maven-release-plugin] prepare release urlfrontier-2.0
  • 6a6779b [maven-release-plugin] rollback the release of urlfrontier-2.0
  • 22483f1 [maven-release-plugin] prepare for next development iteration
  • e4bca7c [maven-release-plugin] prepare release urlfrontier-2.0
  • 83b1d75 pre-2.0 release
  • 834e2bf Update dockerhub.yml
  • 9479e85 Lucene 8 for Java 8
  • 28690b2 do not reindex on init + refresh manager only per getURLs call
  • 55dfd64 Handles CRUD for Lucene via listeners; various bugfixes and improvements
  • 7359b6b Own implementation of search using Lucene instead of Ignite's mechanism
  • 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 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 [urlfrontier-API](https://github.com/crawler-commons/url-frontier) from 1.2 to 2.0.
- [Release notes](https://github.com/crawler-commons/url-frontier/releases)
- [Commits](crawler-commons/url-frontier@urlfrontier-1.2...urlfrontier-2.0)

---
updated-dependencies:
- dependency-name: com.github.crawler-commons:urlfrontier-API
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 2, 2022
@rzo1 rzo1 merged commit 885986c into master May 4, 2022
@dependabot dependabot bot deleted the dependabot/maven/com.github.crawler-commons-urlfrontier-API-2.0 branch May 4, 2022 09:39
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant