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: http-rs/async-session
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: http-rs/async-session
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: overhaul-session-and-session-store
Choose a head ref
  • 5 commits
  • 12 files changed
  • 1 contributor

Commits on Feb 17, 2023

  1. overhaul async-session

    * Remove interior mutability inside of Session
    * store values in memory as serde_json::Values instead of strings
    * add Session::take_value
    * use dashmap in MemoryStore
    * add an Error associated type instead of using anyhow
    * remove reexported but unused libraries
    * make memory-store and cookie-store cargo features (currently enabled by default)
    * updates base64
    * adds Session::from_parts and Session::data
    jbr committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    a1a094e View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    60aaa4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    493fa04 View commit details
    Browse the repository at this point in the history
  3. fix format

    jbr committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    c862bde View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35cb099 View commit details
    Browse the repository at this point in the history
Loading