Skip to content

Releases: ChangemakerStudios/GotenbergSharpApiClient

2.8.3

06 Oct 00:24

Choose a tag to compare

What's Changed

  • Improve and update README with current API examples by @Jaben in #64
  • Add comprehensive XML documentation to public APIs by @Jaben in #65
  • Convert LinqPad examples to .NET 8 console apps with basic auth middleware by @Jaben in #66

Full Changelog: 2.8.1...2.8.3

2.8.1

05 Oct 19:06

Choose a tag to compare

What's Changed

  • Add singlePage page Property by @rgomez90 in #58
  • fix: correct SetMargins to use proper parameters for each side by @TanguyPa in #56
  • Added health check url comment to address issue #48 by @Jaben in #60
  • Add strongly-typed cookie support for Gotenberg API by @Jaben in #61
  • Moving "/lib" to "/src" by @Jaben in #63

New Contributors

Full Changelog: 2.8.0...2.8.1

2.6.0

16 Feb 01:08

Choose a tag to compare

What's Changed

  • Fixed: The supported office extensions were out of date -- issue #52.

    • Summary: The office extensions supported by the client were outdated and have been updated to ensure compatibility with the latest Gotenberg.
    • Thank you: A big thank you to @svengeance for reporting this issue and contributing to the fix!
  • Added: Support for metadata, as discussed in Issue #50.

    • Summary: A feature has been added to allow including metadata for documents processed by the Gotenberg.
    • Thank you: Thanks to @benniedejong for bringing this feature request to our attention!
  • Added: Support for alternative dimensions for margins, as noted in Issue #51.

    • Summary: Previously, only inches could be used for margin dimensions. Now, the client supports various units like pixels (e.g., 75px), providing greater flexibility for users when setting margins. Use .SetMarginRight(Dimension.FromPixels(33)) for example.
    • Thank you: Special thanks to @mvarendorff2 for suggesting this enhancement!

Full Changelog: 2.5.0...2.6.0

2.5.0

16 Feb 00:56

Choose a tag to compare

Full Changelog: 2.4.0...2.5.0

2.4.0

10 Aug 16:49

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.0...2.4.0