Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2025

Updates the requirements on bgpkit-broker to permit the latest version.

Release notes

Sourced from bgpkit-broker's releases.

v0.9.0

SDK Changes

  • Total count support: Added query_total_count() method to fetch total matching item count
    • New query_total_count() method returns total count without fetching items
    • BrokerQueryResult now includes optional total field for pagination support
    • Enables efficient count queries for pagination UI components

API Changes

  • Search result enhancement: Added total field to /v3/search endpoint response
    • API now returns the total count of matching items alongside paginated results
    • BrokerSearchResult includes total field for client-side pagination

Code Improvements

  • Refactored bootstrap download logging to centralize and clean redundant code
  • Updated oneio dependency to version 0.20.0 with specific features

Data Updates

  • Added the following recent RouteViews collectors:
    • hkix.hkg
    • ix-br.gru
Changelog

Sourced from bgpkit-broker's changelog.

v0.9.0 - 2025-10-30

SDK Changes

  • Total count support: Added query_total_count() method to fetch total matching item count
    • New query_total_count() method returns total count without fetching items
    • BrokerQueryResult now includes optional total field for pagination support
    • Enables efficient count queries for pagination UI components

API Changes

  • Search result enhancement: Added total field to /v3/search endpoint response
    • API now returns the total count of matching items alongside paginated results
    • BrokerSearchResult includes total field for client-side pagination

Code Improvements

  • Refactored bootstrap download logging to centralize and clean redundant code
  • Updated oneio dependency to version 0.20.0 with specific features

Data Updates

  • Added the following recent RouteViews collectors:
    • hkix.hkg
    • ix-br.gru

v0.8.1 - 2025-09-01

Improvements

  • Updated dependencies to the latest versions

Bug fixes

  • Fixed incorrect database initialization schema error

Data updates

  • Added getafix.mnl collector
  • Added ix-br2.gru collector

v0.8.0 - 2025-08-17

Breaking Changes

None - This release maintains API compatibility with previous versions.

API Changes

None - This release maintains API compatibility with previous versions.

... (truncated)

Commits
  • c5b0416 prepare v0.9.0 release
  • 528b370 feat: add query_total_count method to fetch total item count
  • ef5dc72 Merge pull request #79 from bgpkit/feature/add-total-field
  • 4f323b5 Merge branch 'main' into feature/add-total-field
  • 796bb38 update docker image
  • 982557e Merge pull request #78 from bgpkit/feature/add-hkix.hkg-collector
  • d9f1675 fix strict test criteria
  • 9fd16d3 add ix-br.gru collector
  • 4ba2bf0 chore: update oneio dependency to version 0.20.0 with specific features
  • 6f95012 refactor: centralize bootstrap download logging and clean redundant code
  • Additional commits viewable in compare view

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)

Updates the requirements on [bgpkit-broker](https://github.com/bgpkit/bgpkit-broker) to permit the latest version.
- [Release notes](https://github.com/bgpkit/bgpkit-broker/releases)
- [Changelog](https://github.com/bgpkit/bgpkit-broker/blob/main/CHANGELOG.md)
- [Commits](bgpkit/bgpkit-broker@v0.8.0...v0.9.0)

---
updated-dependencies:
- dependency-name: bgpkit-broker
  dependency-version: 0.9.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Nov 3, 2025
@digizeph digizeph merged commit 920dd33 into main Nov 3, 2025
3 of 4 checks passed
@digizeph digizeph deleted the dependabot/cargo/bgpkit-broker-0.9.0 branch November 3, 2025 16:08
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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants