8000 Comparing 2.0.0...2.1.0 · neon-sunset/Pinecone.NET · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: neon-sunset/Pinecone.NET
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.0
Choose a base ref
...
head repository: neon-sunset/Pinecone.NET
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.1.0
Choose a head ref
  • 4 commits
  • 8 files changed
  • 2 contributors

Commits on May 27, 2024

  1. chore(deps): bump the nuget group with 7 updates (#114)

    Bumps the nuget group with 7 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [Google.Protobuf](https://github.com/protocolbuffers/protobuf) | `3.26.1` | `3.27.0` |
    | [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet) | `2.62.0` | `2.63.0` |
    | [Grpc.Net.ClientFactory](https://github.com/grpc/grpc-dotnet) | `2.62.0` | `2.63.0` |
    | [Grpc.Tools](https://github.com/grpc/grpc) | `2.63.0` | `2.64.0` |
    | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.9.0` | `17.10.0` |
    | [xunit](https://github.com/xunit/xunit) | `2.8.0` | `2.8.1` |
    | [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.8.0` | `2.8.1` |
    
    
    Updates `Google.Protobuf` from 3.26.1 to 3.27.0
    - [Release notes](https://github.com/protocolbuffers/protobuf/releases)
    - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
    - [Commits](protocolbuffers/protobuf@v3.26.1...v3.27.0)
    
    Updates `Grpc.Net.Client` from 2.62.0 to 2.63.0
    - [Release notes](https://github.com/grpc/grpc-dotnet/releases)
    - [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md)
    - [Commits](grpc/grpc-dotnet@v2.62.0...v2.63.0)
    
    Updates `Grpc.Net.ClientFactory` from 2.62.0 to 2.63.0
    - [Release notes](https://github.com/grpc/grpc-dotnet/releases)
    - [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md)
    - [Commits](grpc/grpc-dotnet@v2.62.0...v2.63.0)
    
    Updates `Grpc.Net.Client` from 2.62.0 to 2.63.0
    - [Release notes](https://github.com/grpc/grpc-dotnet/releases)
    - [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md)
    - [Commits](grpc/grpc-dotnet@v2.62.0...v2.63.0)
    
    Updates `Grpc.Tools` from 2.63.0 to 2.64.0
    - [Release notes](https://github.com/grpc/grpc/releases)
    - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
    - [Commits](https://github.com/grpc/grpc/commits)
    
    Updates `Microsoft.NET.Test.Sdk` from 17.9.0 to 17.10.0
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Changelog](https://github.com/micros
    FFDE
    oft/vstest/blob/main/docs/releases.md)
    - [Commits](microsoft/vstest@v17.9.0...v17.10.0)
    
    Updates `xunit` from 2.8.0 to 2.8.1
    - [Commits](xunit/xunit@2.8.0...2.8.1)
    
    Updates `xunit.runner.visualstudio` from 2.8.0 to 2.8.1
    - [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
    - [Commits](xunit/visualstudio.xunit@2.8.0...2.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: Google.Protobuf
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: nuget
    - dependency-name: Grpc.Net.Client
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: nuget
    - dependency-name: Grpc.Net.ClientFactory
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: nuget
    - dependency-name: Grpc.Net.Client
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: nuget
    - dependency-name: Grpc.Tools
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: nuget
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: nuget
    - dependency-name: xunit
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: nuget
    - dependency-name: xunit.runner.visualstudio
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: nuget
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 27, 2024
    Configuration menu
    Copy the full SHA
    fa54e8d View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

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

Commits on Jun 5, 2024

  1. refactor: split serializer contexts to avoid rooting RestTransport (a…

    …nd its deps) and negatively impacting AOT size when it's not referenced
    neon-sunset committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    e460772 View commit details
    Browse the repository at this point in the history
  2. docs: update readme

    neon-sunset committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    98bf599 View commit details
    Browse the repository at this point in the history
Loading
0