Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: arduino/arduino-router
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.2
Choose a base ref
...
head repository: arduino/arduino-router
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.2
Choose a head ref
  • 6 commits
  • 58 files changed
  • 4 contributors

Commits on Oct 7, 2025

  1. feat: add micro serial forward

    Co-authored-by: Cristian Maglie <c.maglie@arduino.cc>
    lucarin91 and cmaglie authored Oct 7, 2025
    Configuration menu
    Copy the full SHA
    e4e9be0 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2025

  1. arduino-router: Add HCI API.

    Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
    iabdalkader authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    016845e View commit details
    Browse the repository at this point in the history
  2. add go.mod

    lucarin91 committed Oct 14, 2025
    Configuration menu
    Copy the full SHA
    0e4a0a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    603e66a View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2025

  1. chore: add ci and scripts (#1)

    * chore: add ci and scripts
    
    * make dprint happy
    
    * typo
    
    * fix go.sum
    
    * add deb notice check
    
    * fixup! add deb notice check
    
    * remove codeowners for now
    
    * Update Taskfile.yml
    
    Co-authored-by: Davide <davideneri18@gmail.com>
    
    * Update Taskfile.yml
    
    Co-authored-by: Davide <davideneri18@gmail.com>
    
    * Update Taskfile.yml
    
    Co-authored-by: Davide <davideneri18@gmail.com>
    
    * apply code review suggestions
    
    * update licenses
    
    * fixup! update licenses
    
    * use task in go.mod
    
    ---------
    
    Co-authored-by: Davide <davideneri18@gmail.com>
    lucarin91 and dido18 authored Oct 20, 2025
    Configuration menu
    Copy the full SHA
    d4517db View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2025

  1. chore: update release workflow name and refine tag creation process (#4)

    * fix: update release workflow name and refine tag creation process
    
    * format
    
    * chore: remove hardcoded Go version and use go.mod for versioning in workflows
    
    * chore: remove unnecessary blank line in go-test workflow
    
    * fix: correct tag pattern in release workflow to include 'v' prefix
    
    * chore: update Ubuntu version in build matrix to 24.04
    
    * chore: revert Ubuntu version in build matrix to 22.04
    
    * fix: enhance release task to validate version format and improve tagging process
    
    * fix: validate version format in release tagging process
    dido18 authored Oct 21, 2025
    Configuration menu
    Copy the full SHA
    791920c View commit details
    Browse the repository at this point in the history
Loading