Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: henry40408/lmb

Tags

3.1.7

Toggle 3.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update dependencies and test commands (#83)

* chore: update test commands to use snapbox's cmd module

* chore: update crypto-common to version 0.1.7, jiff and jiff-static to version 0.2.16, and adjust dependencies

3.1.6

Toggle 3.1.6's commit message

Verified

This commit was signed with the committer’s verified signature.
henry40408 Heng-Yi Wu
chore: update Rust toolchain version to 1.91.0 in workflow and Docker…

…file

3.1.5

Toggle 3.1.5's commit message

Verified

This commit was signed with the committer’s verified signature.
henry40408 Heng-Yi Wu
chore: update clap and clap_builder to version 4.5.50; downgrade wind…

…ows-sys to version 0.52.0

3.1.4

Toggle 3.1.4's commit message

Verified

This commit was signed with the committer’s verified signature.
henry40408 Heng-Yi Wu
chore: update bon and bon-macros to version 3.8.0, update parking_lot…

… and parking_lot_core versions, and add windows-link version 0.2.0

3.1.3

Toggle 3.1.3's commit message

Verified

This commit was signed with the committer’s verified signature.
henry40408 Heng-Yi Wu
chore: update serde and serde_core to version 1.0.228

3.1.2

Toggle 3.1.2's commit message

Verified

This commit was signed with the committer’s verified signature.
henry40408 Heng-Yi Wu
chore: update windows-sys to version 0.59.0 and serde to version 1.0.226

3.1.1

Toggle 3.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: request handlers and add base64 response support (#53)

* refactor: update response types in request handlers to use Body instead of String

* feat: add support for base64 encoded responses in Lua handler and update request processing

3.1.0

Toggle 3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: enhance permissions checks for environment variables and networ…

…k resources with additional test cases (#44)

3.0.0

Toggle 3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: enhance Lua error handling and testing (#39)

* feat: add error handling and integration test for Lua script execution

* feat: add Lua error handling tests for value and expression errors

* feat: add syntax error handling and integration test for Lua scripts

* feat: enhance Lua error handling with improved traceback parsing and integration tests

* feat: add integration test for Lua callback expression error handling

* feat: improve error reporting in Lua integration tests and main application

2.0.0

Toggle 2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add HTTP server with Lua script handling and improve state mana…

…gement (#31)

* feat: reorganize command options for clarity and adjust timeout handling

* feat: add HTTP server with Lua script handling and state management

- Introduced `axum` for HTTP server capabilities, allowing Lua scripts to be served over HTTP.
- Added new Lua fixtures for echo and simple HTML responses.
- Enhanced `Runner` and `State` structures to support passing state and request information to Lua scripts.
- Updated dependencies in `Cargo.toml` for `axum` and `byte-unit`.
- Refactored HTTP response handling to include headers and status codes in the Lua context.
- Improved error handling and logging throughout the application.
- Modified tests to accommodate new features and ensure proper functionality.

* chore: update dependencies in Cargo.lock for improved compatibility

* feat: add new dependencies and refactor AppState initialization for improved configuration

* feat: add new dependencies for os_pipe and wait-timeout, and update snapbox features

* feat: update CI workflow to ignore main.rs in coverage report and refactor request handling into serve.rs

* fix: downgrade windows-sys dependency from 0.59.0 to 0.52.0 for compatibility

* feat: enhance tracing by using `Instrument` for better span management in HTTP and IO bindings

* fix: improve header handling in request response by ensuring all header values are converted to strings

* chore: update bon and clap dependencies to versions 3.7.2 and 4.5.47, respectively, and upgrade windows-sys to 0.59.0