Skip to content

Latest commit

 

History

History
93 lines (57 loc) · 1.83 KB

Pro-Changes.md

File metadata and controls

93 lines (57 loc) · 1.83 KB

Faktory Pro Changelog

Changelog: Faktory || Faktory Enterprise

Note

Faktory Pro was sunset in April 2021 and is no longer available for sale. Existing customers may continue to use it for the next two years.

1.5.1

  • No significant changes

1.5.0

  • No significant changes

1.4.2

  • No significant changes

1.4.1

  • No significant changes

1.4.0

  • -e staging environment support, limited to 100 connections
  • Fixes for linter problems

1.3.0

  • Validate statsd tags, per Datadog docs [#283]
  • Add periodic job history and details page [#265]
  • Allow cron jobs to specify static arguments:
[[cron]]
  schedule = "* * * * *"
  [cron.job]
    type = "SomeWorker"
    args = ["minutely"]

[[cron]]
  schedule = "0 * * * *"
  [cron.job]
    type = "SomeWorker"
    args = ["hourly"]

1.2.0

  • BREAKING Deprecate some statsd metrics, see issue for details [#261]
  • Add some new statsd metrics for job expiration, uniqueness and cron. [#261]

1.1.0

  • The canonical copy of each cron job was mutable, leading to inconsistent cron jobs over time [#234]
  • Fix display of Next Run to use UTC [#234]

1.0.1

  • Fix unique jobs cannot be retried [#220]

1.0.0

  • Allow for TOML-defined queue latency metrics [#206]
  • Better middleware error handling [#208]

0.9.7

0.9.6

  • Fix non-deterministic unique locks when jobs have map arguments. [#203]

0.9.5

  • No changes.

0.9.4

  • Fix for unique locks not releasing upon job success [#194]

0.9.3

0.9.2