Skip to content

Tags: tinystruct/tinystruct

Tags

v1.7.32

Toggle v1.7.32's commit message
Update the tinystruct version to be 1.7.32 and update SKILL.md

v1.7.31

Toggle v1.7.31's commit message
refactor(data): optimize Field and FieldInfo with HashMap and update …

…code comments

v1.7.30

Toggle v1.7.30's commit message
Update the version to be 1.7.30

v1.7.29

Toggle v1.7.29's commit message
Make JWT secret and public key separated and configurable

v1.7.28

Toggle v1.7.28's commit message
fix(security): prevent path traversal and refine HTTP server controls

- Enhance path normalization in `Dispatcher` and `HttpServer` to properly validate base directory boundaries and prevent directory traversal attacks.
- Update `sanitizeUri` in `HttpServer` to return a normalized `Path` and support longer URIs (up to 2048 chars).
- Hide sensitive exception details in HTTP 500 responses unless the environment is set to 'development'.
- Mark session cookies as `Secure` when requests are served over HTTPS.
- Update `maven-assembly-plugin` to version 3.7.1.
- Bump project version to 1.7.28.

v1.7.27

Toggle v1.7.27's commit message
Update the version to be 1.7.27, Update DEVELOPER_GUIDE.md and SKILL.md

v1.7.26

Toggle v1.7.26's commit message
Update application.properties to fix class not found issue, update sk…

…ills for MCP tool development. Urgent release to 1.7.26

v1.7.25

Toggle v1.7.25's commit message
Update application.properties

v1.7.24

Toggle v1.7.24's commit message
Add StringEscapeTest.java to test some cases.

v1.7.23

Toggle v1.7.23's commit message
Correct the typo error