Skip to content

v0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Sep 07:56
· 394 commits to master since this release

0.11.0 (2022-09-02)

Bug Fixes

  • Convert some more panics to errors messages (6df22db)
  • GODT-1570: Use buffered channel for responses (6b474c8)
  • GODT-1585: Fix data race on Session.name (6945147)
  • GODT-1585: Fix race conditions in snapshot access (5f11d7e)
  • GODT-1585: Work around race condition in go-imap client (e5c7257)
  • GODT-1586: Implement context cancellation for commands (ccc6245)
  • GODT-1647: Address double call to Connector.Close() (8082017)
  • GODT-1749: Convert panics to errors (9fd48f4)
  • GODT-1757: Ensure States are properly cleaned up before removing user (eca4f83)
  • GODT-1757: Refactor code to have better data separation (#91) (86b442b)
  • GODT-1757: Remove Snapshot locks (6347efd)
  • Use new actionMove for mailbox inbox rename (347513f)

Features

  • Add QueuedChannel (5014519)
  • GODT-1724: Guard database access with an RWLock (9f950d6)