Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jul 11, 2025

Bumps github.com/OmarTariq612/goech from 0.0.0-20240405204721-8e2e1dafd3a0 to 0.0.1.

Changelog

Sourced from github.com/OmarTariq612/goech's changelog.

0.0.1, 2025-15-02

New Features

  • Support encoding.BinaryAppender for ECHConfig and ECHConfigList.

Chore

  • Add a test to ensure compatibility with go stdlib.
  • Add stdlib and cfgo examples.

Bug Fixes

  • Fix ECHConfig serialization logic to meet the specs #1.

Breaking Changes

  • Fixing ECHConfig serialization logic introduced breaking changes for MarshalBinary, UnmarshalBinary, ToBase64 and ToBase64OrPanic.
  • GenerateECHKeySet accepts CipherSuites slice as an additional parameter. It can be set to nil to add all supported cipher suites.
  • GenerateECHKeySet returns a ECHKeySet value instead of a pointer.
  • UnmarshalBinary for ECHConfig now overwrites the underlying CipherSuites slice instead of allocating every time UnmarshalBinary is called.
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [github.com/OmarTariq612/goech](https://github.com/OmarTariq612/goech) from 0.0.0-20240405204721-8e2e1dafd3a0 to 0.0.1.
- [Changelog](https://github.com/OmarTariq612/goech/blob/main/CHANGELOG.md)
- [Commits](https://github.com/OmarTariq612/goech/commits/v0.0.1)

---
updated-dependencies:
- dependency-name: github.com/OmarTariq612/goech
  dependency-version: 0.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Issue or pull request that related to dependencies go Pull requests that update go code labels Jul 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Issue or pull request that related to dependencies go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants