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/qdrant-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.15.1
Choose a base ref
...
head repository: qdrant/qdrant-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.16.0
Choose a head ref
  • 6 commits
  • 43 files changed
  • 4 contributors

Commits on Oct 24, 2025

  1. Bump connect 0.13.0 to fix memory leak (#110)

    * Bump connect 0.13.o to fix memory leak
    
    * update lock file
    
    ---------
    
    Co-authored-by: Ivan Pleshkov <[email protected]>
    agourlay and IvanPleshkov authored Oct 24, 2025
    Configuration menu
    Copy the full SHA
    1f146b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2025

  1. Prepare clients for v1.16.0 (#111)

    * update clients for Qdrant v1.16
    
    * add REST return types, get rid of maybe package
    
    * update lock file
    
    * no explicit type in test
    
    * use helper for throwing error
    
    * use shorter `Schemas` type
    
    * review remarks
    
    ---------
    
    Co-authored-by: Ivan Pleshkov <[email protected]>
    coszio and IvanPleshkov authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    165d83e View commit details
    Browse the repository at this point in the history
  2. VectorOutput getters (#115)

    * add helpers for getting the different kinds of vectors in vectoroutput
    
    * multi-dense into multiDense like in generated code
    
    ---------
    
    Co-authored-by: Ivan Pleshkov <[email protected]>
    coszio and IvanPleshkov authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    d3fe853 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2025

  1. Configuration menu
    Copy the full SHA
    fe11db5 View commit details
    Browse the repository at this point in the history
  2. Optional gRPC channel compression (#113)

    * make grpc channel compression optional
    
    * rename to `compression` and accept "gzip" literal
    coszio authored Nov 14, 2025
    Configuration menu
    Copy the full SHA
    a912eaa View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2025

  1. Bump v1.16.0 (#114)

    * bump version to 1.16.0
    
    * update changelogs
    
    * Apply suggestions from code review
    
    * update version in integration tests
    
    * mark connect v2 upgrade as breaking
    
    * regenerate from latest protos
    
    * export common_pb.ts
    
    ---------
    
    Co-authored-by: Tim Visée <[email protected]>
    Co-authored-by: Ivan Pleshkov <[email protected]>
    3 people authored Nov 17, 2025
    Configuration menu
    Copy the full SHA
    bcdc6bf View commit details
    Browse the repository at this point in the history
Loading