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: luojiaaoo/python-doipclient
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: jacobschaer/python-doipclient
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 4 files changed
  • 4 contributors

Commits on Aug 13, 2025

  1. Add vm_specific parameter to DoIPClient initialization (jacobschaer#60)

    * Remove old 'log_level' parameter docstring from DoIPClient.__init__; add 'vm_specific' as an init argument and store it as a static value for the entire instance. Add .idea/ to .gitignore
    
    * Add tests; bugfix
    
    * increase version
    
    * cleanup
    
    * Move vm_specific validation to _validate_vm_specific_value; check vm_specific value also in request_activation; add tests
    
    ---------
    
    Co-authored-by: Jakub Krista <jakub.krista@digiteqautomotive.com>
    jakubkrista and Jakub Krista authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    c82aaed View commit details
    Browse the repository at this point in the history
  2. Roll version to 1.7.0

    Reformat
    jacobschaer committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    9ad5f51 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2025

  1. Fix chained enum member access (jacobschaer#65)

    Fix the default value of transport in send_doip_message(), It chained access to TransportType.TransPort_TCP, even though it didn`t make a influence
    6reend0g authored Nov 26, 2025
    Configuration menu
    Copy the full SHA
    0c78323 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2025

  1. Roll version to 1.1.8

    jacobschaer committed Dec 17, 2025
    Configuration menu
    Copy the full SHA
    6ccc43f View commit details
    Browse the repository at this point in the history
Loading