firecrawl-sdk 1.7.0 → 1.8.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: f89972a4033215c664988fa49128f1fa00ce00954ee95df9c18862d51ab3510f
4
- data.tar.gz: 49dccdb0175e34e36f824e27973a3bcbd3a1327a266658113af69752da274a5d
3
+ metadata.gz: 2e60c06ab05dc82b6a73b45fd0653e25ea9a52e6995b653adc02de1ead2544fc
4
+ data.tar.gz: 9d7229377ce68b2bf96edce29aa9db2685d11c45c108e1cdb4bab7f9b29b4081
5
5
  SHA512:
6
- metadata.gz: fa95c7d9d96a3278d339292a6ec9dd70add7a5e74fea10b1b8a96989255dcd5e3d125a16ec6094e06b02e83da03a9f7a8c4e9d7a51469697f9377d31fc25f69e
7
- data.tar.gz: 3f95f218c9f090fce256a2842db6ad6291e24ac2b06d36bc535e298db3f3dee7b312fc91fe46cdd94d43b40d7dae337e7c0aa5e4c67eb0fbe0e422398ecc757c
6
+ metadata.gz: 88f68bb69bf81891e6768901dfcdd7ee04c8dc2d878056f85311a7acf79f5a2fe5a8dc9ef6c9cd03570e690404bf498cccc994c733b9261d96a829ae78a581fa
7
+ data.tar.gz: ec03a978278b33c33e5452b8876a80ba205401e5a4689c023ed9ad1afa62cb28720cbb41d4e21272e4fb077f6b4c2767b6cfbe375b6d041b84246488162f212d
@@ -13,7 +13,7 @@ module Firecrawl
13
13
  FIELDS = %i[
14
14
  formats headers include_tags exclude_tags only_main_content
15
15
  timeout parsers skip_tls_verification remove_base64_images
16
- block_ads proxy integration json_options
16
+ block_ads proxy integration redact_pii json_options
17
17
  ].freeze
18
18
 
19
19
  attr_reader(*FIELDS)
@@ -38,6 +38,7 @@ module Firecrawl
38
38
  "blockAds" => block_ads,
39
39
  "proxy" => proxy,
40
40
  "integration" => integration,
41
+ "redactPII" => redact_pii,
41
42
  "jsonOptions" => json_options.is_a?(Hash) ? json_options : json_options&.to_h,
42
43
  }.compact
43
44
  end
@@ -8,7 +8,7 @@ module Firecrawl
8
8
  formats headers include_tags exclude_tags only_main_content
9
9
  timeout wait_for mobile parsers actions location
10
10
  skip_tls_verification remove_base64_images block_ads proxy
11
- max_age store_in_cache lockdown integration
11
+ max_age store_in_cache lockdown redact_pii integration
12
12
  ].freeze
13
13
 
14
14
  attr_reader(*FIELDS)
@@ -38,6 +38,7 @@ module Firecrawl
38
38
  "maxAge" => max_age,
39
39
  "storeInCache" => store_in_cache,
40
40
  "lockdown" => lockdown,
41
+ "redactPII" => redact_pii,
41
42
  "integration" => integration,
42
43
  }.compact
43
44
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Firecrawl
4
- VERSION = "1.7.0"
4
+ VERSION = "1.8.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: firecrawl-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Firecrawl
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-05-23 00:00:00.000000000 Z
11
+ date: 2026-06-01 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A type-safe Ruby client for the Firecrawl v2 API. Supports scraping,
14
14
  crawling, batch scraping, URL mapping, web search, and AI agent operations.