Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sparckles/Robyn
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.25.0
Choose a base ref
...
head repository: sparckles/Robyn
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.26.0
Choose a head ref
  • 14 commits
  • 50 files changed
  • 10 contributors

Commits on Feb 23, 2023

  1. 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>
    carlosm27 and pre-commit-ci[bot] authored Feb 23, 2023
    Configuration menu
    Copy the full SHA
    afcf057 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. 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]>
    ParthS007 and sansyrox authored Feb 25, 2023
    Configuration menu
    Copy the full SHA
    91ffd1c View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. [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>
    pre-commit-ci[bot] authored Mar 4, 2023
    Configuration menu
    Copy the full SHA
    ef0e8d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf64e52 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. 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] authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    2ae6585 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. 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
    Noborita9 authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    0569bc5 View commit details
    Browse the repository at this point in the history
  2. [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>
    pre-commit-ci[bot] authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    b753500 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. 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>
    sansyrox and pre-commit-ci[bot] authored Mar 11, 2023
    Configuration menu
    Copy the full SHA
    92cf2c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. fix: Implement auto installation of uvloop on linux arm (#445)

    * fix: Implement autoinstallation of uvloop on linux arm
    
    * fix: try removing platform specific dependencies
    sansyrox authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    69f940b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d883ac View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. 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
    r3b-fish authored Mar 19, 2023
    Configuration menu
    Copy the full SHA
    a96db3a View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. 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
    AntoineRR authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    e56e64b View commit details
    Browse the repository at this point in the history
  2. [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>
    pre-commit-ci[bot] authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    01996b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Release v0.26.0

    sansyrox committed Mar 24, 2023
    2 Configuration menu
    Copy the full SHA
    3ef0cdb View commit details
    Browse the repository at this point in the history
Loading