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

Commits on Jan 23, 2021

  1. gRPC-based client

    ysimonson committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    95c5aa6 View commit details
    Browse the repository at this point in the history
  2. GitHub CI

    ysimonson committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    2fc385d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45cbfcc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ebd34a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d9328b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #10 from indradb/grpc

    gRPC
    ysimonson authored Jan 23, 2021
    Configuration menu
    Copy the full SHA
    b280966 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    274202b View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. v2.0.0

    ysimonson committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    0323103 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Switch to pytest

    ysimonson committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    e510b63 View commit details
    Browse the repository at this point in the history
  2. v3 (#12)

    * Support for IndraDB v3
    * Upgrade deps
    * Test for property indexing
    * Bump version
    ysimonson authored Nov 22, 2021
    Configuration menu
    Copy the full SHA
    48e47f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2022

  1. v3 (#13)

    #12 included some of the changes needed for v3, but some other changes to IndraDB were made after that was merged. This includes the remaining changes to support v3.
    ysimonson authored Jan 8, 2022
    Configuration menu
    Copy the full SHA
    9b14e88 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. v4 (#14)

    * Sync to v4
    * Rebuild docs
    * Fix protobuf installation on CI
    * Downgrade to python 3.10
    ysimonson authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    e84026e View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Bump grpcio from 1.42.0 to 1.53.0 (#15)

    Bumps [grpcio](https://github.com/grpc/grpc) from 1.42.0 to 1.53.0.
    - [Release notes](https://github.com/grpc/grpc/releases)
    - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
    - [Commits](grpc/grpc@v1.42.0...v1.53.0)
    
    ---
    updated-dependencies:
    - dependency-name: grpcio
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    258a4f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2025

  1. Bump grpcio from 1.53.0 to 1.53.2 (#16)

    Bumps [grpcio](https://github.com/grpc/grpc) from 1.53.0 to 1.53.2.
    - [Release notes](https://github.com/grpc/grpc/releases)
    - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
    - [Commits](grpc/grpc@v1.53.0...v1.53.2)
    
    ---
    updated-dependencies:
    - dependency-name: grpcio
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 16, 2025
    Configuration menu
    Copy the full SHA
    d259c1f View commit details
    Browse the repository at this point in the history
  2. v3.0.1

    ysimonson committed Aug 16, 2025
    Configuration menu
    Copy the full SHA
    adc9de8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90e301f View commit details
    Browse the repository at this point in the history
Loading