Skip to content

Releases: mozilla/libmozevent

1.1.1

10 Feb 14:46
@La0 La0

Choose a tag to compare

  • Simplify EphemeralStorage, make it work across separate workers (#50)
  • Run tests twice, once without and once with Redis, fixes #42 (#43)
  • Remove PhabricatorPatch tuple as it is not used (and already defined in libmozdata) (#49)
  • Add a few more pre-commit checkers (#48)
  • Use f-strings instead of string concatenation
  • bus: Mixed mini cleanups (#44)

1.1.0

06 Dec 10:22

Choose a tag to compare

  • Add a module ("storage") to store data in a temporary fashion
  • Require at least aioamqp 0.13.0
  • monitoring: Use async Taskcluster services
  • monitoring: Check on tasks every 7 seconds instead of 1
  • monitoring: Remove support for restarting failed tasks

1.0.11

03 Dec 13:03
@La0 La0

Choose a tag to compare

  • monitoring: Use Taskcluster instance url in emails, fixes #12 (#34)
  • pulse: Support routing by exchange/topic, fixes #28. (#32)
  • bus: Add a utility function to dispatch messages from a queue to multiple queues (#31)
  • Use TaskclusterConfig from official library (#15)

1.0.10

02 Dec 09:56

Choose a tag to compare

events: Don't log whenever we put a message in a queue (#29)

1.0.9

28 Nov 14:23

Choose a tag to compare

  • bus: Log skipping of output message creation in bus.run only when an output queue is defined (#25)
  • bus: Add an option to bus.run to run parsing tasks in parallel (#26)

1.0.8

28 Nov 14:22

Choose a tag to compare

Use "/" virtualhost for AMQP by default

1.0.7

28 Nov 14:22

Choose a tag to compare

Use empty virtualhost for AMQP by default

1.0.6

28 Nov 14:19

Choose a tag to compare

  • pulse: Check if the connection is alive every 7 seconds instead of all the time (#16)
  • pulse: Support listening on multiple queues and routes on the same pulse connection (#19)
  • pulse: Support connecting to an AMQP virtual host (#22)
  • mercurial: Send the revision too along with the Treeherder URL when a try push is done (#18)

1.0.5

19 Nov 11:36
@La0 La0

Choose a tag to compare

  • Use Taskcluster local configuration - backport from code-review (#13)
  • Update pre-commit dependencies (#14)

1.0.4

19 Nov 11:35
@La0 La0

Choose a tag to compare

  • Migrate to Community-TC (#10)
  • Fix default Taskcluster root URL to match the new firefox-ci deployment
  • Stop reading the hosts file to set the Taskcluster root URL