PackageTrack

Go modules · #2401

github.com/ProtonMail/gluon

v0.17.0ProtonMail/gluon

Release timeline

330 releases since 2022
2023202420252026

Releases

  1. v0.13.1-0.20221026080908-3f1806709bdd26 Oct 2022pre-release

    Nothing published for this version

  2. v0.13.1-0.20221026060203-a9e82ce0274326 Oct 2022pre-release

    Nothing published for this version

  3. v0.13.1-0.20221025093924-86bbf0261eb825 Oct 2022pre-release

    Nothing published for this version

  4. v0.13.1-0.20221024191455-2daad120689924 Oct 2022pre-release

    Nothing published for this version

  5. v0.13.1-0.20221024154246-406c650e2da924 Oct 2022pre-release

    Nothing published for this version

  6. v0.13.1-0.20221024121621-eaf93a0dafd024 Oct 2022pre-release

    Nothing published for this version

  7. v0.13.1-0.20221024090110-e36d02c8912a24 Oct 2022pre-release

    Nothing published for this version

  8. v0.13.1-0.20221024082658-656ea9a0594124 Oct 2022pre-release

    Nothing published for this version

  9. v0.13.1-0.20221024072130-e11cdd3df29d24 Oct 2022pre-release

    Nothing published for this version

  10. v0.13.1-0.20221023222642-38d475dab8e823 Oct 2022pre-release

    Nothing published for this version

  11. v0.13.1-0.20221023132834-fefc017bbe6123 Oct 2022pre-release

    Nothing published for this version

  12. v0.13.1-0.20221023130957-9bcdfe15b0fb23 Oct 2022pre-release

    Nothing published for this version

  13. v0.13.1-0.20221021093632-0b277a6d022621 Oct 2022pre-release

    Nothing published for this version

  14. v0.13.1-0.20221021081334-82064e315e3321 Oct 2022pre-release

    Nothing published for this version

  15. v0.13.020 Oct 2022
    Release notes

    0.13.0 (2022-10-20)

    Features

    • GODT-1742: Add IsMailboxVisible to Connector (0d01b94)
    Open source →
  16. v0.12.019 Oct 2022
    Release notes

    0.12.0 (2022-10-19)

    Bug Fixes

    • Apply message flags in simulated create + DB schema update (b1e5abe)
    • Auto clean gluon-bench folder (47a7565)
    • Badger GC, compression, encryption (#135) (3a00849)
    • Benchmark fixes (abe35ec)
    • Connector Message Create event handling (812a272)
    • ConnectorUpdate CreateMessage (ec2d0e4)
    • Don't close the listener when closing the server (fdc36d5)
    • Fix go vet issue and missing parenthesis in unit test (87f8ae0)
    • Fix incorrect flag check (e7149c4)
    • Fix infinite random seq set interval loop (3a05bd1)
    • Fix remote server operation for gluon_bench (d553b22)
    • GODT-1570: Fix too many SQL Variable in sync benchmark (c08f510)
    • GODT-1570: Improve Append command perf (2947849)
    • GODT-1570: Too many SQL variables (c3e41dd)
    • GODT-1575,GODT-1757: Untagged responses behavior (1cf7ad5)
    • GODT-1578,GODT-1612: crashing on lsub. (7e4fd51)
    • GODT-1578,GODT-1612: mailbox name matching and Noselect estimation. (0a92d33)
    • GODT-1581: bulk and merge idle responses. (060e6cb)
    • GODT-1581: IDLE bulk time as server option. (ee04594)
    • GODT-1581: merge exists and recent responses. (fb747c6)
    • GODT-1581: more object-oriented implementation, allow merge fetch responses. (fd5a606)
    • GODT-1593: list of capabilities based on state. (#98) (7a5d6de)
    • godt-1599: make sure search before uses internal date. (0b0cc86)
    • godt-1599: make sure search since/on uses internal date. (af072d3)
    • GODT-1600: increase UIDVALIDITY for folder names created again. (#153) (87970ec)
    • GODT-1605: fixes and tests coverage for hierarchy delimiter. (#175) (2b1a25d)
    • GODT-1616: close not sending unilateral updates. (47e2fb7)
    • GODT-1617: correctly parse headers with space lines. (6411b23)
    • GODT-1642: Storage database transactions (c296d12)
    • GODT-1650: Handle existing remote ID returned after CreateMessage (d49f45e)
    • GODT-1757: Flag updates can only be applied through responders (81b1a3a)
    • GODT-1757: Recent flag behavior and snapshot db reads (9c7cb48)
    • GODT-1760: Fix out of order UID panics (a7e75bf)
    • GODT-1776: enable SPECIAL-USE mailbox attributes. (4783e96)
    • GODT-1842: Handle mailbox deletion with multiple clients (3f133c2)
    • Handle multiple \rs in delimiter new line search (fc74679)
    • Header parser (naive) (#133) (38de1de)
    • Listener should be added before spawning goroutine (76ec165)
    • Make sure all generated message have random headers (bab2c0a)
    • Make sure fetch benchmark triggers all paths (b136510)
    • Missing channel close in QueuedChannel (12c698d)
    • Missing space before evelope field of body structure (dc67c10)
    • more strict testConnection.S and .Se matching. (c882e66)
    • Only clear recent flag if message flag is present (192545f)
    • Properly close listeners and connections during teardown (996d5e9)
    • Public type VersionInfo cannot be in internal (83683b2)
    • Remove debug logs (07462bd)
    • Remove erroneous INBOX create in TestListSpecialUseAttributes (49c1929)
    • Stop applying updates when the channel is closed (838043f)
    • Switch atomic.Value to atomicBool (taken from Go 1.19 stdlib) (70c0cb9)
    • Use QueuedChannel for serve errors (e523ea6)
    • User "Folder/" prefix for bench mailboxes (abec84b)
    • Wait for handle to finish before closing session (151fe7c)

    Features

    • Add option to disable Gluon parallelism (5e4c79b)
    • Add search cmd benchmark (617cf6b)
    • Add Select benchmark (25d69e3)
    • Add Store.List method (8322437)
    • Add tool to compare gluon benchmark outputs (4c34d4c)
    • Allow connector to persist initial UID validity of mailboxes (df4fb42)
    • benchmark: Allow mailboxes to be populated from directory (ed9df6d)
    • Better event watchers (40b8e4c)
    • Expose ParseMediaType (ccc4a12)
    • Give update.Wait() a context parameter so waiting can be cancelled (4d561c1)
    • GODT-1570: Add status benchmark (5e12e14)
    • godt-1609: clear password on connector closure (4c6a040)
    • GODT-1609: fix go vet (7d14433)
    • GODT-1643: RFC5322 Parser in C++ (4a5ee20)
    • GODT-1750: Parallel fetch (972e832)
    • GODT-1773: Add some report generation in locations of interest (ed56d9a)
    • GODT-1773: Reporter integration (84a2d46)
    • GODT-1891: kick client that send too many invalid IMAP command (44257cf)
    • IMAP ID event to know IMAP ID before client performs actions (f6a6a32)
    • Implement login jail time gluon option (87d0420)
    • Implement Noop update (595d498)
    • Make gluon.WaitGroup public (465b4c6)
    • Option to remove files when removing a gluon user (449783e)
    • Remove unnecessary Validate methods in connector (and gofumpt) (0410288)
    • Stale store data cleanup on startup (bb92d12)
    • Use queued channel for responses (4cfa957)
    Open source →
  17. v0.11.1-0.20221019074018-ccc4a1256aec19 Oct 2022pre-release

    Nothing published for this version

  18. v0.11.1-0.20221013152137-a986ff8c4b8b13 Oct 2022pre-release

    Nothing published for this version

  19. v0.11.1-0.20221012123203-abec84b2cfd612 Oct 2022pre-release

    Nothing published for this version

  20. v0.11.1-0.20221011105938-96f5ead2d56511 Oct 2022pre-release

    Nothing published for this version

  21. v0.11.1-0.20221011105021-b519a3cbc63711 Oct 2022pre-release

    Nothing published for this version

  22. v0.11.1-0.20221010112932-4d561c19e75c10 Oct 2022pre-release

    Nothing published for this version

  23. v0.11.1-0.20221007225442-6f4197f47f097 Oct 2022pre-release

    Nothing published for this version

  24. v0.11.1-0.20221007213639-00c89768443e7 Oct 2022pre-release

    Nothing published for this version

  25. v0.11.1-0.20221006093404-4783e962aa676 Oct 2022pre-release

    Nothing published for this version

  26. v0.11.1-0.20221006090633-634f8b906f8d6 Oct 2022pre-release

    Nothing published for this version

  27. v0.11.1-0.20221006085838-c527b37bb4186 Oct 2022pre-release

    Nothing published for this version

  28. v0.11.1-0.20221004153055-7d144337dbd04 Oct 2022pre-release

    Nothing published for this version

  29. v0.11.1-0.20221004143624-d5f9133feb0d4 Oct 2022pre-release

    Nothing published for this version

  30. v0.11.1-0.20221003134135-990f7daba5023 Oct 2022pre-release

    Nothing published for this version

  31. v0.11.1-0.20221003131446-151fe7c114e23 Oct 2022pre-release

    Nothing published for this version

  32. v0.11.1-0.20221001232432-1d5eb78deb481 Oct 2022pre-release

    Nothing published for this version

  33. v0.11.1-0.20221001180052-2e11f5804b8a1 Oct 2022pre-release

    Nothing published for this version

  34. v0.11.1-0.20221001173148-93a5acae0fdd1 Oct 2022pre-release

    Nothing published for this version

  35. v0.11.1-0.20220930101541-a9df3aebb00230 Sept 2022pre-release

    Nothing published for this version

  36. v0.11.1-0.20220930090312-67bb745ec4f930 Sept 2022pre-release

    Nothing published for this version

  37. v0.11.1-0.20220929043055-c9e74b778f2029 Sept 2022pre-release

    Nothing published for this version

  38. v0.11.1-0.20220928151955-5cf563d2423828 Sept 2022pre-release

    Nothing published for this version

  39. v0.11.1-0.20220922143913-ef361726455722 Sept 2022pre-release

    Nothing published for this version

  40. v0.11.1-0.20220921081423-ce21e421bd0021 Sept 2022pre-release

    Nothing published for this version

  41. v0.11.1-0.20220920233953-987256c952ff20 Sept 2022pre-release

    Nothing published for this version

  42. v0.11.1-0.20220920092452-f7bf77737bbc20 Sept 2022pre-release

    Nothing published for this version

  43. v0.11.1-0.20220919130915-47e2fb785bc219 Sept 2022pre-release

    Nothing published for this version

  44. v0.11.1-0.20220918181346-6ecd0a60b84d18 Sept 2022pre-release

    Nothing published for this version

  45. v0.11.1-0.20220916133833-d231c72acb8d16 Sept 2022pre-release

    Nothing published for this version

  46. v0.11.1-0.20220916064725-cd3b184d7ec116 Sept 2022pre-release

    Nothing published for this version

  47. v0.11.1-0.20220916063015-a0aba4f2770516 Sept 2022pre-release

    Nothing published for this version

  48. v0.11.1-0.20220916062112-fbeb5b9d9dbb16 Sept 2022pre-release

    Nothing published for this version

  49. v0.11.1-0.20220916060539-010e4d2b8fa116 Sept 2022pre-release

    Nothing published for this version

  50. v0.11.1-0.20220915132619-d7432e31a9be15 Sept 2022pre-release

    Nothing published for this version

  51. v0.11.1-0.20220914111919-812a272c517414 Sept 2022pre-release

    Nothing published for this version

  52. v0.11.1-0.20220914093746-6432129af72c14 Sept 2022pre-release

    Nothing published for this version

  53. v0.11.1-0.20220913121458-ec2d0e45cf7e13 Sept 2022pre-release

    Nothing published for this version

  54. v0.11.1-0.20220912233957-c65148e0335012 Sept 2022pre-release

    Nothing published for this version

  55. v0.11.1-0.20220912155016-710ef815c56d12 Sept 2022pre-release

    Nothing published for this version

  56. v0.11.1-0.20220909094532-fdc36d5c03c09 Sept 2022pre-release

    Nothing published for this version

  57. v0.11.1-0.20220909084749-e523ea63a8b19 Sept 2022pre-release

    Nothing published for this version

  58. v0.11.1-0.20220908204645-8be6bdc695138 Sept 2022pre-release

    Nothing published for this version

  59. v0.11.1-0.20220908203512-78ffcb79f2298 Sept 2022pre-release

    Nothing published for this version

  60. v0.11.1-0.20220908152047-13edd9c1ecb18 Sept 2022pre-release

    Nothing published for this version