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: arangodb/python-arango
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8.0.0
Choose a base ref
...
head repository: arangodb/python-arango
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8.1.0
Choose a head ref
  • 3 commits
  • 13 files changed
  • 2 contributors

Commits on Jul 2, 2024

  1. feat: Use HEAD HTTP method to check if a document exists (#192)

    * feat: Use HEAD HTTP method to check if a document exists
    
    * feat: Applies PR review suggestion
    Darkheir authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    95b791c View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. RTD update (#346)

    * RTD update
    
    * Prepare next driver version
    
    * ping
    
    * Updated yaml
    
    * Updated version
    
    * Removed command
    
    * Only running the doc tests
    
    * Keeping version at 8.1.0
    apetenchea authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    324eb66 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Integrate latest 3.12.1 changes (#347)

    * Bumping example to the latest version
    
    * Adding option `skipFastLockRound` for transactions
    
    * Introducing HTTP DELETE `/_admin/log/level` to reset all log
    
    * Removing types-pkg-resources
    
    * Setting skip_fast_lock_round to None by default
    
    * Adding test coverage for `server_id` parameter
    apetenchea authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    d8ea7cc View commit details
    Browse the repository at this point in the history
Loading