mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-06-23 21:00:30 +08:00
ci(release): 1.5.0-beta.1 [skip ci]
## [1.5.0-beta.1](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.4.0...v1.5.0-beta.1) (2024-05-24) ### Features * **knowledgegraph:** add knowledge graph node ([0196423](0196423bde)) * add logger integration ([e53766b](e53766b16e)) * **smart-scraper-multi:** add schema to graphs and created SmartScraperMultiGraph ([fc58e2d](fc58e2d3a6)) * **base_graph:** alligned with main ([73fa31d](73fa31db0f)) * **verbose:** centralized graph logging on debug or warning depending on verbose ([c807695](c807695720)) * **node:** knowledge graph node ([8c33ea3](8c33ea3fbc)) * **multiple:** quick fix working ([58cc903](58cc903d55)) * **kg:** removed import ([a338383](a338383399)) * **docloaders:** undetected-playwright ([7b3ee4e](7b3ee4e71e)) * **multiple_search:** working multiple example ([bed3eed](bed3eed50c)) * **kg:** working rag kg ([c75e6a0](c75e6a06b1)) ### Bug Fixes * error in jsons ([ca436ab](ca436abf3c)) * **logger:** set up centralized root logger in base node ([4348d4f](4348d4f4db)) * **logging:** source code citation ([d139480](d1394809d7)) * template names ([b82f33a](b82f33aee7)) * **node-logging:** use centralized logger in each node for logging ([c251cc4](c251cc45d3)) * **web-loader:** use sublogger ([0790ecd](0790ecd208)) ### CI * **release:** 1.2.0-beta.1 [skip ci] ([fd3e0aa](fd3e0aa582)) * **release:** 1.3.0-beta.1 [skip ci] ([191db0b](191db0bc77)) * **release:** 1.4.0-beta.1 [skip ci] ([2caddf9](2caddf9a99)) * **release:** 1.4.0-beta.2 [skip ci] ([f1a2523](f1a25233d6))
This commit is contained in:
parent
b913b51cca
commit
e1006f39c4
34
CHANGELOG.md
34
CHANGELOG.md
@ -1,3 +1,37 @@
|
||||
## [1.5.0-beta.1](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.4.0...v1.5.0-beta.1) (2024-05-24)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **knowledgegraph:** add knowledge graph node ([0196423](https://github.com/VinciGit00/Scrapegraph-ai/commit/0196423bdeea6568086aae6db8fc0f5652fc4e87))
|
||||
* add logger integration ([e53766b](https://github.com/VinciGit00/Scrapegraph-ai/commit/e53766b16e89254f945f9b54b38445a24f8b81f2))
|
||||
* **smart-scraper-multi:** add schema to graphs and created SmartScraperMultiGraph ([fc58e2d](https://github.com/VinciGit00/Scrapegraph-ai/commit/fc58e2d3a6f05efa72b45c9e68c6bb41a1eee755))
|
||||
* **base_graph:** alligned with main ([73fa31d](https://github.com/VinciGit00/Scrapegraph-ai/commit/73fa31db0f791d1fd63b489ac88cc6e595aa07f9))
|
||||
* **verbose:** centralized graph logging on debug or warning depending on verbose ([c807695](https://github.com/VinciGit00/Scrapegraph-ai/commit/c807695720a85c74a0b4365afb397bbbcd7e2889))
|
||||
* **node:** knowledge graph node ([8c33ea3](https://github.com/VinciGit00/Scrapegraph-ai/commit/8c33ea3fbce18f74484fe7bd9469ab95c985ad0b))
|
||||
* **multiple:** quick fix working ([58cc903](https://github.com/VinciGit00/Scrapegraph-ai/commit/58cc903d556d0b8db10284493b05bed20992c339))
|
||||
* **kg:** removed import ([a338383](https://github.com/VinciGit00/Scrapegraph-ai/commit/a338383399b669ae2dd7bfcec168b791e8206816))
|
||||
* **docloaders:** undetected-playwright ([7b3ee4e](https://github.com/VinciGit00/Scrapegraph-ai/commit/7b3ee4e71e4af04edeb47999d70d398b67c93ac4))
|
||||
* **multiple_search:** working multiple example ([bed3eed](https://github.com/VinciGit00/Scrapegraph-ai/commit/bed3eed50c1678cfb07cba7b451ac28d38c87d7c))
|
||||
* **kg:** working rag kg ([c75e6a0](https://github.com/VinciGit00/Scrapegraph-ai/commit/c75e6a06b1a647f03e6ac6eeacdc578a85baa25b))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* error in jsons ([ca436ab](https://github.com/VinciGit00/Scrapegraph-ai/commit/ca436abf3cbff21d752a71969e787e8f8c98c6a8))
|
||||
* **logger:** set up centralized root logger in base node ([4348d4f](https://github.com/VinciGit00/Scrapegraph-ai/commit/4348d4f4db6f30213acc1bbccebc2b143b4d2636))
|
||||
* **logging:** source code citation ([d139480](https://github.com/VinciGit00/Scrapegraph-ai/commit/d1394809d704bee4085d494ddebab772306b3b17))
|
||||
* template names ([b82f33a](https://github.com/VinciGit00/Scrapegraph-ai/commit/b82f33aee72515e4258e6f508fce15028eba5cbe))
|
||||
* **node-logging:** use centralized logger in each node for logging ([c251cc4](https://github.com/VinciGit00/Scrapegraph-ai/commit/c251cc45d3694f8e81503e38a6d2b362452b740e))
|
||||
* **web-loader:** use sublogger ([0790ecd](https://github.com/VinciGit00/Scrapegraph-ai/commit/0790ecd2083642af9f0a84583216ababe351cd76))
|
||||
|
||||
|
||||
### CI
|
||||
|
||||
* **release:** 1.2.0-beta.1 [skip ci] ([fd3e0aa](https://github.com/VinciGit00/Scrapegraph-ai/commit/fd3e0aa5823509dfb46b4f597521c24d4eb345f1))
|
||||
* **release:** 1.3.0-beta.1 [skip ci] ([191db0b](https://github.com/VinciGit00/Scrapegraph-ai/commit/191db0bc779e4913713b47b68ec4162a347da3ea))
|
||||
* **release:** 1.4.0-beta.1 [skip ci] ([2caddf9](https://github.com/VinciGit00/Scrapegraph-ai/commit/2caddf9a99b5f3aedc1783216f21d23cd35b3a8c))
|
||||
* **release:** 1.4.0-beta.2 [skip ci] ([f1a2523](https://github.com/VinciGit00/Scrapegraph-ai/commit/f1a25233d650010e1932e0ab80938079a22a296d))
|
||||
|
||||
## [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)
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
name = "scrapegraphai"
|
||||
|
||||
|
||||
version = "1.4.0b2"
|
||||
version = "1.5.0b1"
|
||||
|
||||
|
||||
description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."
|
||||
|
||||
Loading…
Reference in New Issue
Block a user