Skip to content

Commit 034cd90

Browse files
Jabenclaude
andcommitted
Update CHANGES.MD for v2.8.2
Includes all changes since v2.8.1: - Configuration improvements - Comprehensive documentation (PR #65) - Examples conversion and bug fixes (PR #66) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent def14d8 commit 034cd90

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGES.MD

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Release History
22

3+
## v2.8.2
4+
- **Configuration Improvements:**
5+
- Added optional `Action<GotenbergSharpClientOptions>` parameter to `AddGotenbergSharpClient()` extension methods
6+
- Allows programmatic configuration of options directly when registering the client
7+
- Made `GotenbergSharpClientOptions` optional in DI - falls back to empty options if not configured
8+
- Supports hybrid configuration (appsettings.json + programmatic overrides)
9+
- Updated README with configuration examples (basic, programmatic, and hybrid)
10+
- **Documentation Improvements (PR #65):**
11+
- Added comprehensive XML documentation to all public APIs
12+
- Added Gotenberg documentation links to all client methods
13+
- Enhanced IntelliSense with parameter details, valid value ranges, and usage notes
14+
- Documented exception types with clear error handling guidance
15+
- Updated README to highlight IntelliSense documentation features
16+
- **Examples & Quality (PR #66):**
17+
- Converted LinqPad examples to .NET 8 console applications
18+
- Fixed Footer/Header swap bug in examples
19+
- Added proper resource disposal with CancellationToken.None to all CopyToAsync calls
20+
- Added validation and null-forgiving operators to BasicAuth handler registration
21+
- Fixed GitHub Actions build by adding example project build configurations
22+
323
## v2.8.1
424
- Added strongly-typed cookie support for Gotenberg API
525
- Added basic authentication support

0 commit comments

Comments
 (0)