Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2025

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

Release notes

Sourced from bgpkit-broker's releases.

v0.10.1

Configuration management

  • Added BrokerConfig struct for centralized configuration management
    • Consolidates all environment variable configuration into a single struct
    • Provides from_env() method for loading configuration at startup
    • Includes display_summary() method for logging configuration state
    • Sub-configs: CrawlerConfig, BackupConfig, HeartbeatConfig, NatsConfig, DatabaseConfig

Crawler improvements

  • Added configurable concurrency for crawler operations
    • BGPKIT_BROKER_CRAWLER_COLLECTOR_CONCURRENCY - Number of collectors to crawl simultaneously (default: 2)
    • BGPKIT_BROKER_CRAWLER_MONTH_CONCURRENCY - Number of months to crawl in parallel per collector (default: 2, primarily affects bootstrap)
  • Reduced default concurrency from 5 collectors / 10 months to 2/2 to avoid rate limiting

CLI improvements

  • Added update timing and performance logging
    • Logs completion time, items inserted, and percentage of update interval used
    • Warns when update time exceeds 80% of interval or exceeds interval entirely
  • Enhanced startup logging to display all non-secret configuration values
  • Disabled ANSI color codes in log output for better compatibility with non-terminal environments

Database improvements

  • Added index on meta.update_ts column for faster meta table queries and cleanup operations
Changelog

Sourced from bgpkit-broker's changelog.

v0.10.1 - 2025-12-03

Configuration management

  • Added BrokerConfig struct for centralized configuration management
    • Consolidates all environment variable configuration into a single struct
    • Provides from_env() method for loading configuration at startup
    • Includes display_summary() method for logging configuration state
    • Sub-configs: CrawlerConfig, BackupConfig, HeartbeatConfig, NatsConfig, DatabaseConfig

Crawler improvements

  • Added configurable concurrency for crawler operations
    • BGPKIT_BROKER_CRAWLER_COLLECTOR_CONCURRENCY - Number of collectors to crawl simultaneously (default: 2)
    • BGPKIT_BROKER_CRAWLER_MONTH_CONCURRENCY - Number of months to crawl in parallel per collector (default: 2, primarily affects bootstrap)
  • Reduced default concurrency from 5 collectors / 10 months to 2/2 to avoid rate limiting

CLI improvements

  • Added update timing and performance logging
    • Logs completion time, items inserted, and percentage of update interval used
    • Warns when update time exceeds 80% of interval or exceeds interval entirely
  • Enhanced startup logging to display all non-secret configuration values
  • Disabled ANSI color codes in log output for better compatibility with non-terminal environments

Database improvements

  • Added index on meta.update_ts column for faster meta table queries and cleanup operations

v0.10.0 - 2025-12-02

New collector

  • Added RouteViews crix.sjo collector to the supported collectors list

SDK improvements

  • Added get_snapshot_files() method to get MRT files needed to construct routing table snapshots
    • Takes an array of collector IDs and a target timestamp
    • Returns Vec<SnapshotFiles> with RIB URL and ordered updates URLs for each collector
    • Finds the closest RIB dump before the target timestamp and all updates files between RIB and target
    • Useful for applications that need to reconstruct exact routing table state at a specific point in time

Crawler improvements

  • Added retry logic with exponential backoff for failed HTTP requests during crawling
    • Default: 3 retries with 1 second initial backoff (doubles each retry: 1s, 2s, 4s)
    • Configurable via BGPKIT_BROKER_CRAWLER_MAX_RETRIES and BGPKIT_BROKER_CRAWLER_BACKOFF_MS

Database maintenance

... (truncated)

Commits
  • 10adf83 release: prepare v0.10.1
  • 03bc66c refactor: centralize configuration management into BrokerConfig
  • 7eec5bb feat: enhance crawler configurability and add performance logging
  • a65e310 update README and comments: clarify BGPKIT_BROKER_CRAWLER_MONTH_CONCURRENCY b...
  • 3c7efa9 feat: add configurable concurrency for crawler operations
  • bd7e894 disable ANSI support in logging output
  • bbc6a27 update README: document backup improvements and containerized cronjob usage
  • 24ec593 prepare v0.10.0 release
  • 68e48f8 chore: remove collectors.json and migrate crix.sjo to Rust implementation...
  • eecd869 update README
  • 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.9.0...v0.10.1)

---
updated-dependencies:
- dependency-name: bgpkit-broker
  dependency-version: 0.10.1
  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 Dec 8, 2025
@digizeph digizeph merged commit 574a244 into main Dec 8, 2025
2 of 4 checks passed
@digizeph digizeph deleted the dependabot/cargo/bgpkit-broker-0.10.1 branch December 8, 2025 12:48
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