Skip to content

Releases: ScrapeGraphAI/Scrapegraph-ai

v1.27.0

26 Oct 08:06
Compare
Choose a tag to compare

1.27.0 (2024-10-26)

Features

  • add conditional node structure to the smart_scraper_graph and implemented a structured way to check condition (cacd9cd)
  • add integration with scrape.do (ae275ec)
  • add model integration gpt4 (51c55eb)
  • implement ScrapeGraph class for only web scraping automation (612c644)
  • Implement SmartScraperMultiParseMergeFirstGraph class that scrapes a list of URLs and merge the content first and finally generates answers to a given prompt. (3e3e1b2)
  • refactoring of export functions (0ea00c0)
  • refactoring of get_probable_tags node (f658092)
  • refactoring of ScrapeGraph to SmartScraperLiteGraph (52b6bf5)

Bug Fixes

  • fix export function (c8a000f)
  • fix the example variable name (69ff649)
  • remove variable "max_result" not being used in the code (e76a68a)

chore

Test

  • Add scrape_graph test (cdb3c11)
  • Add smart_scraper_multi_parse_merge_first_graph test (464b8b0)

CI

  • release: 1.26.6-beta.1 [skip ci] (e0fc457)
  • release: 1.27.0-beta.1 [skip ci] (9266a36)
  • release: 1.27.0-beta.10 [skip ci] (eee131e)
  • release: 1.27.0-beta.2 [skip ci] (d84d295)
  • release: 1.27.0-beta.3 [skip ci] (f576afa)
  • release: 1.27.0-beta.4 [skip ci] (3d6bbcd)
  • release: 1.27.0-beta.5 [skip ci] (5002c71)
  • release: 1.27.0-beta.6 [skip ci] (94b9836)
  • release: 1.27.0-beta.7 [skip ci] (407f1ce)
  • release: 1.27.0-beta.8 [skip ci] (4f1ed93)
  • release: 1.27.0-beta.9 [skip ci] (fd57cc7)

v1.27.0-beta.10

25 Oct 06:45
Compare
Choose a tag to compare
v1.27.0-beta.10 Pre-release
Pre-release

1.27.0-beta.10 (2024-10-25)

Bug Fixes

v1.27.0-beta.9

24 Oct 22:39
Compare
Choose a tag to compare
v1.27.0-beta.9 Pre-release
Pre-release

1.27.0-beta.9 (2024-10-24)

Features

  • add model integration gpt4 (51c55eb)

v1.27.0-beta.8

24 Oct 06:56
Compare
Choose a tag to compare
v1.27.0-beta.8 Pre-release
Pre-release

1.27.0-beta.8 (2024-10-24)

Bug Fixes

CI

  • release: 1.26.7 [skip ci] (ec9ef2b)

v1.27.0-beta.7

24 Oct 06:45
Compare
Choose a tag to compare
v1.27.0-beta.7 Pre-release
Pre-release

1.27.0-beta.7 (2024-10-24)

Features

  • refactoring of get_probable_tags node (f658092)

v1.27.0-beta.6

23 Oct 10:09
Compare
Choose a tag to compare
v1.27.0-beta.6 Pre-release
Pre-release

1.27.0-beta.6 (2024-10-23)

Features

  • add integration with scrape.do (ae275ec)

v1.27.0-beta.5

22 Oct 07:06
Compare
Choose a tag to compare
v1.27.0-beta.5 Pre-release
Pre-release

1.27.0-beta.5 (2024-10-22)

Features

  • refactoring of export functions (0ea00c0)

v1.27.0-beta.4

21 Oct 08:14
Compare
Choose a tag to compare
v1.27.0-beta.4 Pre-release
Pre-release

1.27.0-beta.4 (2024-10-21)

Features

  • refactoring of ScrapeGraph to SmartScraperLiteGraph (52b6bf5)

v1.27.0-beta.3

20 Oct 08:15
Compare
Choose a tag to compare
v1.27.0-beta.3 Pre-release
Pre-release

1.27.0-beta.3 (2024-10-20)

Features

  • implement ScrapeGraph class for only web scraping automation (612c644)
  • Implement SmartScraperMultiParseMergeFirstGraph class that scrapes a list of URLs and merge the content first and finally generates answers to a given prompt. (3e3e1b2)

Bug Fixes

  • fix the example variable name (69ff649)

chore

Test

  • Add scrape_graph test (cdb3c11)
  • Add smart_scraper_multi_parse_merge_first_graph test (464b8b0)

v1.26.7

19 Oct 05:20
Compare
Choose a tag to compare

1.26.7 (2024-10-19)

Bug Fixes