safetykit 0.61.0 → 0.62.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 74d37bde20ce0dd29500d68690165a6c335b938f34981b568b1a3178a856bc20
4
- data.tar.gz: 19a8abb52f8080e83e47025562fdc33bf6dece0f8dcb6a2097b4ad08845ed64f
3
+ metadata.gz: 8f5ba2319763d7b6d9c2efb54f5c4f2fbb38e8f1ad5a3e13e9263489462a655b
4
+ data.tar.gz: ea534ef3d9af074b20402b4116c9b5603928d859d5e0397db00327c73bb68b0e
5
5
  SHA512:
6
- metadata.gz: 99472b2eff90b254304c3e57274013398bbf81b5e9dd8f862ac3e222c1b2345ceb8158a5e866582763968dbe173f00bbb471605553b2123f6b84c64ddd3aac19
7
- data.tar.gz: c184514d9a4b98b3104486af354bff6595d170fd4fa7ad8cb1e26a4c3bca729e290b95256d052a000f8215a8e953d615c1a35253c16a0840a0cac2ccae4d9112
6
+ metadata.gz: d0003cb3fc891f5e4bab459017dee09977aa213a0a203003b95959c6a8e450c996702eeed8fc477406f58850562f87668ce012fb039cc5dd2558b349d63e106a
7
+ data.tar.gz: 6a5af12159936f30f5dd14c894581d27d96b990be0793bb9fb539775cd00459fd4403a737eebd8db196cc383d28a61502587ce8351e7a5fcabcb803463cd2cdd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.62.0 (2026-08-13)
4
+
5
+ Full Changelog: [v0.61.0...v0.62.0](https://github.com/GetSafetyKit/safetykit-ruby/compare/v0.61.0...v0.62.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([0bc7153](https://github.com/GetSafetyKit/safetykit-ruby/commit/0bc7153e8b96ffaf70c7ebe95f185bff4347befb))
10
+
3
11
  ## 0.61.0 (2026-08-13)
4
12
 
5
13
  Full Changelog: [v0.60.0...v0.61.0](https://github.com/GetSafetyKit/safetykit-ruby/compare/v0.60.0...v0.61.0)
data/README.md CHANGED
@@ -17,7 +17,7 @@ To use this gem, install via Bundler by adding the following to your application
17
17
  <!-- x-release-please-start-version -->
18
18
 
19
19
  ```ruby
20
- gem "safetykit", "~> 0.61.0"
20
+ gem "safetykit", "~> 0.62.0"
21
21
  ```
22
22
 
23
23
  <!-- x-release-please-end -->
@@ -13,9 +13,10 @@ module SafetyKit
13
13
  # version 2026-08-11; see the API versioning guide for superseded versions.
14
14
  #
15
15
  # Errors: 400 for an invalid body or images, with the failing field in the
16
- # message. 401 for a missing or invalid API key. 413 for requests over 6MB. 503
17
- # when classification is temporarily unavailable, in which case the request was
18
- # not processed and is safe to retry.
16
+ # message. 401 for a missing or invalid API key. 413 for requests over 6MB. 429
17
+ # when too many requests are in flight for your account, with a Retry-After
18
+ # header. 503 when classification is temporarily unavailable. In both cases the
19
+ # request was not processed and is safe to retry.
19
20
  #
20
21
  # @overload create(content:, user_id:, content_id: nil, metadata: nil, safety_kit_version: nil, request_options: {})
21
22
  #
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SafetyKit
4
- VERSION = "0.61.0"
4
+ VERSION = "0.62.0"
5
5
  end
@@ -10,9 +10,10 @@ module SafetyKit
10
10
  # version 2026-08-11; see the API versioning guide for superseded versions.
11
11
  #
12
12
  # Errors: 400 for an invalid body or images, with the failing field in the
13
- # message. 401 for a missing or invalid API key. 413 for requests over 6MB. 503
14
- # when classification is temporarily unavailable, in which case the request was
15
- # not processed and is safe to retry.
13
+ # message. 401 for a missing or invalid API key. 413 for requests over 6MB. 429
14
+ # when too many requests are in flight for your account, with a Retry-After
15
+ # header. 503 when classification is temporarily unavailable. In both cases the
16
+ # request was not processed and is safe to retry.
16
17
  sig do
17
18
  params(
18
19
  content:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: safetykit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.61.0
4
+ version: 0.62.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Safetykit