Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.9.0"
".": "0.9.1"
}
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
configured_endpoints: 24
openapi_spec_hash: 68055a774f3305fb11efa5b5b5881446
openapi_spec_hash: c97a5263afcc72ca5a47bc5a87683a78
config_hash: f0743196c68fb84cbd06a95f134702b3
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.9.1 (2026-01-08)

Full Changelog: [v0.9.0...v0.9.1](https://github.com/openlayer-ai/openlayer-ruby/compare/v0.9.0...v0.9.1)

### Chores

* **closes OPEN-8644:** address warnings on Stainless studio ([7bb51fc](https://github.com/openlayer-ai/openlayer-ruby/commit/7bb51fca439c1c27ed12ec9505179a209c02bae4))
* remove _meta ([11b8689](https://github.com/openlayer-ai/openlayer-ruby/commit/11b8689d14e08c691524515b316bd2fa2d9f7069))

## 0.9.0 (2026-01-08)

Full Changelog: [v0.8.1...v0.9.0](https://github.com/openlayer-ai/openlayer-ruby/compare/v0.8.1...v0.9.0)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: .
specs:
openlayer (0.9.0)
openlayer (0.9.1)
connection_pool

GEM
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To use this gem, install via Bundler by adding the following to your application
<!-- x-release-please-start-version -->

```ruby
gem "openlayer", "~> 0.9.0"
gem "openlayer", "~> 0.9.1"
```

<!-- x-release-please-end -->
Expand Down
106 changes: 53 additions & 53 deletions lib/openlayer/models/inference_pipeline_retrieve_response.rb

Large diffs are not rendered by default.

106 changes: 53 additions & 53 deletions lib/openlayer/models/inference_pipeline_update_response.rb

Large diffs are not rendered by default.

136 changes: 68 additions & 68 deletions lib/openlayer/models/projects/inference_pipeline_create_params.rb

Large diffs are not rendered by default.

106 changes: 53 additions & 53 deletions lib/openlayer/models/projects/inference_pipeline_create_response.rb

Large diffs are not rendered by default.

106 changes: 53 additions & 53 deletions lib/openlayer/models/projects/inference_pipeline_list_response.rb

Large diffs are not rendered by default.

44 changes: 1 addition & 43 deletions lib/openlayer/models/workspaces/invite_list_response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,57 +5,15 @@ module Models
module Workspaces
# @see Openlayer::Resources::Workspaces::Invites#list
class InviteListResponse < Openlayer::Internal::Type::BaseModel
# @!attribute _meta
#
# @return [Openlayer::Models::Workspaces::InviteListResponse::Meta]
required :_meta, -> { Openlayer::Models::Workspaces::InviteListResponse::Meta }

# @!attribute items
#
# @return [Array<Openlayer::Models::Workspaces::InviteListResponse::Item>]
required :items,
-> { Openlayer::Internal::Type::ArrayOf[Openlayer::Models::Workspaces::InviteListResponse::Item] }

# @!method initialize(_meta:, items:)
# @param _meta [Openlayer::Models::Workspaces::InviteListResponse::Meta]
# @!method initialize(items:)
# @param items [Array<Openlayer::Models::Workspaces::InviteListResponse::Item>]

# @see Openlayer::Models::Workspaces::InviteListResponse#_meta
class Meta < Openlayer::Internal::Type::BaseModel
# @!attribute page
# The current page.
#
# @return [Integer]
required :page, Integer

# @!attribute per_page
# The number of items per page.
#
# @return [Integer]
required :per_page, Integer, api_name: :perPage

# @!attribute total_items
# The total number of items.
#
# @return [Integer]
required :total_items, Integer, api_name: :totalItems

# @!attribute total_pages
# The total number of pages.
#
# @return [Integer]
required :total_pages, Integer, api_name: :totalPages

# @!method initialize(page:, per_page:, total_items:, total_pages:)
# @param page [Integer] The current page.
#
# @param per_page [Integer] The number of items per page.
#
# @param total_items [Integer] The total number of items.
#
# @param total_pages [Integer] The total number of pages.
end

class Item < Openlayer::Internal::Type::BaseModel
# @!attribute creator
#
Expand Down
2 changes: 1 addition & 1 deletion lib/openlayer/resources/projects/inference_pipelines.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class InferencePipelines
#
# @param name [String] The inference pipeline name.
#
# @param data_backend [Openlayer::Models::Projects::InferencePipelineCreateParams::DataBackend::UnionMember0, Openlayer::Models::Projects::InferencePipelineCreateParams::DataBackend::BackendType, Openlayer::Models::Projects::InferencePipelineCreateParams::DataBackend::UnionMember2, Openlayer::Models::Projects::InferencePipelineCreateParams::DataBackend::UnionMember3, Openlayer::Models::Projects::InferencePipelineCreateParams::DataBackend::UnionMember4, Openlayer::Models::Projects::InferencePipelineCreateParams::DataBackend::UnionMember5, nil]
# @param data_backend [Openlayer::Models::Projects::InferencePipelineCreateParams::DataBackend::BigQueryDataBackend, Openlayer::Models::Projects::InferencePipelineCreateParams::DataBackend::DefaultDataBackend, Openlayer::Models::Projects::InferencePipelineCreateParams::DataBackend::SnowflakeDataBackend, Openlayer::Models::Projects::InferencePipelineCreateParams::DataBackend::DatabricksDtlDataBackend, Openlayer::Models::Projects::InferencePipelineCreateParams::DataBackend::RedshiftDataBackend, Openlayer::Models::Projects::InferencePipelineCreateParams::DataBackend::PostgresDataBackend, nil]
#
# @param project [Openlayer::Models::Projects::InferencePipelineCreateParams::Project, nil]
#
Expand Down
2 changes: 1 addition & 1 deletion lib/openlayer/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Openlayer
VERSION = "0.9.0"
VERSION = "0.9.1"
end
Loading