Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

Releases: imranmomin/Hangfire.AzureDocumentDB

3.1.2

11 Mar 14:09
cee31f3
Compare
Choose a tag to compare
  • Enable partitioning on /type
  • Performance improvement

3.0.4

22 Nov 12:38
ce27098
Compare
Choose a tag to compare
  • SDK does not serializes the object based on the JSON settings. #45

3.0.3

03 Nov 14:05
7d6b01c
Compare
Choose a tag to compare
  • SDK does not serializes the object based on the JSON settings. Which is why setJobState was saving data in camelCase - #45
  • Missing implementation of a newly introduce method in JobStorageConnection #44

3.0.2

19 Jun 19:19
a292947
Compare
Choose a tag to compare
  • use of LIMIT/OFFSET clause for paging
  • convert enum to int while setting the SqlParameter value

3.0.1

19 Jun 14:13
f96bca8
Compare
Choose a tag to compare
  • Set the EnableCrossPartitionQuery #35
  • Improve the Dashboard statistics queries #37

3.0.1-develop-1

11 Feb 14:36
f7f6fc0
Compare
Choose a tag to compare
3.0.1-develop-1 Pre-release
Pre-release
  • enable EnableCrossPartitionQuery to allow query over partitions #35

3.0.0

30 Dec 15:40
491c0bf
Compare
Choose a tag to compare
  • implemented the JobStorageTransaction
  • refactor of stored procedure
  • use of SelfLink
  • implement backoff at RetryAfter intervals
  • option to change ConnectionMode / ConnectionProtocol
  • tune the page size for queries/read feeds for better performance
  • handle rate limiting/request rate too large
  • improved paging
  • helper for stored procedures
  • ternary operator on SELECT

3.0.0-beta

25 Dec 18:49
358f3eb
Compare
Choose a tag to compare
3.0.0-beta Pre-release
Pre-release
  • implemented the JobStorageTransaction
  • refactor of stored procedure
  • use of SelfLink
  • implement backoff at RetryAfter intervals
  • option to change ConnectionMode / ConnectionProtocol
  • tune the page size for queries/read feeds for better performance
  • handle rate limiting/request rate too large

2.1.1

18 Jun 20:11
1e4c7d5
Compare
Choose a tag to compare
  • updated the monitoring api data
  • some bug fixes

2.1.0

25 Apr 19:25
8e53dad
Compare
Choose a tag to compare
  • improved the queries
  • use of ReadDocuments when the ID is available
  • stored procedure clean-up
  • improved the job queue check logic
  • correctly delete expired documents
  • FIFO on job queue