Skip to content

Commit 8f3efce

Browse files
committed
Bump version to 2.8.1 and update release notes
1 parent e5538b2 commit 8f3efce

2 files changed

Lines changed: 48 additions & 1 deletion

File tree

CHANGES.MD

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Release History
2+
3+
## v2.8.1
4+
- Added strongly-typed cookie support for Gotenberg API
5+
- Added basic authentication support
6+
- Added SinglePage page property
7+
- Fixed margins bug to use proper parameters for each side
8+
- Project restructure (moved /lib to /src)
9+
10+
## v2.8
11+
- Improving handling of PDF formatting and added flatten support
12+
13+
## v2.7
14+
- Fixes issue with "Inches"
15+
16+
## v2.6
17+
- Updated office Extensions
18+
- Added document metadata support
19+
- Add Dimension.FromUnit() support for dimensional values
20+
21+
## v2.5
22+
- Renamed "Dimentions" to "PageProperties"
23+
- Added support for 'GenerateDocumentOutline' and 'OmitBackground'
24+
25+
## v2.4
26+
- Updated dependencies
27+
- Removed Annotations
28+
- Add support for PDF/UA form field
29+
- Thank you for the PR @lennartb-!
30+
31+
## v2.3
32+
- Added Convert Page 'ExportFormFields' flag support (Gotenberg v8.3+ Only)
33+
- Added .NET 8 target
34+
35+
## v2.2
36+
- Added 'SkipNetworkIdle' flag support (Gotenberg v8+ Only)
37+
- Thank you for the PR @guillaumeduhr!
38+
- Upgraded nugets to latest
39+
- Added .NET 7.0 support
40+
41+
## v2.1
42+
- Added Trace Support
43+
- Fixed extra webhook header support
44+
45+
## v2.0
46+
- Upgraded to support Gotenberg v7 -- this version no longer works with Gotenberg v6

src/Gotenberg.Sharp.Api.Client/Gotenberg.Sharp.Api.Client.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@
1414
</PropertyGroup>
1515

1616
<PropertyGroup Label="PackageInfo">
17-
<Version>2.8.0</Version>
17+
<Version>2.8.1</Version>
1818
<PackageTags>Gotenberg pdf C# ApiClient unoconv</PackageTags>
1919
<Description>
2020
C# API client for interacting with the Gotenberg v7 &amp; v8 micro-service's API, a docker-powered stateless API for converting &amp; merging HTML, Markdown and Office documents to PDF. The client supports a configurable Polly retry policy with exponential back-off for handling transient exceptions.
2121
</Description>
2222
<IncludeSymbols>True</IncludeSymbols>
2323
<PackageReleaseNotes>
24+
v2.8.1 - Added strongly-typed cookie support. Added basic authentication support. Added SinglePage page property. Fixed margins bug. Project restructure (moved /lib to /src).
2425
v2.8 - Improving handling of PDF formatting and added flatten support.
2526
v2.7 - Fixes issue with "Inches".
2627
v2.6 - Updated office Extensions. Added document metadata support. Add Dimension.FromUnit() support for dimensional values.

0 commit comments

Comments
 (0)