Skip to content

Releases: by-pinja/pdf-storage

4.0.2

19 Feb 07:13
b1a0760
Compare
Choose a tag to compare

What's Changed

  • Fix with invalid ports at container by @savpek in #80

Full Changelog: 4.0.1...4.0.2

4.0.1

16 Feb 10:45
2563563
Compare
Choose a tag to compare
  • .NET 8.0
  • Breaking change: dropped support for native barcode generator. If you wan't to generate barcodes do it at app side and embed them to documents as base64 encoded image.

3.6.0

18 Nov 13:40
42dceac
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.5.0...3.6.0

Support for PathBase

18 Nov 14:14
3c173e7
Compare
Choose a tag to compare

Support for setting PathBase parameter which enables the application to be hosted on other paths than root.

Support for storaging PDF:s locally

23 Sep 06:00
f2dfe40
Compare
Choose a tag to compare

Support for hard drive storage added.

Width/Height support in options

28 Jun 12:15
ae967af
Compare
Choose a tag to compare
  • PDF supports of weigh/height parameters in options that override default A4 format.

Db query efficiency and Hangfire updates

23 Apr 12:13
b5ac3e1
Compare
Choose a tag to compare

Improved performance of database read queries by making them as non tracking.
Updated Hangfire and MsSql database packages to their newest versions.
Added possibility to set Hangfire worker count in configuration.

Support for puppeteer options

30 Apr 06:59
e267d0e
Compare
Choose a tag to compare
  • Added support for footer and header template

PuppeteerSharp/Chrome update and zombie process fix

21 Jan 06:43
e9bdeff
Compare
Choose a tag to compare
  • Fixed issue where (in container environment) chrome leaks zombie processes.
    • Can cause PDF generation routines to hang since once max pid limit is full new chromes cannot be spawned any more.
  • Updated chrome and puppeteerSharp to newest supported versions.

Additional telemetry to insights

08 Jan 11:36
88d376a
Compare
Choose a tag to compare

Added custom telemetry from hangfire to application insights monitoring.

New telemetry names:

pdf-storage-hangfire-enqueued
pdf-storage-hangfire-scheduled
pdf-storage-hangfire-failed
pdf-storage-hangfire-processing
pdf-storage-hangfire-servers