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: gosnmp/gosnmp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.37.0
Choose a base ref
...
head repository: gosnmp/gosnmp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.38.0
Choose a head ref
  • 5 commits
  • 18 files changed
  • 4 contributors

Commits on Dec 12, 2023

  1. Refactor netsnmp playback function to use an io.Reader (#459)

    Avoid unnecessary casting of byte slice to string by using a base64
    stream decoder atop an io.Reader (the os.File). Make error handling a
    bit more granular.
    
    Signed-off-by: Daniel Swarbrick <daniel.swarbrick@gmail.com>
    dswarbrick authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    ffa7b3d View commit details
    Browse the repository at this point in the history
  2. netsnmp tests: tame overzealous file / dir permissions (#458)

    * netsnmp tests: tame overzealous file / dir permissions
    * Restore stricter file permission to appease gosec
    
    ---------
    
    Signed-off-by: Daniel Swarbrick <daniel.swarbrick@gmail.com>
    dswarbrick authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    99d648a View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Support multiple security parameters for receiving SNMP V3 traps (#457)

    * First iteration of adding user security params map, assuming unique usernames
    * Log when new SP is added to map, add logger to map
    
    ---------
    
    Signed-off-by: zoe ✨ <9274242+zoedt@users.noreply.github.com>
    zoedt authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    db0c093 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#465)

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.8.4...v1.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    0dd8e40 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Release v1.38.0 (#476)

    * [CHANGE] Refactor netsnmp playback function to use an io.Reader #459
    * [FEATURE] Support multiple security parameters for receiving SNMP V3 traps #457
    * [ENHANCEMENT] netsnmp tests: tame overzealous file / dir permissions #458
    
    Also update missing v1.37.0 changelog entries.
    
    Signed-off-by: SuperQ <superq@gmail.com>
    SuperQ authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    448fcd8 View commit details
    Browse the repository at this point in the history
Loading