Skip to content

Commit e1006f3

Browse files
ci(release): 1.5.0-beta.1 [skip ci]
## [1.5.0-beta.1](ScrapeGraphAI/Scrapegraph-ai@v1.4.0...v1.5.0-beta.1) (2024-05-24) ### Features * **knowledgegraph:** add knowledge graph node ([0196423](ScrapeGraphAI@0196423)) * add logger integration ([e53766b](ScrapeGraphAI@e53766b)) * **smart-scraper-multi:** add schema to graphs and created SmartScraperMultiGraph ([fc58e2d](ScrapeGraphAI@fc58e2d)) * **base_graph:** alligned with main ([73fa31d](ScrapeGraphAI@73fa31d)) * **verbose:** centralized graph logging on debug or warning depending on verbose ([c807695](ScrapeGraphAI@c807695)) * **node:** knowledge graph node ([8c33ea3](ScrapeGraphAI@8c33ea3)) * **multiple:** quick fix working ([58cc903](ScrapeGraphAI@58cc903)) * **kg:** removed import ([a338383](ScrapeGraphAI@a338383)) * **docloaders:** undetected-playwright ([7b3ee4e](ScrapeGraphAI@7b3ee4e)) * **multiple_search:** working multiple example ([bed3eed](ScrapeGraphAI@bed3eed)) * **kg:** working rag kg ([c75e6a0](ScrapeGraphAI@c75e6a0)) ### Bug Fixes * error in jsons ([ca436ab](ScrapeGraphAI@ca436ab)) * **logger:** set up centralized root logger in base node ([4348d4f](ScrapeGraphAI@4348d4f)) * **logging:** source code citation ([d139480](ScrapeGraphAI@d139480)) * template names ([b82f33a](ScrapeGraphAI@b82f33a)) * **node-logging:** use centralized logger in each node for logging ([c251cc4](ScrapeGraphAI@c251cc4)) * **web-loader:** use sublogger ([0790ecd](ScrapeGraphAI@0790ecd)) ### CI * **release:** 1.2.0-beta.1 [skip ci] ([fd3e0aa](ScrapeGraphAI@fd3e0aa)) * **release:** 1.3.0-beta.1 [skip ci] ([191db0b](ScrapeGraphAI@191db0b)) * **release:** 1.4.0-beta.1 [skip ci] ([2caddf9](ScrapeGraphAI@2caddf9)) * **release:** 1.4.0-beta.2 [skip ci] ([f1a2523](ScrapeGraphAI@f1a2523))
1 parent b913b51 commit e1006f3

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
## [1.5.0-beta.1](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.4.0...v1.5.0-beta.1) (2024-05-24)
2+
3+
4+
### Features
5+
6+
* **knowledgegraph:** add knowledge graph node ([0196423](https://github.com/VinciGit00/Scrapegraph-ai/commit/0196423bdeea6568086aae6db8fc0f5652fc4e87))
7+
* add logger integration ([e53766b](https://github.com/VinciGit00/Scrapegraph-ai/commit/e53766b16e89254f945f9b54b38445a24f8b81f2))
8+
* **smart-scraper-multi:** add schema to graphs and created SmartScraperMultiGraph ([fc58e2d](https://github.com/VinciGit00/Scrapegraph-ai/commit/fc58e2d3a6f05efa72b45c9e68c6bb41a1eee755))
9+
* **base_graph:** alligned with main ([73fa31d](https://github.com/VinciGit00/Scrapegraph-ai/commit/73fa31db0f791d1fd63b489ac88cc6e595aa07f9))
10+
* **verbose:** centralized graph logging on debug or warning depending on verbose ([c807695](https://github.com/VinciGit00/Scrapegraph-ai/commit/c807695720a85c74a0b4365afb397bbbcd7e2889))
11+
* **node:** knowledge graph node ([8c33ea3](https://github.com/VinciGit00/Scrapegraph-ai/commit/8c33ea3fbce18f74484fe7bd9469ab95c985ad0b))
12+
* **multiple:** quick fix working ([58cc903](https://github.com/VinciGit00/Scrapegraph-ai/commit/58cc903d556d0b8db10284493b05bed20992c339))
13+
* **kg:** removed import ([a338383](https://github.com/VinciGit00/Scrapegraph-ai/commit/a338383399b669ae2dd7bfcec168b791e8206816))
14+
* **docloaders:** undetected-playwright ([7b3ee4e](https://github.com/VinciGit00/Scrapegraph-ai/commit/7b3ee4e71e4af04edeb47999d70d398b67c93ac4))
15+
* **multiple_search:** working multiple example ([bed3eed](https://github.com/VinciGit00/Scrapegraph-ai/commit/bed3eed50c1678cfb07cba7b451ac28d38c87d7c))
16+
* **kg:** working rag kg ([c75e6a0](https://github.com/VinciGit00/Scrapegraph-ai/commit/c75e6a06b1a647f03e6ac6eeacdc578a85baa25b))
17+
18+
19+
### Bug Fixes
20+
21+
* error in jsons ([ca436ab](https://github.com/VinciGit00/Scrapegraph-ai/commit/ca436abf3cbff21d752a71969e787e8f8c98c6a8))
22+
* **logger:** set up centralized root logger in base node ([4348d4f](https://github.com/VinciGit00/Scrapegraph-ai/commit/4348d4f4db6f30213acc1bbccebc2b143b4d2636))
23+
* **logging:** source code citation ([d139480](https://github.com/VinciGit00/Scrapegraph-ai/commit/d1394809d704bee4085d494ddebab772306b3b17))
24+
* template names ([b82f33a](https://github.com/VinciGit00/Scrapegraph-ai/commit/b82f33aee72515e4258e6f508fce15028eba5cbe))
25+
* **node-logging:** use centralized logger in each node for logging ([c251cc4](https://github.com/VinciGit00/Scrapegraph-ai/commit/c251cc45d3694f8e81503e38a6d2b362452b740e))
26+
* **web-loader:** use sublogger ([0790ecd](https://github.com/VinciGit00/Scrapegraph-ai/commit/0790ecd2083642af9f0a84583216ababe351cd76))
27+
28+
29+
### CI
30+
31+
* **release:** 1.2.0-beta.1 [skip ci] ([fd3e0aa](https://github.com/VinciGit00/Scrapegraph-ai/commit/fd3e0aa5823509dfb46b4f597521c24d4eb345f1))
32+
* **release:** 1.3.0-beta.1 [skip ci] ([191db0b](https://github.com/VinciGit00/Scrapegraph-ai/commit/191db0bc779e4913713b47b68ec4162a347da3ea))
33+
* **release:** 1.4.0-beta.1 [skip ci] ([2caddf9](https://github.com/VinciGit00/Scrapegraph-ai/commit/2caddf9a99b5f3aedc1783216f21d23cd35b3a8c))
34+
* **release:** 1.4.0-beta.2 [skip ci] ([f1a2523](https://github.com/VinciGit00/Scrapegraph-ai/commit/f1a25233d650010e1932e0ab80938079a22a296d))
135

236
## [1.4.0-beta.2](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.4.0-beta.1...v1.4.0-beta.2) (2024-05-19)
337

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "scrapegraphai"
33

44

5-
version = "1.4.0b2"
5+
version = "1.5.0b1"
66

77

88
description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."

0 commit comments

Comments
 (0)