Skip to content
Snippets Groups Projects
  1. Oct 27, 2023
  2. Oct 26, 2023
    • Patrick Cloke's avatar
      Add a new module API to update user presence state. (#16544) · 85e5f2dc
      Patrick Cloke authored
      This adds a module API which allows a module to update a user's
      presence state/status message. This is useful for controlling presence
      from an external system.
      
      To fully control presence from the module the presence.enabled config
      parameter gains a new state of "untracked" which disables internal tracking
      of presence changes via user actions, etc. Only updates from the module will
      be persisted and sent down sync properly).
      85e5f2dc
  3. Oct 25, 2023
  4. Oct 24, 2023
  5. Oct 23, 2023
    • Erik Johnston's avatar
      Fix bug where a new writer advances their token too quickly (#16473) · 8f35f814
      Erik Johnston authored
      * Fix bug where a new writer advances their token too quickly
      
      When starting a new writer (for e.g. persisting events), the
      `MultiWriterIdGenerator` doesn't have a minimum token for it as there
      are no rows matching that new writer in the DB.
      
      This results in the the first stream ID it acquired being announced as
      persisted *before* it actually finishes persisting, if another writer
      gets and persists a subsequent stream ID. This is due to the logic of
      setting the minimum persisted position to the minimum known position of
      across all writers, and the new writer starts off not being considered.
      
      * Fix sending out POSITIONs when our token advances without update
      
      Broke in #14820
      
      * For replication HTTP requests, only wait for minimal position
      8f35f814
    • Marcel's avatar
  6. Oct 20, 2023
  7. Oct 12, 2023
  8. Oct 06, 2023
  9. Oct 03, 2023
  10. Oct 02, 2023
  11. Sep 28, 2023
  12. Sep 26, 2023
  13. Sep 25, 2023
  14. Sep 19, 2023
  15. Sep 18, 2023
  16. Sep 15, 2023
  17. Sep 14, 2023
  18. Sep 08, 2023
  19. Sep 07, 2023
  20. Sep 06, 2023
  21. Sep 05, 2023
  22. Sep 04, 2023
  23. Aug 25, 2023
  24. Aug 24, 2023
  25. Aug 21, 2023
  26. Aug 18, 2023
  27. Aug 16, 2023
  28. Aug 11, 2023
  29. Aug 10, 2023
  30. Aug 07, 2023
  31. Aug 03, 2023
  32. Jul 31, 2023
  33. Jul 24, 2023
Loading