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.12.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.13.0
Choose a head ref
  • 5 commits
  • 14 files changed
  • 4 contributors

Commits on Oct 10, 2024

  1. docs: Added new version update instructions (#53)

    * docs: Updated CONTRIBUTING.md
    
    * Update CONTRIBUTING.md
    
    * Review updates CONTRIBUTING.md
    Anush008 authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    432d207 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Configuration menu
    Copy the full SHA
    d71b260 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2024

  1. Send client and java version to server (#59)

    * Send client and java version to server
    tellet-q authored Dec 10, 2024
    Configuration menu
    Copy the full SHA
    593a397 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2025

  1. Add version check on client init (#61)

    * Add version check on client init
    
    * Use logger.warn
    
    * Fix texts
    
    * Address review
    tellet-q authored Jan 2, 2025
    Configuration menu
    Copy the full SHA
    82584c0 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2025

  1. v1.13.0 (#62)

    * v1.13.0
    
    * test: point.getVectors() now returns VectorsOutput
    
    Signed-off-by: Anush008 <[email protected]>
    
    * feat: VectorInput, Condition helpers
    
    Signed-off-by: Anush008 <[email protected]>
    
    * Update src/main/java/io/qdrant/client/VectorInputFactory.java
    
    Co-authored-by: Tim Visée <[email protected]>
    
    * chore: Comment out new VectorInput variants
    
    Signed-off-by: Anush008 <[email protected]>
    
    * Update Docker image to 1.13
    
    Co-authored-by: Anush  <[email protected]>
    
    ---------
    
    Signed-off-by: Anush008 <[email protected]>
    Co-authored-by: Anush008 <[email protected]>
    Co-authored-by: Tim Visée <[email protected]>
    3 people authored Jan 17, 2025
    Configuration menu
    Copy the full SHA
    cf17b88 View commit details
    Browse the repository at this point in the history
Loading