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.5.3
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.6.0
Choose a head ref
  • 12 commits
  • 17 files changed
  • 4 contributors

Commits on Jul 15, 2021

  1. Use Actix as base instead of Hyper (#35)

    * Gernal tidy up
    
    * Remove GIL lock on adding new route
    
    * Print error if python errors & use call count test
    
    * Initial try with actix
    
    * Add ability to set custom headers
    
    * Pass body to post requests
    
    * Make start flag static
    JackThomson2 authored Jul 15, 2021
    Configuration menu
    Copy the full SHA
    f15daae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5862111 View commit details
    Browse the repository at this point in the history
  3. Update python dependencies

    sansyrox committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    58ee1ce View commit details
    Browse the repository at this point in the history
  4. Add colored logging

    sansyrox committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    889fcb7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    66c231a View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2021

  1. Update docs

    sansyrox committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    87c60fb View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Configuration menu
    Copy the full SHA
    abd3087 View commit details
    Browse the repository at this point in the history
  2. Add the ability to have request objects in routes (#61)

    * Create a request object
    
    * Add request object for delete as well
    sansyrox authored Aug 3, 2021
    Configuration menu
    Copy the full SHA
    0551c63 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Update to pyo3 v0.14

    test with extension module
    
    Check pipeline
    
    Fix pyo3 pipeline
    
    Try changing shell
    
    Try removing deprecation
    
    Update latest Cargo files
    sansyrox committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    32d475a View commit details
    Browse the repository at this point in the history
  2. Fixed event loop scoping, removed 0.13 pyo3-asyncio API calls (#70)

    Co-authored-by: Andrew J Westlake <awestlake87@yahoo.com>
    2 people authored and sansyrox committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    b4da286 View commit details
    Browse the repository at this point in the history
  3. Update Cargo.toml to point to head

    Update Cargo.toml to point to head
    sansyrox committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    a48bccf View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. Release v0.6.0

    sansyrox committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    29f4c60 View commit details
    Browse the repository at this point in the history
Loading