-
-
Notifications
You must be signed in to change notification settings - Fork 260
Comparing changes
Open a pull request
base repository: sparckles/Robyn
base: v0.25.0
head repository: sparckles/Robyn
compare: v0.26.0
- 14 commits
- 50 files changed
- 10 contributors
Commits on Feb 23, 2023
-
feat: Robyn providing status codes (#429)
* Create status.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Adding Enum * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Rename status.py file Rename status.py file to status_codes.py. And rename enum to StatusCodes * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for afcf057 - Browse repository at this point
Copy the full SHA afcf057View commit details
Commits on Feb 25, 2023
-
feat: Allow global level Response headers (#410)
* feat: Allow global level response headers * fix(base_routes): Replace add_request_headers with add_response_header --------- Co-authored-by: Sanskar Jethi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 91ffd1c - Browse repository at this point
Copy the full SHA 91ffd1cView commit details
Commits on Mar 4, 2023
-
[pre-commit.ci] pre-commit autoupdate (#433)
updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.248 → v0.0.252](astral-sh/ruff-pre-commit@v0.0.248...v0.0.252) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ef0e8d9 - Browse repository at this point
Copy the full SHA ef0e8d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf64e52 - Browse repository at this point
Copy the full SHA bf64e52View commit details
Commits on Mar 6, 2023
-
Install the CodeSee workflow. Learn more at https://docs.codesee.io (#…
…438) Co-authored-by: codesee-maps[bot] <86324825+codesee-maps[bot]@users.noreply.github.com>
codesee-maps[bot] authoredMar 6, 2023 Configuration menu - View commit details
-
Copy full SHA for 2ae6585 - Browse repository at this point
Copy the full SHA 2ae6585View commit details
Commits on Mar 9, 2023
-
Replace integer status codes with Enum values of StatusCodes (#436)
* replace integer status codes with Enum values of StatusCodes * change imports to first import it to __init__.py and the re-export it * fix circular import
Configuration menu - View commit details
-
Copy full SHA for 0569bc5 - Browse repository at this point
Copy the full SHA 0569bc5View commit details -
[pre-commit.ci] pre-commit autoupdate (#437)
updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.252 → v0.0.254](astral-sh/ruff-pre-commit@v0.0.252...v0.0.254) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b753500 - Browse repository at this point
Copy the full SHA b753500View commit details
Commits on Mar 11, 2023
-
feat: Implement performance benchmarking (#443)
* feat: Implement performance benchmarking * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 92cf2c0 - Browse repository at this point
Copy the full SHA 92cf2c0View commit details
Commits on Mar 15, 2023
-
fix: Implement auto installation of uvloop on linux arm (#445)
* fix: Implement autoinstallation of uvloop on linux arm * fix: try removing platform specific dependencies
Configuration menu - View commit details
-
Copy full SHA for 69f940b - Browse repository at this point
Copy the full SHA 69f940bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d883ac - Browse repository at this point
Copy the full SHA 5d883acView commit details
Commits on Mar 19, 2023
-
feat: implement request/connection info interface (#441)
* Add additional example * Expose request info like HTTP method, host, protocol and path It needs to extend middleware logic (e.g. rewrite path) * Cosmetics * Use internal String to expose connection info * Use separate structure for uri components * Unify url structures to access the same interfaces * Use pydict instead of nested hashmap
Configuration menu - View commit details
-
Copy full SHA for a96db3a - Browse repository at this point
Copy the full SHA a96db3aView commit details
Commits on Mar 22, 2023
-
feat: get rid of intermediate representations of requests and respons…
…es (#397) * feat: get rid of intermediate representations of requests and responses * fix: do not copy request headers in response * feat: improve body access for request and response * fix: changes after review * fix: introduce PyRequest and PyResponse struct
Configuration menu - View commit details
-
Copy full SHA for e56e64b - Browse repository at this point
Copy the full SHA e56e64bView commit details -
[pre-commit.ci] pre-commit autoupdate (#449)
updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.254 → v0.0.257](astral-sh/ruff-pre-commit@v0.0.254...v0.0.257) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 01996b0 - Browse repository at this point
Copy the full SHA 01996b0View commit details
Commits on Mar 24, 2023
-
2
Configuration menu - View commit details
-
Copy full SHA for 3ef0cdb - Browse repository at this point
Copy the full SHA 3ef0cdbView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.25.0...v0.26.0