anthropic-sdk-beta 0.1.0.pre.beta.7 → 0.1.0.pre.beta.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/README.md +4 -2
- data/lib/anthropic/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a17263da078062b666d19c77c1711564e87151bf29be60cc0a255485b3fc978a
|
4
|
+
data.tar.gz: a02b7038f71b79c58cad2badf48b2f4ac633a54a845046aae2e7c71093838e77
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 98ef778672bebade958d89ae1db0b519206726d9444294130a88f39b7a36437080c6e074df6544a77cc093aad2cb592e1938bd1a1419c63f07fdaf19c8fa4302
|
7
|
+
data.tar.gz: 7621c6d999f74c067fa2d57133b1261dbba34b09d69329bd774f17a0c2a5b96926bc5b208c1d7869bf441995e27763be6d5fdbd7147ca5e8d7c56d43cb73a3d9
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## 0.1.0-beta.8 (2025-05-19)
|
4
|
+
|
5
|
+
Full Changelog: [v0.1.0-beta.7...v0.1.0-beta.8](https://github.com/anthropics/anthropic-sdk-ruby/compare/v0.1.0-beta.7...v0.1.0-beta.8)
|
6
|
+
|
7
|
+
### Chores
|
8
|
+
|
9
|
+
* **internal:** version bump ([8d8501b](https://github.com/anthropics/anthropic-sdk-ruby/commit/8d8501bc3b2f24c3519574c3f04d72720c599f15))
|
10
|
+
|
3
11
|
## 0.1.0-beta.7 (2025-05-15)
|
4
12
|
|
5
13
|
Full Changelog: [v0.1.0-beta.6...v0.1.0-beta.7](https://github.com/anthropics/anthropic-sdk-ruby/compare/v0.1.0-beta.6...v0.1.0-beta.7)
|
data/README.md
CHANGED
@@ -21,7 +21,7 @@ To use this gem, install via Bundler by adding the following to your application
|
|
21
21
|
<!-- x-release-please-start-version -->
|
22
22
|
|
23
23
|
```ruby
|
24
|
-
gem "anthropic-sdk-beta", "~> 0.1.0.pre.beta.
|
24
|
+
gem "anthropic-sdk-beta", "~> 0.1.0.pre.beta.8"
|
25
25
|
```
|
26
26
|
|
27
27
|
<!-- x-release-please-end -->
|
@@ -259,7 +259,9 @@ All parameter and response objects inherit from `Anthropic::Internal::Type::Base
|
|
259
259
|
|
260
260
|
You can send undocumented parameters to any endpoint, and read undocumented response properties, like so:
|
261
261
|
|
262
|
-
|
262
|
+
> [!WARNING]
|
263
|
+
>
|
264
|
+
> The `extra_` parameters of the same name overrides the documented parameters. For security reasons, ensure these methods are only used with trusted input data.
|
263
265
|
|
264
266
|
```ruby
|
265
267
|
message =
|
data/lib/anthropic/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: anthropic-sdk-beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.0.pre.beta.
|
4
|
+
version: 0.1.0.pre.beta.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Anthropic
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-05-
|
11
|
+
date: 2025-05-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: connection_pool
|