Skip to content

Commit 41964c5

Browse files
ci(release): 1.7.0 [skip ci]
## [1.7.0](v1.6.1...v1.7.0) (2024-06-17) ### Features * add caching ([d790361](d790361)) * add csv scraper and xml scraper multi ([b408655](b408655)) * add dynamic caching ([7ed2fe8](7ed2fe8)) * **indexify-node:** add example ([5d1fbf8](5d1fbf8)) * add forcing format as json ([5cfc101](5cfc101)) * add json as output ([5d20186](5d20186)) * add json multiscraper ([5bda918](5bda918)) * add new chunking function ([e1f045b](e1f045b)) * add Parse_Node ([e6c7940](e6c7940)) * add pdf scraper multi graph ([f5cbd80](f5cbd80)) * **merge:** add scriptcreatormulti, rag cache and semchunk ([15421ef](15421ef)) * **telemetry:** add telemetry module ([080a318](080a318)) * Add tests for RobotsNode and update test setup ([b0511ae](b0511ae)) * Add tests for SmartScraperGraph using sample text and configuration fixtures ([@tejhande](https://github.com/tejhande)) ([c927145](c927145)) * Add tests for SmartScraperGraph using sample text and configuration fixtures ([@tejhande](https://github.com/tejhande)) ([9e7038c](9e7038c)) * Add tests for SmartScraperGraph using sample text and configuration fixtures ([@tejhande](https://github.com/tejhande)) ([c286b16](c286b16)) * Add tests for SmartScraperGraph using sample text and configuration fixtures ([@tejhande](https://github.com/tejhande)) ([08f1be6](08f1be6)) * **pydantic:** added pydantic output schema ([376f758](376f758)) * **append_node:** append node to existing graph ([f8b08e0](f8b08e0)) * fix an if ([c8d556d](c8d556d)) * **schema:** merge scripts to follow pydantic schema ([5d692bf](5d692bf)) * refactoring of abstract graph ([fff89f4](fff89f4)) * refactoring of an in if ([244aada](244aada)) * refactoring of rag node ([7a13a68](7a13a68)) * removed a bug ([8de720d](8de720d)) * removed rag node ([930f673](930f673)) * **version:** update burr version ([cfa1336](cfa1336)) * update fetch node ([1e7f334](1e7f334)) ### Bug Fixes * add chinese embedding model ([03ffebc](03ffebc)) * common params ([6b4cdf9](6b4cdf9)) * **cache:** correctly pass the node arguments and logging ([c881f64](c881f64)) * **pdf:** correctly read .pdf files ([203de83](203de83)) * fix robot node ([2419003](2419003)) * **node:** fixed generate answer node pydantic schema ([ab00f23](ab00f23)) * **schema:** fixed json output ([5c9843f](5c9843f)) * oneapi model ([4fcb990](4fcb990)) * shallow copy config of create_embedder ([62b372b](62b372b)) * test for fetch node ([49c7e0e](49c7e0e)) * typo in prompt ([4639f0c](4639f0c)) * **multi:** updated multi pdf scraper with schema ([91c5b5a](91c5b5a)) ### Docs * **cache:** added cache_path param ([edddb68](edddb68)) * better logging ([283b61f](283b61f)) * **scriptcreator:** enhance documentation ([650c3aa](650c3aa)) * fix label&logo for github action badges ([071f3d1](071f3d1)) * refactor graph section and added telemetry ([39bf4c9](39bf4c9)) * stylize badges in readme ([8696ade](8696ade)) ### Refactor * add missing schemas and renamed files ([09cb6e9](09cb6e9)) ### Test * fix tests for fetch node with proper mock&refactor ([17dd936](17dd936)) ### CI * **release:** 1.5.3-beta.1 [skip ci] ([6ea1d2c](6ea1d2c)) * **release:** 1.5.3-beta.2 [skip ci] ([b57bcef](b57bcef)) * **release:** 1.5.5-beta.1 [skip ci] ([38d138e](38d138e)) * **release:** 1.6.0-beta.1 [skip ci] ([1d217e4](1d217e4)) * **release:** 1.6.0-beta.10 [skip ci] ([4d0d8fa](4d0d8fa)) * **release:** 1.6.0-beta.11 [skip ci] ([3453ac0](3453ac0)) * **release:** 1.6.0-beta.2 [skip ci] ([ed1dc0b](ed1dc0b)) * **release:** 1.6.0-beta.3 [skip ci] ([b70cb37](b70cb37)) * **release:** 1.6.0-beta.4 [skip ci] ([08a14ef](08a14ef)) * **release:** 1.6.0-beta.5 [skip ci] ([dde0c7e](dde0c7e)) * **release:** 1.6.0-beta.6 [skip ci] ([ac8e7c1](ac8e7c1)) * **release:** 1.6.0-beta.7 [skip ci] ([cab5f68](cab5f68)) * **release:** 1.6.0-beta.8 [skip ci] ([7a6f016](7a6f016)) * **release:** 1.6.0-beta.9 [skip ci] ([ca8aff8](ca8aff8)) * **release:** 1.7.0-beta.1 [skip ci] ([84a74b2](84a74b2)) * **release:** 1.7.0-beta.10 [skip ci] ([7f3b907](7f3b907)) * **release:** 1.7.0-beta.11 [skip ci] ([c016efd](c016efd)) * **release:** 1.7.0-beta.12 [skip ci] ([a794405](a794405)) * **release:** 1.7.0-beta.2 [skip ci] ([e5bb5ae](e5bb5ae)) * **release:** 1.7.0-beta.3 [skip ci] ([85a75c8](85a75c8)) * **release:** 1.7.0-beta.4 [skip ci] ([b4d7532](b4d7532)) * **release:** 1.7.0-beta.5 [skip ci] ([79b8326](79b8326)) * **release:** 1.7.0-beta.6 [skip ci] ([dae3158](dae3158)) * **release:** 1.7.0-beta.7 [skip ci] ([7da6cd2](7da6cd2)) * **release:** 1.7.0-beta.8 [skip ci] ([a87702f](a87702f)) * **release:** 1.7.0-beta.9 [skip ci] ([0c5d6e2](0c5d6e2))
1 parent 4238210 commit 41964c5

File tree

2 files changed

+101
-1
lines changed

2 files changed

+101
-1
lines changed

CHANGELOG.md

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,103 @@
1+
## [1.7.0](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.6.1...v1.7.0) (2024-06-17)
2+
3+
4+
### Features
5+
6+
* add caching ([d790361](https://github.com/VinciGit00/Scrapegraph-ai/commit/d79036149a3197a385b73553f29df66d36480c38))
7+
* add csv scraper and xml scraper multi ([b408655](https://github.com/VinciGit00/Scrapegraph-ai/commit/b4086550cc9dc42b2fd91ee7ef60c6a2c2ac3fd2))
8+
* add dynamic caching ([7ed2fe8](https://github.com/VinciGit00/Scrapegraph-ai/commit/7ed2fe8ef0d16fd93cb2ff88840bcaa643349e33))
9+
* **indexify-node:** add example ([5d1fbf8](https://github.com/VinciGit00/Scrapegraph-ai/commit/5d1fbf806a20746931ebb7fcb32c383d9d549d93))
10+
* add forcing format as json ([5cfc101](https://github.com/VinciGit00/Scrapegraph-ai/commit/5cfc10178abf0b7a3e0b2229512396e243305438))
11+
* add json as output ([5d20186](https://github.com/VinciGit00/Scrapegraph-ai/commit/5d20186bf20fb2384f2a9e7e81c2e875ff50a4f3))
12+
* add json multiscraper ([5bda918](https://github.com/VinciGit00/Scrapegraph-ai/commit/5bda918a39e4b50d86d784b4c592cc2ea1a68986))
13+
* add new chunking function ([e1f045b](https://github.com/VinciGit00/Scrapegraph-ai/commit/e1f045b2809fc7db0c252f4c6f2f9a435c66ba91))
14+
* add Parse_Node ([e6c7940](https://github.com/VinciGit00/Scrapegraph-ai/commit/e6c7940a57929c2ed8c9fda1a6e375cc87a2b7f4))
15+
* add pdf scraper multi graph ([f5cbd80](https://github.com/VinciGit00/Scrapegraph-ai/commit/f5cbd80c977f51233ac1978d8450fcf0ec2ff461))
16+
* **merge:** add scriptcreatormulti, rag cache and semchunk ([15421ef](https://github.com/VinciGit00/Scrapegraph-ai/commit/15421eff7009b80293f7d84df5086d22944dfb99))
17+
* **telemetry:** add telemetry module ([080a318](https://github.com/VinciGit00/Scrapegraph-ai/commit/080a318ff68652a3c81a6890cd40fd20c48ac6d0))
18+
* Add tests for RobotsNode and update test setup ([b0511ae](https://github.com/VinciGit00/Scrapegraph-ai/commit/b0511aeaaac55570c8dad25b7cac7237bd20ef4c))
19+
* Add tests for SmartScraperGraph using sample text and configuration fixtures ([@tejhande](https://github.com/tejhande)) ([c927145](https://github.com/VinciGit00/Scrapegraph-ai/commit/c927145bd06693d0fad02b2285b426276b7d61a8))
20+
* Add tests for SmartScraperGraph using sample text and configuration fixtures ([@tejhande](https://github.com/tejhande)) ([9e7038c](https://github.com/VinciGit00/Scrapegraph-ai/commit/9e7038c5962563f53e0d44943d5c604cb1a2b035))
21+
* Add tests for SmartScraperGraph using sample text and configuration fixtures ([@tejhande](https://github.com/tejhande)) ([c286b16](https://github.com/VinciGit00/Scrapegraph-ai/commit/c286b1649e75d6c655698f38d695b58e3efa6270))
22+
* Add tests for SmartScraperGraph using sample text and configuration fixtures ([@tejhande](https://github.com/tejhande)) ([08f1be6](https://github.com/VinciGit00/Scrapegraph-ai/commit/08f1be682b0509f1e06148269fec1fa2897c394e))
23+
* **pydantic:** added pydantic output schema ([376f758](https://github.com/VinciGit00/Scrapegraph-ai/commit/376f758a76e3e111dc34416dedf8e294dc190963))
24+
* **append_node:** append node to existing graph ([f8b08e0](https://github.com/VinciGit00/Scrapegraph-ai/commit/f8b08e0b33ca31124c2773f47a624eeb0a4f302f))
25+
* fix an if ([c8d556d](https://github.com/VinciGit00/Scrapegraph-ai/commit/c8d556da4e4b8730c6c35f1d448270b8e26923f2))
26+
* **schema:** merge scripts to follow pydantic schema ([5d692bf](https://github.com/VinciGit00/Scrapegraph-ai/commit/5d692bff9e4f124146dd37e573f7c3c0aa8d9a23))
27+
* refactoring of abstract graph ([fff89f4](https://github.com/VinciGit00/Scrapegraph-ai/commit/fff89f431f60b5caa4dd87643a1bb8895bf96d48))
28+
* refactoring of an in if ([244aada](https://github.com/VinciGit00/Scrapegraph-ai/commit/244aada2de1f3bc88782fa90e604e8b936b79aa4))
29+
* refactoring of rag node ([7a13a68](https://github.com/VinciGit00/Scrapegraph-ai/commit/7a13a6819ff35a6f6197ee837d0eb8ea65e31776))
30+
* removed a bug ([8de720d](https://github.com/VinciGit00/Scrapegraph-ai/commit/8de720d37958e31b73c5c89bc21f474f3303b42b))
31+
* removed rag node ([930f673](https://github.com/VinciGit00/Scrapegraph-ai/commit/930f67374752561903462a25728c739946f9449b))
32+
* **version:** update burr version ([cfa1336](https://github.com/VinciGit00/Scrapegraph-ai/commit/cfa13368f4d5c7dd8be27aabe19c7602d24686da))
33+
* update fetch node ([1e7f334](https://github.com/VinciGit00/Scrapegraph-ai/commit/1e7f3349f3192ca1b9c54b110619171c5248816c))
34+
35+
36+
### Bug Fixes
37+
38+
* add chinese embedding model ([03ffebc](https://github.com/VinciGit00/Scrapegraph-ai/commit/03ffebc52de3fc6f80a968880e8ade3e3cdf95ec))
39+
* common params ([6b4cdf9](https://github.com/VinciGit00/Scrapegraph-ai/commit/6b4cdf92b82fa143e4217a2e5da46d04f2585de8))
40+
* **cache:** correctly pass the node arguments and logging ([c881f64](https://github.com/VinciGit00/Scrapegraph-ai/commit/c881f64209a86a69ddd3105f5d0360d9ed183490))
41+
* **pdf:** correctly read .pdf files ([203de83](https://github.com/VinciGit00/Scrapegraph-ai/commit/203de834051ea1d6443841921f3aa3e6adbd9174))
42+
* fix robot node ([2419003](https://github.com/VinciGit00/Scrapegraph-ai/commit/24190039996b9cbe04952f6734d996e0cdb15296))
43+
* **node:** fixed generate answer node pydantic schema ([ab00f23](https://github.com/VinciGit00/Scrapegraph-ai/commit/ab00f23d859c64995ccfe329b24379cf3c14d73c))
44+
* **schema:** fixed json output ([5c9843f](https://github.com/VinciGit00/Scrapegraph-ai/commit/5c9843f1410a78568892635e53872793d5ba0d6f))
45+
* oneapi model ([4fcb990](https://github.com/VinciGit00/Scrapegraph-ai/commit/4fcb9902fe4c147c61a1622a919ade338c03b8d8))
46+
* shallow copy config of create_embedder ([62b372b](https://github.com/VinciGit00/Scrapegraph-ai/commit/62b372b675a45ca4d031f337b6f8728151689442))
47+
* test for fetch node ([49c7e0e](https://github.com/VinciGit00/Scrapegraph-ai/commit/49c7e0eaab6fc7a9242054b7d3f375369af9bcdc))
48+
* typo in prompt ([4639f0c](https://github.com/VinciGit00/Scrapegraph-ai/commit/4639f0cac5029c6802a6caded7103d247f4f06dd))
49+
* **multi:** updated multi pdf scraper with schema ([91c5b5a](https://github.com/VinciGit00/Scrapegraph-ai/commit/91c5b5af43134671f4d5c801ee315f935b4fed4f))
50+
51+
52+
### Docs
53+
54+
* **cache:** added cache_path param ([edddb68](https://github.com/VinciGit00/Scrapegraph-ai/commit/edddb682d06262088885e340b7b73cc70adf9583))
55+
* better logging ([283b61f](https://github.com/VinciGit00/Scrapegraph-ai/commit/283b61fafcc805e7f866e1acf68ffd6581ace1a9))
56+
* **scriptcreator:** enhance documentation ([650c3aa](https://github.com/VinciGit00/Scrapegraph-ai/commit/650c3aaa60dab169358c2c04bfca9dee8d1a5d68))
57+
* fix label&logo for github action badges ([071f3d1](https://github.com/VinciGit00/Scrapegraph-ai/commit/071f3d19066eee6deb62a671132acf8a5b8ac927))
58+
* refactor graph section and added telemetry ([39bf4c9](https://github.com/VinciGit00/Scrapegraph-ai/commit/39bf4c960d703a321af64e3b1b41ca9a1a15794e))
59+
* stylize badges in readme ([8696ade](https://github.com/VinciGit00/Scrapegraph-ai/commit/8696adede79cf9557c49a8b30a095b76ec3d02f6))
60+
61+
62+
### Refactor
63+
64+
* add missing schemas and renamed files ([09cb6e9](https://github.com/VinciGit00/Scrapegraph-ai/commit/09cb6e964eaa41587237c622a1ea8894722d87cb))
65+
66+
67+
### Test
68+
69+
* fix tests for fetch node with proper mock&refactor ([17dd936](https://github.com/VinciGit00/Scrapegraph-ai/commit/17dd936af7cfd1d0822202d908e50ab11893bddd))
70+
71+
72+
### CI
73+
74+
* **release:** 1.5.3-beta.1 [skip ci] ([6ea1d2c](https://github.com/VinciGit00/Scrapegraph-ai/commit/6ea1d2c4d0aaf7a341a2ea6ea7070438a7610fe4))
75+
* **release:** 1.5.3-beta.2 [skip ci] ([b57bcef](https://github.com/VinciGit00/Scrapegraph-ai/commit/b57bcef5c18530ce03ff6ec65e9e33d00d9f6515))
76+
* **release:** 1.5.5-beta.1 [skip ci] ([38d138e](https://github.com/VinciGit00/Scrapegraph-ai/commit/38d138e36faa718632b7560fab197c25e24da9de))
77+
* **release:** 1.6.0-beta.1 [skip ci] ([1d217e4](https://github.com/VinciGit00/Scrapegraph-ai/commit/1d217e4ae682ddf16d911b6db6973dc05445660c))
78+
* **release:** 1.6.0-beta.10 [skip ci] ([4d0d8fa](https://github.com/VinciGit00/Scrapegraph-ai/commit/4d0d8fa453f411927f49d75b9f67fb08ab168759))
79+
* **release:** 1.6.0-beta.11 [skip ci] ([3453ac0](https://github.com/VinciGit00/Scrapegraph-ai/commit/3453ac01f5da9148c8d10f29724b4a1c20d0a6e8))
80+
* **release:** 1.6.0-beta.2 [skip ci] ([ed1dc0b](https://github.com/VinciGit00/Scrapegraph-ai/commit/ed1dc0be08faf7e050f627c175897ae9c0eccbcf))
81+
* **release:** 1.6.0-beta.3 [skip ci] ([b70cb37](https://github.com/VinciGit00/Scrapegraph-ai/commit/b70cb37c623d56f5508650937bc314724ceec0e9))
82+
* **release:** 1.6.0-beta.4 [skip ci] ([08a14ef](https://github.com/VinciGit00/Scrapegraph-ai/commit/08a14efdd334ae645cb5cfe0dec04332659b99d5))
83+
* **release:** 1.6.0-beta.5 [skip ci] ([dde0c7e](https://github.com/VinciGit00/Scrapegraph-ai/commit/dde0c7e27deb55a0005691d402406a13ee507420))
84+
* **release:** 1.6.0-beta.6 [skip ci] ([ac8e7c1](https://github.com/VinciGit00/Scrapegraph-ai/commit/ac8e7c12fe677a357b8b1b8d42a1aca8503de727))
85+
* **release:** 1.6.0-beta.7 [skip ci] ([cab5f68](https://github.com/VinciGit00/Scrapegraph-ai/commit/cab5f6828cac926a82d9ecfe7a97596aaabfa385))
86+
* **release:** 1.6.0-beta.8 [skip ci] ([7a6f016](https://github.com/VinciGit00/Scrapegraph-ai/commit/7a6f016f9231f92e1bb99059e08b431ce99b14cf))
87+
* **release:** 1.6.0-beta.9 [skip ci] ([ca8aff8](https://github.com/VinciGit00/Scrapegraph-ai/commit/ca8aff8d8849552159ff1b86fd175fa5e9fe7c1f))
88+
* **release:** 1.7.0-beta.1 [skip ci] ([84a74b2](https://github.com/VinciGit00/Scrapegraph-ai/commit/84a74b2f79a3f53e7112b6c7054c5764842bafd1))
89+
* **release:** 1.7.0-beta.10 [skip ci] ([7f3b907](https://github.com/VinciGit00/Scrapegraph-ai/commit/7f3b90741055cea074be12b4bd0fe68d4e2e01d8))
90+
* **release:** 1.7.0-beta.11 [skip ci] ([c016efd](https://github.com/VinciGit00/Scrapegraph-ai/commit/c016efd021b58930ca8f08881b0bb1d00064768c))
91+
* **release:** 1.7.0-beta.12 [skip ci] ([a794405](https://github.com/VinciGit00/Scrapegraph-ai/commit/a794405471f6cae4de161f2327e11f2883a4ed08))
92+
* **release:** 1.7.0-beta.2 [skip ci] ([e5bb5ae](https://github.com/VinciGit00/Scrapegraph-ai/commit/e5bb5ae473f1b5f68741126559d5033191f31c72))
93+
* **release:** 1.7.0-beta.3 [skip ci] ([85a75c8](https://github.com/VinciGit00/Scrapegraph-ai/commit/85a75c893a6b9b5d07f8f561f65bb562007c0a3e))
94+
* **release:** 1.7.0-beta.4 [skip ci] ([b4d7532](https://github.com/VinciGit00/Scrapegraph-ai/commit/b4d7532c6ce8e989403b94651af4b77738ab674d))
95+
* **release:** 1.7.0-beta.5 [skip ci] ([79b8326](https://github.com/VinciGit00/Scrapegraph-ai/commit/79b8326b5becce7ee22ff7323c00457f6dff7519))
96+
* **release:** 1.7.0-beta.6 [skip ci] ([dae3158](https://github.com/VinciGit00/Scrapegraph-ai/commit/dae3158519666af1747e5e9bc1263d6d4235997d))
97+
* **release:** 1.7.0-beta.7 [skip ci] ([7da6cd2](https://github.com/VinciGit00/Scrapegraph-ai/commit/7da6cd2ab2c3581599cd7516aaa56e2c2664f100))
98+
* **release:** 1.7.0-beta.8 [skip ci] ([a87702f](https://github.com/VinciGit00/Scrapegraph-ai/commit/a87702f107f3fd16ee73e1af1585cd763788bf46))
99+
* **release:** 1.7.0-beta.9 [skip ci] ([0c5d6e2](https://github.com/VinciGit00/Scrapegraph-ai/commit/0c5d6e2c82b9ee81c91cd2325948bb5a4eddcb31))
100+
1101
## [1.7.0-beta.12](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.7.0-beta.11...v1.7.0-beta.12) (2024-06-17)
2102

3103

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.7.0b12"
5+
version = "1.7.0"
66

77

88

0 commit comments

Comments
 (0)