PackageTrack

Go modules · #2401

github.com/ProtonMail/gluon

v0.17.0ProtonMail/gluon

Release timeline

330 releases since 2022
2023202420252026

Releases

  1. v0.14.2-0.20230201115538-18e0b89693fc1 Feb 2023pre-release

    Nothing published for this version

  2. v0.14.2-0.20230130104154-2c64e59b8f5430 Jan 2023pre-release

    Nothing published for this version

  3. v0.14.2-0.20230127085305-bc2d818d9d1327 Jan 2023pre-release

    Nothing published for this version

  4. v0.14.2-0.20230125124704-4ce9fef3fdb325 Jan 2023pre-release

    Nothing published for this version

  5. v0.14.2-0.20230123154940-b7793a0c0bd423 Jan 2023pre-release

    Nothing published for this version

  6. v0.14.2-0.20230118120413-542c2bf244a018 Jan 2023pre-release

    Nothing published for this version

  7. v0.14.2-0.20230117124414-549c1f016d6e17 Jan 2023pre-release

    Nothing published for this version

  8. v0.14.2-0.20230113145313-7dc070e7334013 Jan 2023pre-release

    Nothing published for this version

  9. v0.14.2-0.20230112101229-07a5a074643e12 Jan 2023pre-release

    Nothing published for this version

  10. v0.14.2-0.20230111132924-ace48198e45a11 Jan 2023pre-release

    Nothing published for this version

  11. v0.14.2-0.20230111110248-37922258783911 Jan 2023pre-release

    Nothing published for this version

  12. v0.14.2-0.20230111101456-529b95e9d3f111 Jan 2023pre-release

    Nothing published for this version

  13. v0.14.2-0.20230110134549-41d63716c99d10 Jan 2023pre-release

    Nothing published for this version

  14. v0.14.2-0.20230109095028-c7d839d4f2159 Jan 2023pre-release

    Nothing published for this version

  15. v0.14.2-0.20230106155448-7e2ad52b3d046 Jan 2023pre-release

    Nothing published for this version

  16. v0.14.2-0.20230106095250-7e99ea4da61e6 Jan 2023pre-release

    Nothing published for this version

  17. v0.14.2-0.20230105101243-675bf5daf3e65 Jan 2023pre-release

    Nothing published for this version

  18. v0.14.2-0.20221220184532-b04fb948e36720 Dec 2022pre-release

    Nothing published for this version

  19. v0.14.2-0.20221219120039-76e4e7e2a35319 Dec 2022pre-release

    Nothing published for this version

  20. v0.14.2-0.20221215082650-7ba466ad648215 Dec 2022pre-release

    Nothing published for this version

  21. v0.14.2-0.20221214122222-2ab5c92d354614 Dec 2022pre-release

    Nothing published for this version

  22. v0.14.2-0.20221213102402-d76bb11db6c513 Dec 2022pre-release

    Nothing published for this version

  23. v0.14.2-0.20221207071431-0faa318d3c9f7 Dec 2022pre-release

    Nothing published for this version

  24. v0.14.2-0.20221206155012-52b66f809da06 Dec 2022pre-release

    Nothing published for this version

  25. v0.14.2-0.20221206104410-725ddb9db68a6 Dec 2022pre-release

    Nothing published for this version

  26. v0.14.2-0.20221202093012-ad1570c49c8c2 Dec 2022pre-release

    Nothing published for this version

  27. v0.14.2-0.20221201132248-f620ad1838731 Dec 2022pre-release

    Nothing published for this version

  28. v0.14.2-0.20221201094406-fc09f2d359331 Dec 2022pre-release

    Nothing published for this version

  29. v0.14.2-0.20221129155908-e3c82359cafa29 Nov 2022pre-release

    Nothing published for this version

  30. v0.14.2-0.20221129150032-c663738a6cee29 Nov 2022pre-release

    Nothing published for this version

  31. v0.14.2-0.20221129115938-cf5d444d301529 Nov 2022pre-release

    Nothing published for this version

  32. v0.14.125 Nov 2022
    Release notes

    0.14.1 (2022-11-25)

    Bug Fixes

    • Ensure Linux builds are using 20.04 image (99b8414)
    • GODT-2156: Use UUID instead of Integers for internal ID (c337691)
    Open source →
  33. v0.14.1-0.20221124162039-33e01d9201ec24 Nov 2022pre-release

    Nothing published for this version

  34. v0.14.024 Nov 2022
    Release notes

    0.14.0 (2022-11-24)

    Bug Fixes

    • Add missing state update for connector mailbox delete update (b3dcaa4)
    • Add QueuedChannel.CloseAndDiscardQueued (82064e3)
    • Append of existing message should act as copy (abc5ee9)
    • Don't report io.EOF errors via gluon reporter (cee1c02)
    • Don't set the Internal ID in the header twice (a78b54c)
    • Don't use SaveX when creating flags (eaf93a0)
    • Ensure delete followed by create with same ID works (64ae49d)
    • Ensure imap.MessageUpdate only updates if there are literal changes (0bddd1d)
    • Ensure rfc822.SetHeaderValue does not modify original literal data (7107a69)
    • Fix state connector deadlock (287db37)
    • GODT-1761: imaptest coverage benchmark. (d07d8ad)
    • GODT-1952: Ensure C++ libs are compatible with macOS Big Sur (6f89ef0)
    • GODT-1954: Assign new message ID on delete+create (8bf679a)
    • GODT-2007: On append do not add deleted messages to mbox (4093b99)
    • GODT-2032: AddressList parsing with encoded text that starts with = (e501260)
    • Log IMAP literals with append (6072c69)
    • No panic on log failure (b0f0a69)
    • Properly handle store flags (when replacing) (aa07443)
    • Remove messages for non selected mailboxes with update (d8206f6)
    • Use lock and queue.CloseAndDiscard for watchers (0b277a6)
    • Wrong function name when building in debug mode (3c3b138)

    Features

    • Add new UID validity to UIDValidityBumped event (261ad4c)
    • Add NewEmptyHeader() function (86bbf02)
    • Add rfc822.Section.DecodeBody (f60b6d1)
    • Add rfc822.Section.Walk (210b7f1)
    • Disable logging if gluon_pprof_disabled is set (78adf76)
    • GODT-1989: Recovery Mailbox (6cb2205)
    • Implement UIDValidityBumped event (1038859)
    • Improve goroutine annotation (2de557a)
    • MessageUpdated Update (7b6e1df)
    • Return mailbox counts when user added (c99ec61)
    Open source →
  35. v0.13.1-0.20221124131158-fa208ea29e5f24 Nov 2022pre-release

    Nothing published for this version

  36. v0.13.1-0.20221122080348-aa074432d7ee22 Nov 2022pre-release

    Nothing published for this version

  37. v0.13.1-0.20221120211716-a51f576947aa20 Nov 2022pre-release

    Nothing published for this version

  38. v0.13.1-0.20221120184905-0f60de96527320 Nov 2022pre-release

    Nothing published for this version

  39. v0.13.1-0.20221120184234-01a0b3c803b620 Nov 2022pre-release

    Nothing published for this version

  40. v0.13.1-0.20221117115028-b0f0a691266c17 Nov 2022pre-release

    Nothing published for this version

  41. v0.13.1-0.20221110152951-c99ec619579810 Nov 2022pre-release

    Nothing published for this version

  42. v0.13.1-0.20221109132354-60a88e1e48b39 Nov 2022pre-release

    Nothing published for this version

  43. v0.13.1-0.20221109115847-e5012609394c9 Nov 2022pre-release

    Nothing published for this version

  44. v0.13.1-0.20221104143947-0bddd1d822114 Nov 2022pre-release

    Nothing published for this version

  45. v0.13.1-0.20221104135937-5e37ba24cd104 Nov 2022pre-release

    Nothing published for this version

  46. v0.13.1-0.20221104125721-8e7818315e9c4 Nov 2022pre-release

    Nothing published for this version

  47. v0.13.1-0.20221104120242-d6e1c24e1c964 Nov 2022pre-release

    Nothing published for this version

  48. v0.13.1-0.20221104095916-12a62088e3fa4 Nov 2022pre-release

    Nothing published for this version

  49. v0.13.1-0.20221104095027-21de880d88874 Nov 2022pre-release

    Nothing published for this version

  50. v0.13.1-0.20221104091116-d6f49e9304e94 Nov 2022pre-release

    Nothing published for this version

  51. v0.13.1-0.20221104081003-b0c7b1842a5d4 Nov 2022pre-release

    Nothing published for this version

  52. v0.13.1-0.20221103162958-7b6e1dff67b03 Nov 2022pre-release

    Nothing published for this version

  53. v0.13.1-0.20221103093639-4093b99265c83 Nov 2022pre-release

    Nothing published for this version

  54. v0.13.1-0.20221101145216-6072c69197d21 Nov 2022pre-release

    Nothing published for this version

  55. v0.13.1-0.20221028144355-64ae49d26be328 Oct 2022pre-release

    Nothing published for this version

  56. v0.13.1-0.20221028134250-6f1323d05b1728 Oct 2022pre-release

    Nothing published for this version

  57. v0.13.1-0.20221028114835-a78b54c5c91528 Oct 2022pre-release

    Nothing published for this version

  58. v0.13.1-0.20221028093845-b3dcaa4500d428 Oct 2022pre-release

    Nothing published for this version

  59. v0.13.1-0.20221027115410-c7a38cb0d18f27 Oct 2022pre-release

    Nothing published for this version

  60. v0.13.1-0.20221026085709-d07d8ad014b326 Oct 2022pre-release

    Nothing published for this version