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: splunk/addonfactory-solutions-library-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.1.0
Choose a base ref
...
head repository: splunk/addonfactory-solutions-library-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.2.0-beta.1
Choose a head ref
  • 3 commits
  • 4 files changed
  • 3 contributors

Commits on Mar 4, 2025

  1. Configuration menu
    Copy the full SHA
    9de7326 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2025

  1. feat: improve information in the user-agent param (#427)

    **Issue number:**
    [ADDON-76041](https://splunk.atlassian.net/browse/ADDON-76041)
    ### PR Type
    
    **What kind of change does this PR introduce?**
    * [ ] Feature
    * [ ] Bug Fix
    * [x] Refactoring (no functional or API changes)
    * [ ] Documentation Update
    * [ ] Maintenance (dependency updates, CI, etc.)
    
    ## Summary
    
    ### Changes
    
    Changed "User-Agent" header parameter from `Curl` to `solnlib/<version>
    rest-client <os platform>`
    
    ### User experience
    
    The user will see more detailed "User-Agent" information in the logs
    regarding requests made using the rest client.
    
    ## Checklist
    
    If an item doesn't apply to your changes, leave it unchecked.
    
    * [x] I have performed a self-review of this change according to the
    [development
    guidelines](https://splunk.github.io/addonfactory-ucc-generator/contributing/#development-guidelines)
    * [x] Tests have been added/modified to cover the changes [(testing
    doc)](https://splunk.github.io/addonfactory-ucc-generator/contributing/#build-and-test)
    * [ ] Changes are documented
    * [x] PR title and description follows the [contributing
    principles](https://splunk.github.io/addonfactory-ucc-generator/contributing/#pull-requests)
    sgoral-splunk authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    70c23a2 View commit details
    Browse the repository at this point in the history
  2. chore(release): 6.2.0-beta.1

    # [6.2.0-beta.1](v6.1.0...v6.2.0-beta.1) (2025-03-06)
    
    ### Features
    
    * improve information in the user-agent param ([#427](#427)) ([70c23a2](70c23a2))
    srv-rr-github-token committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    1ad1ec8 View commit details
    Browse the repository at this point in the history
Loading