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.8.0
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.8.1
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

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
Loading