Skip to content

build(deps): bump github.com/digitorus/pdfsign from 0.0.0-20260407063256-85ede6424a74 to 1.0.0-rc1 - #349

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/digitorus/pdfsign-1.0.0-rc1
Closed

build(deps): bump github.com/digitorus/pdfsign from 0.0.0-20260407063256-85ede6424a74 to 1.0.0-rc1#349
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/digitorus/pdfsign-1.0.0-rc1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/digitorus/pdfsign from 0.0.0-20260407063256-85ede6424a74 to 1.0.0-rc1.

Release notes

Sourced from github.com/digitorus/pdfsign's releases.

First release candidate of the fluent-API refactor (PR #126), merged into main. This is a major, comprehensive overhaul: a chainable builder API for signing and verification (pdfsign.Open().Sign()/.Verify()), advanced appearance customization (custom fonts, vector graphics, embedded PDF objects, initials across pages), PDF form field support, external signer integrations (AWS KMS, Google Cloud KMS, Azure Key Vault, CSC, PKCS#11), stricter signature verification (revocation, KeyUsage/EKU policy, DocMDP shadow-attack protection), and hardened OCSP/CRL/TSA handling with context.Context-based cancellation.

Closes #135, #132, #111, #124, #90, #83, #82, #60.

Breaking changes: the legacy pdfsign.Sign()/pdfsign.Verify() top-level functions are deprecated in favor of the fluent API; some top-level types have been reorganized (see types.go). See README.md for the current API.

As a release candidate, this is for testing and early adoption; please report any issues before the final v1.0.0 tag.

v0.9.0

First tagged release of pdfsign, cut from main after fixing a golangci-lint CI toolchain mismatch (golangci-lint's prebuilt binary vs a dependency now requiring a newer Go). It captures the mature, long-used top-level Sign()/Verify() API as it stands today. Pin here if you depend on that API and want a stable reference before it's replaced by the new builder-based Sign()/Verify() interface in the next release.

No compatibility guarantees are implied by this being a 0.x release; this tag exists to give existing users something concrete to pin to.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/digitorus/pdfsign](https://github.com/digitorus/pdfsign) from 0.0.0-20260407063256-85ede6424a74 to 1.0.0-rc1.
- [Release notes](https://github.com/digitorus/pdfsign/releases)
- [Commits](https://github.com/digitorus/pdfsign/commits/v1.0.0-rc1)

---
updated-dependencies:
- dependency-name: github.com/digitorus/pdfsign
  dependency-version: 1.0.0-rc1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 10, 2026
@zosocanuck zosocanuck closed this Aug 10, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/go_modules/github.com/digitorus/pdfsign-1.0.0-rc1 branch August 10, 2026 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant