Skip to content
Snippets Groups Projects
  1. Jul 01, 2021
  2. Jun 30, 2021
  3. Jun 23, 2021
    • Andrew Morgan's avatar
      Convert UPGRADE.rst to markdown (#10166) · 7f25d738
      Andrew Morgan authored
      This PR:
      
      * Converts UPGRADE.rst to markdown and moves the contents into the `docs/` directory.
      * Updates the contents of UPGRADE.rst to point to the website instead.
      * Updates links around the codebase that point to UPGRADE.rst.
      
      `pandoc` + some manual editing was used to convert from RST to md.
      7f25d738
  4. Jun 21, 2021
  5. Jun 18, 2021
  6. Jun 17, 2021
  7. Jun 16, 2021
  8. Jun 11, 2021
  9. Jun 10, 2021
  10. Jun 08, 2021
    • Dan Callahan's avatar
      Name release branches just after major.minor (#10013) · 7dc14730
      Dan Callahan authored
      
      With the prior format, 1.33.0 / 1.33.1 / 1.33.2 got separate branches:
      
          release-v1.33.0
          release-v1.33.1
          release-v1.33.2
      
      Under the new model, all three would share a common branch:
      
          release-v1.33
      
      As before, RCs and actual releases exist as tags on these branches.
      
      This better reflects our support model, e.g., that the "1.33" series had
      a formal release followed by two patches / updates.
      
      Signed-off-by: default avatarDan Callahan <danc@element.io>
      7dc14730
  11. Jun 07, 2021
  12. Jun 03, 2021
  13. Jun 02, 2021
  14. May 27, 2021
  15. May 26, 2021
  16. May 24, 2021
  17. May 20, 2021
  18. May 19, 2021
  19. May 18, 2021
  20. May 14, 2021
  21. May 13, 2021
  22. May 11, 2021
  23. May 05, 2021
    • Erik Johnston's avatar
      Limit how often GC happens by time. (#9902) · 1fb9a2d0
      Erik Johnston authored
      Synapse can be quite memory intensive, and unless care is taken to tune
      the GC thresholds it can end up thrashing, causing noticable performance
      problems for large servers. We fix this by limiting how often we GC a
      given generation, regardless of current counts/thresholds.
      
      This does not help with the reverse problem where the thresholds are set
      too high, but that should only happen in situations where they've been
      manually configured.
      
      Adds a `gc_min_seconds_between` config option to override the defaults.
      
      Fixes #9890.
      1fb9a2d0
  24. May 04, 2021
  25. Apr 29, 2021
  26. Apr 20, 2021
  27. Apr 19, 2021
Loading