bustapi 0.14.3__tar.gz → 0.14.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {bustapi-0.14.3 → bustapi-0.14.4}/.github/workflows/ci.yml +10 -2
- bustapi-0.14.4/AGENT_KNOWLEDGE.md +6 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/CHANGELOG.md +5 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/Cargo.lock +265 -178
- {bustapi-0.14.3 → bustapi-0.14.4}/Cargo.toml +4 -2
- {bustapi-0.14.3 → bustapi-0.14.4}/PKG-INFO +1 -1
- bustapi-0.14.4/benchmarks/README.md +43 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/benchmarks/benchmark_all.py +8 -8
- bustapi-0.14.4/benchmarks/rps_comparison.png +0 -0
- bustapi-0.14.4/benchmarks/turbomax_baseline.txt +20 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/changelog.md +5 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/pyproject.toml +1 -1
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/__init__.py +1 -1
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/app.py +22 -3
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/multiprocess.py +45 -11
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/server/runner.py +20 -3
- {bustapi-0.14.3 → bustapi-0.14.4}/src/bindings/app.rs +12 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/src/server/handlers.rs +4 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/src/server/startup.rs +81 -6
- bustapi-0.14.4/tests/test_https.py +31 -0
- bustapi-0.14.3/benchmarks/README.md +0 -43
- bustapi-0.14.3/benchmarks/rps_comparison.png +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/- +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/.github/FUNDING.yml +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/.github/workflows/ci-multiplatform.yml +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/.github/workflows/docs.yml +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/.github/workflows/manual-publish.yml +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/.gitignore +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/.python-version +0 -0
- /bustapi-0.14.3/AGENT_KNOWLEDGE.md → /bustapi-0.14.4/AGENTS.md +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/Dockerfile +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/LICENSE +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/README.md +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/benchmarks/CACHE_BENCHMARK.md +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/benchmarks/app.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/benchmarks/benchmark_avg.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/benchmarks/benchmark_cache.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/benchmarks/benchmark_combined.png +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/benchmarks/bustapi.md +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/benchmarks/bustapi_bench.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/benchmarks/bustapi_internal.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/benchmarks/comparison_bench.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/benchmarks/comprehensive_benchmark.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/benchmarks/gen_graph.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/benchmarks/quick_bench.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/benchmarks/resource_bench.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/benchmarks/run_comparison_auto.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/benchmarks/ws_benchmark.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/advanced/async.md +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/advanced/blueprints.md +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/advanced/dependency_injection.md +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/advanced/deployment.md +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/advanced/middleware.md +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/advanced/security.md +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/advanced/validation.md +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/api-reference.md +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/assets/logo.png +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/complete-api-reference.md +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/deployment-performance-guide.md +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/deployment.md +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/examples-guide.md +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/index.md +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/installation.md +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/overrides/.gitkeep +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/quickstart.md +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/release_track.md +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/site/advanced/async_support.html +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/site/advanced/blueprints.html +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/site/advanced/dependency_injection.html +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/site/advanced/middleware.html +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/site/advanced/validation.html +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/site/api/all.html +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/site/api/app.html +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/site/api/context.html +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/site/api/utilities.html +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/site/assets/logo.png +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/site/changelog.html +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/site/core_concepts/request_data.html +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/site/core_concepts/responses.html +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/site/core_concepts/routing.html +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/site/core_concepts/templates.html +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/site/examples/index.html +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/site/getting_started/index.html +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/site/getting_started/quickstart.html +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/site/index.html +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/site/script.js +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/site/style.css +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/stylesheets/extra.css +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/user-guide/authentication.md +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/user-guide/caching.md +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/user-guide/cli.md +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/user-guide/database.md +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/user-guide/documentation.md +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/user-guide/error_handling.md +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/user-guide/jwt.md +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/user-guide/logging.md +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/user-guide/multiprocessing.md +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/user-guide/request_data.md +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/user-guide/responses.md +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/user-guide/routing.md +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/user-guide/sessions.md +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/user-guide/static_files.md +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/user-guide/templates.md +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/user-guide/turbo-routes.md +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/user-guide/video-streaming.md +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/docs/websockets.md +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/examples/advanced/08_auto_docs.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/examples/advanced/12_test_modes.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/examples/advanced/13_error_handling.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/examples/advanced/14_middleware.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/examples/advanced/16_middleware_session.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/examples/advanced/20_file_uploads.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/examples/advanced/24_body_and_depends.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/examples/advanced/27_video_stream.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/examples/advanced/28_websocket.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/examples/advanced/29_turbo_websocket.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/examples/basics/01_hello_world.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/examples/basics/02_parameters.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/examples/basics/03_async.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/examples/basics/04_request_data.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/examples/basics/19_all_types.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/examples/database/07_database_raw.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/examples/database/10_database_sqlmodel.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/examples/routing/06_blueprints.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/examples/routing/09_complex_routing.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/examples/routing/21_path_validation.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/examples/routing/22_path_docs.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/examples/routing/23_query_validation.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/examples/routing/blueprint_with_jwt.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/examples/security/10_rate_limit_demo.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/examples/security/11_security_demo.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/examples/security/17_jwt_auth.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/examples/security/17_safe_features.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/examples/security/18_jwt_cookies.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/examples/security/18_safe_advanced.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/examples/security/18_session_login.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/examples/templates/05_templates.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/examples/templates/26_complex_template.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/examples/templates/templates/index.html +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/examples/turbo/cache_test.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/examples/turbo/fair_benchmark.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/examples/turbo/typed_turbo_example.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/examples/ws/app.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/examples/ws/templates/index.html +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/examples/ws/websockets_demo.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/examples/ws/ws_limit.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/mkdocs.yml +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/auth/__init__.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/auth/csrf.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/auth/decorators.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/auth/login.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/auth/password.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/auth/tokens.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/auth/user.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/cli/__init__.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/cli/main.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/context.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/core/__init__.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/core/asgi.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/core/exceptions.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/core/helpers.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/core/logging.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/dependencies.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/dispatch.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/documentation/__init__.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/documentation/generator.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/extraction.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/fastapi_compat.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/hooks.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/http/__init__.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/http/request.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/http/response.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/jwt.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/logging.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/middleware.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/params.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/py.typed +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/responses.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/routing/__init__.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/routing/blueprints.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/routing/decorators.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/safe/__init__.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/safe/concurrency.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/safe/types.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/security/__init__.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/security/extension.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/security/rate_limit.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/server/__init__.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/server/wsgi.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/sessions.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/templating/__init__.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/templating/engine.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/templating/mixin.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/testing/__init__.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/testing/client.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/utils.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/python/bustapi/websocket.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/run_all_examples.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/scratch/test_abort.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/scratch/test_headers.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/src/bindings/converters.rs +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/src/bindings/handlers.rs +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/src/bindings/mod.rs +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/src/bindings/request.rs +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/src/bindings/typed_turbo.rs +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/src/bindings/websocket.rs +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/src/crypto.rs +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/src/jwt.rs +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/src/lib.rs +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/src/logger.rs +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/src/rate_limiter.rs +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/src/request/methods.rs +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/src/request/mod.rs +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/src/request/tests.rs +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/src/response/builders.rs +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/src/response/methods.rs +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/src/response/mod.rs +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/src/router/handlers.rs +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/src/router/matching.rs +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/src/router/middleware.rs +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/src/router/mod.rs +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/src/router/tests.rs +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/src/server/mod.rs +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/src/server/stream.rs +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/src/static_files.rs +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/src/templating.rs +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/src/watcher.rs +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/src/websocket/config.rs +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/src/websocket/mod.rs +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/src/websocket/session.rs +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/src/websocket/turbo.rs +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/static/style.css +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/templates/base.html +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/templates/complex.html +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/tests/docs_test_all.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/tests/docs_test_api_reference.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/tests/docs_test_installation.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/tests/docs_test_quickstart.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/tests/docs_test_simple.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/tests/test_050_features.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/tests/test_async_hooks.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/tests/test_async_login.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/tests/test_auth.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/tests/test_discussion_21.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/tests/test_discussion_22.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/tests/test_discussion_28.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/tests/test_examples.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/tests/test_hot_reload.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/tests/test_issue_18.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/tests/test_issue_23.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/tests/test_issue_24.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/tests/test_issue_29.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/tests/test_jwt.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/tests/test_jwt_cookies.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/tests/test_login_manager.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/tests/test_middleware.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/tests/test_multiprocess_stability.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/tests/test_new_examples.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/tests/test_orm_conflict.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/tests/test_path_standalone.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/tests/test_path_validation.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/tests/test_rate_limit_rust.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/tests/test_safe.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/tests/test_security_unit.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/tests/test_sessions.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/tests/test_zero_copy.py +0 -0
- {bustapi-0.14.3 → bustapi-0.14.4}/tests/verify_router.py +0 -0
|
@@ -102,17 +102,21 @@ jobs:
|
|
|
102
102
|
- os: ubuntu-latest
|
|
103
103
|
target: x86_64-unknown-linux-gnu
|
|
104
104
|
args: --release --out dist --find-interpreter
|
|
105
|
+
manylinux: manylinux_2_28
|
|
105
106
|
- os: ubuntu-latest
|
|
106
107
|
target: x86_64-unknown-linux-musl
|
|
107
108
|
args: --release --out dist --find-interpreter
|
|
109
|
+
manylinux: musllinux_1_2
|
|
108
110
|
|
|
109
111
|
# Linux ARM64
|
|
110
112
|
- os: ubuntu-latest
|
|
111
113
|
target: aarch64-unknown-linux-gnu
|
|
112
114
|
args: --release --out dist --find-interpreter --no-default-features
|
|
115
|
+
manylinux: manylinux_2_28
|
|
113
116
|
- os: ubuntu-latest
|
|
114
117
|
target: aarch64-unknown-linux-musl
|
|
115
118
|
args: --release --out dist --find-interpreter --no-default-features
|
|
119
|
+
manylinux: musllinux_1_2
|
|
116
120
|
|
|
117
121
|
# Windows
|
|
118
122
|
- os: windows-latest
|
|
@@ -128,13 +132,17 @@ jobs:
|
|
|
128
132
|
args: --release --out dist --find-interpreter
|
|
129
133
|
steps:
|
|
130
134
|
- uses: actions/checkout@v4
|
|
131
|
-
|
|
135
|
+
|
|
136
|
+
- name: Set up QEMU
|
|
137
|
+
if: contains(matrix.target, 'aarch64-unknown-linux')
|
|
138
|
+
uses: docker/setup-qemu-action@v3
|
|
139
|
+
|
|
132
140
|
- name: Build wheels
|
|
133
141
|
uses: PyO3/maturin-action@v1
|
|
134
142
|
with:
|
|
135
143
|
target: ${{ matrix.target }}
|
|
136
144
|
args: ${{ matrix.args }}
|
|
137
|
-
manylinux: auto
|
|
145
|
+
manylinux: ${{ matrix.manylinux || 'auto' }}
|
|
138
146
|
|
|
139
147
|
- name: Upload wheels
|
|
140
148
|
uses: actions/upload-artifact@v4
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
# Agent Knowledge
|
|
2
|
+
|
|
3
|
+
To maintain consistency and performance in the BustAPI codebase, all AI agents must follow these instructions:
|
|
4
|
+
|
|
5
|
+
1. **Python Management**: Use `uv` for all Python-related tasks, including dependency management and running scripts/tests.
|
|
6
|
+
2. **Quality Control**: Always run linting checks (e.g., `ruff check`) before committing any changes to the repository.
|
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented here.
|
|
4
4
|
|
|
5
|
+
## [0.14.4] - 2026-07-23
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- **Native HTTPS Support**: Enabled native TLS/HTTPS capabilities in the Rust core powered by `rustls` and `rustls-pemfile`. Applications can now specify SSL certificates via `ssl_context=(cert_path, key_path)` in `app.run()` and `app.run_async()`, removing the dependency on external reverse proxies.
|
|
9
|
+
|
|
5
10
|
## [0.14.3] - 2026-06-19
|
|
6
11
|
|
|
7
12
|
### Fixed
|