Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): Bump gpb from 4.19.7 to 4.20.0 #313

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 11, 2023

Bumps gpb from 4.19.7 to 4.20.0.

Release notes

Sourced from gpb's releases.

Release 4.20.0

Version 4.20.0 2023-Oct-01

  • Add an option enum_macros (-gen-enum-macros) to generate macros for enum values, with the intention to make it possible to catch enumerator symbol changes already in compile-time (#229) Add sub-options {rename,{What,uppercase}} and {rename,{enum_macros,How}} (corresponding to -rename What:uppercase and -rename enum_macro:How)
  • Add an option allow_preencoded_submsgs to specify a binary for a sub-message. The intention is to make it encoding faster if sub-messages are already known or occur several times. (#220)
  • Add options {gen_encoders,bool()} and {gen_decoders,bool()} to make it possible to omit encoders or decoders. The intention is is to make it possible to shrink the footprint when not only encoding or decoding is needed.
  • Bugfix the cmd line option -rename What:lowercase.
  • Support Erlang 26.1 and later. In Erlang 26.1 and later, exact comparison with zero must now be written as +0.0 or -0.0, as a preparation for Erlang 27. This is for both generated code and in gpb eunit tests. (#230)

Release 4.19.9

Version 4.19.9 2023-Aug-06

  • Fix verifiers to catch floats for int fields. (#228)

Release 4.19.8

Version 4.19.8 2023-Aug-06

  • Fix code generation for options mapfields_as_maps and json (#227)
  • Support Google protobuf 22.0 and later with NIFs and JSON.
  • Include enough Erlang/OTP apps in the plt so that there are no dialyzer issues with Erlang 26.
  • Don't generate gpb_version.hrl unnecessarily.
Changelog

Sourced from gpb's changelog.

-- coding: utf-8; indent-tabs-mode: nil --

Version 4.20.0 2023-Oct-01

    * Add an option enum_macros (-gen-enum-macros) to generate macros for
      enum values, with the intention to make it possible to catch
      enumerator symbol changes already in compile-time ([#229](https://github.com/tomas-abrahamsson/gpb/issues/229))
      Add sub-options {rename,{What,uppercase}}
      and {rename,{enum_macros,How}} (corresponding to
      -rename What:uppercase and -rename enum_macro:How)
    * Add an option allow_preencoded_submsgs to specify a binary
      for a sub-message. The intention is to make it encoding faster
      if sub-messages are already known or occur several times. ([#220](https://github.com/tomas-abrahamsson/gpb/issues/220))
    * Add options {gen_encoders,bool()} and {gen_decoders,bool()}
      to make it possible to omit encoders or decoders. The intention is
      is to make it possible to shrink the footprint when not only
      encoding or decoding is needed.
    * Bugfix the cmd line option -rename What:lowercase.
    * Support Erlang 26.1 and later. In Erlang 26.1 and later, exact
      comparison with zero must now be written as +0.0 or -0.0, as a
      preparation for Erlang 27. This is for both generated code
      and in gpb eunit tests. ([#230](https://github.com/tomas-abrahamsson/gpb/issues/230))

Version 4.19.9 2023-Aug-06

    * Fix verifiers to catch floats for int fields. ([#228](https://github.com/tomas-abrahamsson/gpb/issues/228))

Version 4.19.8 2023-Aug-06

    * Fix code generation for options mapfields_as_maps and json ([#227](https://github.com/tomas-abrahamsson/gpb/issues/227))
    * Support Google protobuf 22.0 and later with NIFs and JSON.
    * Include enough Erlang/OTP apps in the plt so that there are no
      dialyzer issues with Erlang 26.
    * Don't generate gpb_version.hrl unnecessarily.

Version 4.19.7 2023-Feb-04

    * Support Google protobuf 3.16 and later with NIFs.
    * Add an option {gen_verifiers, false} (no-gen-verifiers).
      This implies {verify, never} (-v never)
    * Don't emit -include("gpb.hrl") when not generating introspection
      functions. It is not needed.

Version 4.19.6 2022-Sep-24

... (truncated)

Commits
  • edda100 Prepare for 4.20.0
  • b717f05 Merge branches 'plus-minus-zero', 'enum-macros', 'pre-encoded-submsgs' and 'n...
  • 25293de Add options to generate macros for enums
  • 3f941fd Add an uppercase renaming option
  • 0b2aac6 Avoid a warning about sign when matching 0.0
  • 45d7f9e Merge branch 'migrate-github-workflow-release-actions'
  • 58ea2fa Migrate the release asset to softprops
  • 336247a Bugfix lowercase renaming cmdline option
  • 31f9368 Fix a typo
  • a3bfbdd Prepare for 4.19.9
  • Additional commits viewable in compare view

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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 11, 2023
@github-actions
Copy link

Coverage of commit 1ec2bfa

Summary coverage rate:
  lines......: 93.3% (1365 of 1463 lines)
  functions..: 82.9% (441 of 532 functions)
  branches...: no data found

Files changed coverage rate: n/a

Download coverage report

@github-actions
Copy link

Coverage of commit aebf738

Summary coverage rate:
  lines......: 93.3% (1365 of 1463 lines)
  functions..: 82.9% (441 of 532 functions)
  branches...: no data found

Files changed coverage rate: n/a

Download coverage report

Bumps [gpb](https://github.com/tomas-abrahamsson/gpb) from 4.19.7 to 4.20.0.
- [Release notes](https://github.com/tomas-abrahamsson/gpb/releases)
- [Changelog](https://github.com/tomas-abrahamsson/gpb/blob/master/ChangeLog)
- [Commits](tomas-abrahamsson/gpb@4.19.7...4.20.0)

---
updated-dependencies:
- dependency-name: gpb
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@github-actions
Copy link

Coverage of commit 24de5a4

Summary coverage rate:
  lines......: 93.3% (1385 of 1485 lines)
  functions..: 83.0% (445 of 536 functions)
  branches...: no data found

Files changed coverage rate: n/a

Download coverage report

@paulswartz paulswartz merged commit 35c9c8d into master Oct 23, 2023
3 checks passed
@paulswartz paulswartz deleted the dependabot/hex/gpb-4.20.0 branch October 23, 2023 13:35
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
Projects
None yet
1 participant