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

chore: Bump gpb from 4.19.7 to 4.21.1 #793

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 24, 2024

Bumps gpb from 4.19.7 to 4.21.1.

Release notes

Sourced from gpb's releases.

Release 4.21.1

Version 4.21.1 2024-Feb-19

  • Emit @​generated to mitigate a performance issue with ELP (#233)
  • Update to support Erlang 27
  • Bugfix edoc for {json_format, maps}

Release 4.21.0

Version 4.21.0 2024-Jan-07

  • Update the set of Google well-known protos by importing from protobuf 4.25.1. Thanks to Gilbert. (#231)
  • Add the possibility to parse a descriptor back to gpb-internal definitions.
  • Fix several minor bugs in the generation of descriptors.
  • Set a minimum heap size to benchmarks to avoid excessive gc.

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

... (truncated)

Changelog

Sourced from gpb's changelog.

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

Version 4.21.1 2024-Feb-19

    * Emit @generated to mitigate a performance issue with ELP ([#233](https://github.com/tomas-abrahamsson/gpb/issues/233))
    * Update to support Erlang 27
    * Bugfix edoc for {json_format, maps}

Version 4.21.0 2024-Jan-07

    * Update the set of Google well-known protos by
      importing from protobuf 4.25.1. Thanks to Gilbert. ([#231](https://github.com/tomas-abrahamsson/gpb/issues/231))
    * Add the possibility to parse a descriptor back to
      gpb-internal definitions.
    * Fix several minor bugs in the generation of descriptors.
    * Set a minimum heap size to benchmarks to avoid excessive gc.

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

... (truncated)

Commits
  • a53bc49 Prepare for 4.21.1
  • c5403b5 Merge branches 'erlang-27', 'bugfix-json-format-maps-doc' and 'tag-generated'
  • 080f72f Merge branch 'add-test-for-negative-minus' into erlang-27
  • 6e1873e Add a test for type defaults for -0.0
  • 80886b7 Append to ERLC_FLAGS with override for autodetects
  • 93e1e4d Add parsetools to the plt
  • a44244f Relax unit test checks of referenced_byte_size
  • 420548e Quote else
  • 945ed64 Add @​generated to the output erl
  • 54e9acf Bugfix doc about json_format for maps
  • Additional commits viewable in compare view

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.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Apr 24, 2024
@dependabot dependabot bot force-pushed the dependabot/hex/gpb-4.21.1 branch from 9f8f6e6 to b6720bc Compare April 25, 2024 21:59
Copy link

Coverage of commit b6720bc

Summary coverage rate:
  lines......: 89.2% (4204 of 4715 lines)
  functions..: 71.1% (2258 of 3178 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.21.1.
- [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.21.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/hex/gpb-4.21.1 branch from b6720bc to 8460109 Compare May 21, 2024 23:02
Copy link

Coverage of commit 8460109

Summary coverage rate:
  lines......: 89.2% (4206 of 4716 lines)
  functions..: 71.0% (2257 of 3177 functions)
  branches...: no data found

Files changed coverage rate: n/a

Download coverage report

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 elixir Pull requests that update Elixir code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants