Skip to content

Commit

Permalink
Bumping to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ScotterC committed Aug 9, 2024
1 parent 8e80418 commit 31adfdf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.1.0 (2024-08-09)

- Added `GET /vectors/list` as `#list_paginated`. Thanks @xzdshr
- Added `#list` to reflect python lib and make it easy to get all vectors in an index or namespace
- Upgrade tests and cassettes
- Testing for Ruby 3.2 and 3.3. Thanks @RSO

## 1.0.0 (2024-01-29)

- Updated to Pinecone V2 API. See https://docs.pinecone.io/docs/new-api
Expand Down
2 changes: 1 addition & 1 deletion lib/pinecone/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Pinecone
VERSION = "1.0.1".freeze
VERSION = "1.1.0".freeze
end
1 change: 1 addition & 0 deletions pinecone.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Gem::Specification.new do |s|
s.homepage = "https://rubygems.org/gems/pinecone"
s.metadata = {"source_code_uri" => "https://github.com/ScotterC/pinecone"}
s.license = "MIT"
s.required_ruby_version = ">= 3"

s.add_dependency "httparty", "~> 0.22.0"
s.add_dependency "dry-struct", "~> 1.6.0"
Expand Down

0 comments on commit 31adfdf

Please sign in to comment.