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.19.1
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.19.2
Choose a head ref
  • 3 commits
  • 23 files changed
  • 2 contributors

Commits on Dec 4, 2022

  1. fix: factorizing code (#322)

    * fix: factorizing code
    
    * fix: make FunctionInfo a dataclass
    
    * fix: changes after review
    AntoineRR authored Dec 4, 2022
    Configuration menu
    Copy the full SHA
    383ffc3 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. fix: response headers and headers not working in const requests (#331)

    * fix: allow response headers
    
    * fix: rename get_headers to get_request_headers
    
    * fix: header in const request bug and improve code architecture (#333)
    
    * test: add integration tests to verify headers in non const requests
    
    * docs: add documentation of per route headers
    
    Co-authored-by: Antoine Romero-Romero <45259848+AntoineRR@users.noreply.github.com>
    sansyrox and AntoineRR authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    61942c6 View commit details
    Browse the repository at this point in the history
  2. Release v0.19.2

    sansyrox committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    87394d0 View commit details
    Browse the repository at this point in the history
Loading