Skip to content
Snippets Groups Projects
Select Git revision
  • 773c246232c1f3d7fc67d7ddf5b1cb172ece8fa1
  • master default protected
  • no-goprocess
  • feat-mainnet-autoconfig
  • telemetry-plugin2
  • fix/add-api-v0-log--get-level
  • fix/10837-provide-according-to-strategy
  • spellcheck
  • docs-release-checklist-037
  • release
  • release-v0.36.0
  • telemetry-plugin
  • reprovide-sweep
  • fix-editor-env-handling
  • ux-acc-dht-note
  • fix-flush-files-rm
  • unixfs-percent-encoding-poc
  • fix-flaky-verify-test
  • fix/systemd-path
  • release-v0.35.0
  • staging
  • v0.36.0
  • v0.36.0-rc2
  • v0.36.0-rc1
  • v0.35.0
  • v0.35.0-rc2
  • v0.35.0-rc1
  • v0.34.1
  • v0.34.0
  • v0.34.0-rc2
  • v0.34.0-rc1
  • v0.33.2
  • v0.33.1
  • v0.33.0
  • v0.33.0-rc3
  • v0.33.0-rc2
  • v0.33.0-rc1
  • v0.32.1
  • v0.32.0
  • v0.32.0-rc2
  • v0.32.0-rc1
41 results

routing

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Antonio Navarro Perez authored and GitHub committed
    New multi-router configuration system based on https://hackmd.io/G1KRDEX5T3qyfoBMkIrBew#Methods
    
    - Added a new routing type: "custom"
    - Added specific struct types for different Routers (instead of map[string]interface{})
    - Added `Duration` config type, to make easier time string parsing
    - Added config documentation.
    - Use the latest go-delegated-routing library version with GET support.
    - Added changelog notes for this feature.
    
    It:
    - closes #9157
    - closes #9079
    - closes #9186
    d1b9e41f
    History
    Name Last commit Last update
    ..