Metadata >> NuGet >> HangFire.Core >> 1.5.0-beta4

1.5.0-beta4

Metadata

Authors Sergey Odinokov
Copyrights Copyright © 2013-2015 Sergey Odinokov
Description Core components for Hangfire (background job system for ASP.NET applications).
LicenseUrl https://raw.github.com/HangfireIO/Hangfire/master/LICENSE.md
Owners odinserj
ProjectUrl http://hangfire.io/
ReleaseNotes http://hangfire.io/blog/ 1.5.0-beta4 * Changed – `ServerHeartbeat` and `ServerWatchdog` background processes are internal now. * Changed – Remove processes from server options, add filter provider and activator instead. * Changed – `BackgroundServer` class renamed to `BackgroundProcessingServer`. * Changed – `SchedulePoller` class renamed to `DelayedJobScheduler`. * Changed – `IJobCreationProcess` interface renamed to `IBackgroundJobFactory`. * Changed – `IJobPerformanceProcess` interface renamed to `IBackgroundJobPerformer`. * Changed – `IStateChangeProcess` interface renamed to `IBackgroundJobStateChanger`. * Changed – `BackgroundJobClientException` is thrown instead of `CreateJobFailedException`. * Fixed – Logger names now include the `Hangfire.` namespace as expected. * Fixed – `TaskCanceledException` thrown from a job method leads to failed job as expected. * Fixed – Specified queue is now considered when triggering a recurring job. * Fixed – Same Worker instance in multiple servers caused cancellation token to work improperly. * Fixed – Make `DelayedJobScheduler` resilient to empty background job ids. 1.5.0-beta3 * Added – Allow to use CancellationToken type as a job method parameter. * Added – It is now possible to query the storage in state applying filters. * Changed – Worker does not process a job when a transition to the Processing state failed (by @yngndrw). * Changed – WorkerId is now auto-generated and based on a GUID. * Changed – Worker constructor now takes only queues collection instead of WorkerContext. * Changed – DefaultJobCreationProcess renamed to JobCreationProcess. * Changed – DefaultJobPerformanceProcess renamed to JobPerformanceProcess. * Changed – IStateMachine and IStateChangeProcess methods swapped with each other. * Changed – Use StackTraceFormatter package for marking-up stack traces (by @atifaziz). * Fixed – "The index 'IX_HangFire_JobQueue_QueueAndFetchedAt' is dependent on column 'Queue'" exception. 1.5.0-beta2 * Added – Allow to specify a custom queue for recurring jobs (by @maleet). * Added – Allow to pass custom creation/performance processes to `BackgroundJobServer` via options. * Added – Missing `UseHangfireServer` overloads with additional background processes. * Changed – Updated Dashboard CSS to Twitter Bootstrap 3.3.5. * Fixed – `OverflowException` in Dashboard when job duration exceeds int.MaxValue (by @mavenius). * Fixed – "More details" button in Dashboard changes to "Less details" when collapsed (by @pascalberger). 1.5.0-beta1 * Added – `IBackgroundProcess` interface that allows to implement custom background processes. * Added – `BackgroundServer` class for creating a server instance with completely custom background processes. * Added – `JobActivatorScope` class to support custom IoC scopes/lifetimes. * Added – Support for running multiple `BackgroundJobServer` instances in the same AppDomain without explicit server names. * Added – Option to hide the "Back to site" link (by @dradovic). * Changed – Server components and background processes now use `Task` with `TaskCreationOptions.LongRunning`. * Changed – ServerIds are now generated without ServerName, server names are deprecated. * Changed – Arguments Renderer now supports TimeSpan and DateTime (by @yngndrw). * Changed – Minor improvements for Dashboard navigation (by @pwelter34). * Fixed – Prevent worker from fetching and processing a job on shutdown.
RequireLicenseAcceptance False
Tags Hangfire OWIN Long-Running Background Fire-And-Forget Delayed Recurring Tasks Jobs Scheduler Threading Queues
Dependencies Owin:1.0|Newtonsoft.Json:5.0.0
Title Hangfire Core Components
PackageSize 1005400
PackageHashAlgorithm SHA512
PackageHash Ze0+qXHdpcY9XXslk7q42012o/MNpqjCocQ6+OqlRtBdmJKwkc3wzaEDEdahAGHaRuNTuP4021vVznOE6iM6PQ==
DownloadCount 000000
CreatedDate 2015-09-29T15:20:48

Access

You can access data for this version using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install HangFire.Core -Version 1.5.0-beta4 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install HangFire.Core -Version 1.5.0-beta4 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Deleting the package from the server (for each registered key):
nuget delete HangFire.Core 1.5.0-beta4 %key% -Source     http://nuget.gw.symbolsource.org/Public/NuGet

NuGet (Package Manager Console)

Installing the package (HTTP Basic authentication):
Install-Package HangFire.Core -Version 1.5.0-beta4 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package HangFire.Core -Version 1.5.0-beta4 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

OpenWrap

Installing the package:
o add-wrap HangFire.Core -Version 1.5.0-beta4
Uninstalling the package:
o remove-wrap HangFire.Core

Compilations

A compilation is created for every set of binaries produced from a single unchanged set of sources in different compilation modes (Debug, Release), for different platforms (x86, x64) or targetting different frameworks.

Profile Mode Platform Related
AnyCPU Release .NETFramework,Version=v4.5 Binaries