Skip to content
Snippets Groups Projects
  1. Feb 01, 2023
  2. Jan 22, 2023
  3. Jan 20, 2023
  4. Jan 19, 2023
  5. Jan 17, 2023
    • David Robertson's avatar
      Require poetry>=1.3.2 (#14860) · b88cfe6d
      David Robertson authored
      
      * Upgrade to new lockfile format
      
      Now requires poetry >= 1.2.2 to read and poetry >= 1.3.0 to write.
      
      Cheat sheet:
      
      ```
      poetry --version
      poetry show > scratch/before
      pipx upgrade poetry
      poetry --version
      poetry show > scratch/after
      diff scratch{before,after} && echo "no change!"
      ```
      
      * Use Poetry 1.3.2 when reading or writing lockfile
      
      * Remove unneeded(?) poetry dep for cibuildwheel
      
      * Update docs
      
      * Remove redundant call to setup-python
      
      * Remove outdated comments related to Poetry 1.x
      
      * Remove outdated docs line
      
      was fixed in #13082
      
      * Minor improvements to poetry cheat sheet
      
      * Invoke setup-python-poetry with explicit version
      
      Not sure about this. It's hardcoding versions everywhere.
      
      * Changelog
      
      * Check the lockfile is version 2.0
      
      Might one day incorporate other checks like #14742
      
      * Typo fixes, thanks Sean
      
      Co-authored-by: default avatarSean Quah <8349537+squahtx@users.noreply.github.com>
      
      Co-authored-by: default avatarSean Quah <8349537+squahtx@users.noreply.github.com>
      Unverified
      b88cfe6d
    • David Robertson's avatar
      Stabilise serving partial join responses (#14839) · 5b3af1c7
      David Robertson authored
      Serving partial join responses is no longer experimental. They will only be served under the stable identifier if the the undocumented config flag experimental.msc3706_enabled is set to true.
      
      Synapse continues to request a partial join only if the undocumented config flag experimental.faster_joins is set to true; this setting remains present and unaffected.
      Unverified
      5b3af1c7
  6. Jan 13, 2023
  7. Jan 04, 2023
  8. Jan 01, 2023
  9. Dec 20, 2022
  10. Dec 12, 2022
  11. Dec 07, 2022
  12. Nov 28, 2022
  13. Nov 16, 2022
  14. Nov 09, 2022
  15. Nov 08, 2022
  16. Nov 01, 2022
  17. Oct 18, 2022
  18. Oct 17, 2022
  19. Oct 14, 2022
  20. Oct 13, 2022
  21. Oct 12, 2022
  22. Oct 11, 2022
  23. Oct 06, 2022
  24. Oct 05, 2022
  25. Sep 27, 2022
  26. Sep 16, 2022
  27. Sep 06, 2022
  28. Sep 01, 2022
  29. Aug 12, 2022
  30. Aug 04, 2022
  31. Aug 03, 2022
  32. Aug 01, 2022
Loading