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: turt2live/matrix-bot-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.5
Choose a base ref
...
head repository: turt2live/matrix-bot-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.6
Choose a head ref
  • 7 commits
  • 18 files changed
  • 6 contributors

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    d4612db View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

  1. Allow usage of the SQLite-based crypto store (#315)

    * Allow usage of the SQLite-based crypto store
    
    Signed-off-by: Andrew Ferrazzutti <[email protected]>
    
    * Add types for lowdb
    
    Signed-off-by: Andrew Ferrazzutti <[email protected]>
    
    * Update tests
    
    Signed-off-by: Andrew Ferrazzutti <[email protected]>
    
    * Update examples
    
    Signed-off-by: Andrew Ferrazzutti <[email protected]>
    
    * Fix lint rules for new the imports in examples
    
    Signed-off-by: Andrew Ferrazzutti <[email protected]>
    
    * Test the SQLite crypto store
    
    Run all tests with both the Sled and SQLite store types
    
    Signed-off-by: Andrew Ferrazzutti <[email protected]>
    
    * Fix lint rules
    
    Signed-off-by: Andrew Ferrazzutti <[email protected]>
    
    * Add missing semicolon
    
    Signed-off-by: Andrew Ferrazzutti <[email protected]>
    
    * Apply suggestions from code review
    
    ---------
    
    Signed-off-by: Andrew Ferrazzutti <[email protected]>
    Co-authored-by: Travis Ralston <[email protected]>
    AndrewFerr and turt2live authored May 13, 2023
    Configuration menu
    Copy the full SHA
    943cef4 View commit details
    Browse the repository at this point in the history
  2. Add external_ids typings to SynapseUser (#296)

    * Add external_ids typings to SynapseUser
    
    Signed-off-by: Tadeusz Sośnierz <[email protected]>
    
    * Optionalize external_ids
    
    ---------
    
    Signed-off-by: Tadeusz Sośnierz <[email protected]>
    Co-authored-by: Tadeusz Sośnierz <[email protected]>
    Co-authored-by: Travis Ralston <[email protected]>
    3 people authored May 13, 2023
    Configuration menu
    Copy the full SHA
    b329067 View commit details
    Browse the repository at this point in the history
  3. Update supported NodeJS versions (16, 18, and 20), and rust-sdk bindi…

    …ngs to match (#318)
    
    * Update supported nodejs versions (16, 18, and 20)
    
    * Update rust-sdk bindings to match supported nodejs versions
    turt2live authored May 13, 2023
    Configuration menu
    Copy the full SHA
    2f768c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7bb57ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58aa87b View commit details
    Browse the repository at this point in the history
  6. v0.6.6

    turt2live committed May 13, 2023
    Configuration menu
    Copy the full SHA
    8c2116e View commit details
    Browse the repository at this point in the history
Loading