github HangfireIO/Hangfire v0.9.0
0.9

latest releases: v1.7.37, v1.8.12, v1.8.11...
9 years ago

Release Notes

Please see the blog post for more details.

  • Added – Out-of-the-box support for running recurring jobs (#115). It's incredibly simple!
  • AddedSqlServerStorage now also accepts connection string names (#51). Thanks to @dlongest!
  • ChangedIBackgroundJobClient does not implement the IDisposable interface anymore (#98).
  • ChangedIMonitoringApi does not implement the IDisposable interface anymore (#110). Thanks to @sgwill!
  • Changed – Improve DateTime resolution for job arguments by including milliseconds (#109). Thanks to @dennyferra!
  • Changed – Removed deprecated RetryAttribute class. Please, use AutomaticRetryAttribute (#97).
  • FixedKeyNotFoundException when accessing job cancellation token with Redis (#116).
  • Fixed – Theoretical race condition that makes HangFire Server invisible from Monitor (#112).

Upgrading

Version 0.9 brings some breaking changes. Please, do the following steps to perform the upgrade.

  • Replace the RetryAttribute with AutomaticRetryAttribute.
  • Remove the calls to Dispose method of IBackgroundJobClient interface (or BackgroundJobClient class).
  • Remove the invocations of IMonitoringApi.Dispose method.

Links

Don't miss a new Hangfire release

NewReleases is sending notifications on new releases.