|
1 | | -# What's New in tinystruct 1.7.17 |
| 1 | +# What's New in tinystruct 1.7.18 |
2 | 2 |
|
3 | | -This document highlights the new features, improvements, and changes introduced in tinystruct version 1.7.17. |
| 3 | +This document highlights the new features, improvements, and changes introduced in tinystruct version 1.7.18. |
4 | 4 |
|
5 | 5 | ## Major New Features |
6 | 6 |
|
@@ -154,7 +154,7 @@ bin/dispatcher start --import org.tinystruct.system.UndertowServer |
154 | 154 |
|
155 | 155 | ### Benchmark Results |
156 | 156 |
|
157 | | -Version 1.7.17 achieves exceptional performance: |
| 157 | +Version 1.7.18 achieves exceptional performance: |
158 | 158 |
|
159 | 159 | ``` |
160 | 160 | Running 30s test @ http://127.0.0.1:8080/?q=say/Praise the Lord! |
@@ -287,18 +287,18 @@ try (DatabaseOperator operator = new DatabaseOperator()) { |
287 | 287 |
|
288 | 288 | ### None |
289 | 289 |
|
290 | | -Version 1.7.17 maintains backward compatibility with previous 1.7.x versions. All existing code should continue to work without modifications. |
| 290 | +Version 1.7.18 maintains backward compatibility with previous 1.8.x versions. All existing code should continue to work without modifications. |
291 | 291 |
|
292 | 292 | ## Migration Guide |
293 | 293 |
|
294 | | -### From 1.7.15 to 1.7.17 |
| 294 | +### From 1.7.15 to 1.7.18 |
295 | 295 |
|
296 | 296 | 1. **Update Maven Dependency** |
297 | 297 | ```xml |
298 | 298 | <dependency> |
299 | 299 | <groupId>org.tinystruct</groupId> |
300 | 300 | <artifactId>tinystruct</artifactId> |
301 | | - <version>1.7.17</version> |
| 301 | + <version>1.7.18</version> |
302 | 302 | </dependency> |
303 | 303 | ``` |
304 | 304 |
|
@@ -340,7 +340,7 @@ Version 1.7.17 maintains backward compatibility with previous 1.7.x versions. Al |
340 | 340 |
|
341 | 341 | ## Conclusion |
342 | 342 |
|
343 | | -Version 1.7.17 represents a significant step forward for the tinystruct framework, adding modern features like HTTP method-specific actions, AI integration, and SSE support while maintaining the framework's core philosophy of simplicity, performance, and ease of use. |
| 343 | +Version 1.7.18 represents a significant step forward for the tinystruct framework, adding modern features like HTTP method-specific actions, AI integration, and SSE support while maintaining the framework's core philosophy of simplicity, performance, and ease of use. |
344 | 344 |
|
345 | 345 | The framework continues to deliver exceptional performance (86,000+ req/s) while remaining lightweight and developer-friendly. With no main() method required and unified CLI/Web support, tinystruct makes Java application development faster and more enjoyable. |
346 | 346 |
|
|
0 commit comments