Skip to content

Conversation

@AlexNDRmac
Copy link
Contributor

Types of changes:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Link to issue (if exists):

Small description of changes:

Added

  • Event Subscriptions & Webhooks:
    • Get Event Subscriptions List: Enhanced filtering and sorting for retrieving event subscriptions with flexible query
      options
    • Get Event Subscription by ID: Retrieve detailed information about specific event subscriptions
    • Delete Event Subscription: Remove event subscriptions programmatically
    • Get Callbacks History: Comprehensive webhook callback event history with advanced filtering and sorting capabilities
  • Document Template Operations:
    • Template Routing Management: Create, retrieve, and update routing configurations for document templates
    • Bulk Invite from Template: Send signing invitations to multiple recipients using templates
    • Document Group Templates: List, create, and update document group templates
  • Document & Folder Operations
    • Get Document Fields: Retrieve all fields from documents with values, types, and metadata
    • Get Folder by ID: Fetch detailed folder information including contained documents
  • User Management
    • Update User Initials: Upload and update user's initial signature using base64-encoded images
    • Verify User Email: Send and verify user email addresses with verification tokens

Changed

  • Upgraded to .NET 7.0/8.0 for tests and examples
  • Minimum .NET Framework version upgraded to 4.6.2
  • Dropped support for .NET Core 2.1 and 3.1
  • Minimum netstandard version updated to 2.0
  • Removed InheritDoc tool
  • Update the 'UpdateEventSubscriptionAsync' method to use the latest implementation of SignNow API event-subscriptions endpoint

Thanks

@codecov
Copy link

codecov bot commented Jan 13, 2026

Codecov Report

❌ Patch coverage is 68.45638% with 141 lines in your changes missing coverage. Please review.
✅ Project coverage is 83.94%. Comparing base (7122c31) to head (29172ab).
⚠️ Report is 3 commits behind head on develop.

❗ There is a different number of reports uploaded between BASE (7122c31) and HEAD (29172ab). Click for more details.

HEAD has 4 uploads less than BASE
Flag BASE (7122c31) HEAD (29172ab)
netstandard21 2 0
462 1 0
netstandard20 1 0
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #174      +/-   ##
===========================================
- Coverage    91.38%   83.94%   -7.44%     
===========================================
  Files           69       91      +22     
  Lines          940     1383     +443     
  Branches       110      167      +57     
===========================================
+ Hits           859     1161     +302     
- Misses          56      185     +129     
- Partials        25       37      +12     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@AlexNDRmac AlexNDRmac merged commit 3c01582 into develop Jan 13, 2026
9 checks passed
@AlexNDRmac AlexNDRmac deleted the api-features branch January 13, 2026 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants