|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 0.1.0 (2025-09-26) |
| 4 | + |
| 5 | +Full Changelog: [v0.0.2...v0.1.0](https://github.com/ScrapeGraphAI/scrapegraphai-java/compare/v0.0.2...v0.1.0) |
| 6 | + |
| 7 | +### Features |
| 8 | + |
| 9 | +* add examples ([244ec60](https://github.com/ScrapeGraphAI/scrapegraphai-java/commit/244ec60f134d22f802e6bd85085e793116f7cd15)) |
| 10 | +* **client:** expose sleeper option ([31498f9](https://github.com/ScrapeGraphAI/scrapegraphai-java/commit/31498f9086172ba6d321db51a111b5560c6b458e)) |
| 11 | + |
| 12 | + |
| 13 | +### Bug Fixes |
| 14 | + |
| 15 | +* **ci:** use java-version 21 for publish step ([7fec339](https://github.com/ScrapeGraphAI/scrapegraphai-java/commit/7fec3394bb6955ef587400b910645422df75f25b)) |
| 16 | +* **client:** deserialization of empty objects ([e38e49a](https://github.com/ScrapeGraphAI/scrapegraphai-java/commit/e38e49aecbc41f8ad39a708c368b0d96f5e0ad41)) |
| 17 | +* **client:** ensure single timer is created per client ([31498f9](https://github.com/ScrapeGraphAI/scrapegraphai-java/commit/31498f9086172ba6d321db51a111b5560c6b458e)) |
| 18 | +* **client:** incorrect `getPackageVersion` impl ([2816d70](https://github.com/ScrapeGraphAI/scrapegraphai-java/commit/2816d70a176089871b1f30ae72729722acc7e3fb)) |
| 19 | + |
| 20 | + |
| 21 | +### Performance Improvements |
| 22 | + |
| 23 | +* **internal:** make formatting faster ([962b633](https://github.com/ScrapeGraphAI/scrapegraphai-java/commit/962b633969301291f5a1e27e44e75507657f19c3)) |
| 24 | + |
| 25 | + |
| 26 | +### Chores |
| 27 | + |
| 28 | +* **ci:** add build job ([b160680](https://github.com/ScrapeGraphAI/scrapegraphai-java/commit/b160680211abc84f1767ac89a134c1c9bbfa33b4)) |
| 29 | +* **ci:** reduce log noise ([11577b5](https://github.com/ScrapeGraphAI/scrapegraphai-java/commit/11577b5546813200fa5d4da6c2445bc59ab48cf7)) |
| 30 | +* **client:** refactor closing / shutdown ([a9a7732](https://github.com/ScrapeGraphAI/scrapegraphai-java/commit/a9a773243446462114da094d98419dcc771c05a9)) |
| 31 | +* improve formatter performance ([edb9343](https://github.com/ScrapeGraphAI/scrapegraphai-java/commit/edb93433720d26221871ad438df547b5b1d5fb11)) |
| 32 | +* **internal:** codegen related update ([e79ba3b](https://github.com/ScrapeGraphAI/scrapegraphai-java/commit/e79ba3bb42bbfe1971d42793fa4670382f1b1c85)) |
| 33 | +* **internal:** codegen related update ([bba3567](https://github.com/ScrapeGraphAI/scrapegraphai-java/commit/bba35670aa34c9bb0f89cbb278522d3b661f0c4a)) |
| 34 | +* **internal:** codegen related update ([54c20de](https://github.com/ScrapeGraphAI/scrapegraphai-java/commit/54c20de03a87907f8988f131eb5ab4e7813fd303)) |
| 35 | +* **internal:** codegen related update ([5177422](https://github.com/ScrapeGraphAI/scrapegraphai-java/commit/5177422b248308d811474d9085e698fa24604b4e)) |
| 36 | +* **internal:** dynamically determine included projects ([6ef030b](https://github.com/ScrapeGraphAI/scrapegraphai-java/commit/6ef030b80d8d31189ed7060c45b6cafc9c3f45c7)) |
| 37 | +* **internal:** support passing arguments to test script ([e858395](https://github.com/ScrapeGraphAI/scrapegraphai-java/commit/e8583958a6302c87d5474e18ac06ff0c6505df0d)) |
| 38 | +* **internal:** support running formatters directly ([62f3ad9](https://github.com/ScrapeGraphAI/scrapegraphai-java/commit/62f3ad9598e6787adbc0ac247e6ba65a1745312d)) |
| 39 | + |
3 | 40 | ## 0.0.2 (2025-08-12) |
4 | 41 |
|
5 | 42 | Full Changelog: [v0.0.1...v0.0.2](https://github.com/ScrapeGraphAI/scrapegraphai-java/compare/v0.0.1...v0.0.2) |
|
0 commit comments