Maintenance release with updated translations and added SqlServerStorageOptions.DisableFetchSemaphores option to remove synchronization between workers.

Hangfire.Core

  • Fixed – Add missing Persian translations for Dashboard UI (by @mohammad-goroohi).
  • Fixed – Small typo in Swedish translation (by @AntonHoog).
  • Fixed – Grammar and spelling in some user-facing messages (by @net0well).
  • Fixed – Complete “pt-BR” translation (@by net0well).
  • Fixed – Update Russian translation for Dashboard UI (by @akortunov).
  • Project – Add unit tests for DisableConcurrentExecutionAttribute (by @net0well).
  • Project – Use “mailto” scheme for security email in SECURITY.md (by @FirmaSpring).

Hangfire.SqlServer

  • AddedSqlServerStorageOptions.DisableFetchSemaphores option to remove synchronization between workers (0b6ef5043c6681263a9d4f915043a096b139c051).

New Contributors

  • @net0well made their first contribution in https://github.com/HangfireIO/Hangfire/pull/2580
  • @AntonHoog made their first contribution in https://github.com/HangfireIO/Hangfire/pull/2590
  • @FirmaSpring made their first contribution in https://github.com/HangfireIO/Hangfire/pull/2588
  • @mohammad-goroohi made their first contribution in https://github.com/HangfireIO/Hangfire/pull/2586

Full Changelog: https://github.com/HangfireIO/Hangfire/compare/v1.8.24…v1.8.25

Comments