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: qdrant/java-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.1
Choose a base ref
...
head repository: qdrant/java-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.9.1
Choose a head ref
  • 11 commits
  • 25 files changed
  • 4 contributors

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    06b6c8d View commit details
    Browse the repository at this point in the history
  2. chore: Bump version 1.7.2

    Anush008 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    d186965 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Use Testcontainers Qdrant Module (#24)

    * Use Testcontainers Qdrant Module
    
    Testcontainers 1.19.6 offers a qdrant module.
    
    * Update DockerImage.java
    eddumelendez authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    d1625ce View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    1678c56 View commit details
    Browse the repository at this point in the history
  2. v1.8.0 (#26)

    * v1.8.0
    
    * chore: StartFromFactory
    
    * chore: bump to v1.8.0
    
    * chore: resolve imports
    Anush008 authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    23cfac0 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Add nop slf4j for tests (#28)

    * Add nop slf4j for tests
    
    This commit adds nop slf4j test dependency, to suppress noProviders warning.
    
    * fix suggestions
    russcam authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    68729a5 View commit details
    Browse the repository at this point in the history
  2. Expose gRPC client on high level client (#27)

    This commit exposes the low-level gRPC client on the
    high level client, for two purposes:
    
    - Allow access to the underlying gRPC channel. This may be useful for capturing properties
      about the channel e.g. the channel authority, for metrics.
    - Allow access to the gRPC client to make requests using the low-level gRPC
      client in cases where functionality may not yet be exposed by the higher level client.
    russcam authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    9b202e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    803a428 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. v1.9.0 (#29)

    * v1.9.0
    
    * Bump Qdrant version to 1.9.0
    
    * test: Update API key test
    
    ---------
    
    Co-authored-by: timvisee <tim@visee.me>
    Anush008 and timvisee authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    cf1c3af View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    6a2e33c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38c5e26 View commit details
    Browse the repository at this point in the history
Loading