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

Bump github.com/linkedin/goavro/v2 from 2.10.0 to 2.11.1 #10

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 4, 2022

Bumps github.com/linkedin/goavro/v2 from 2.10.0 to 2.11.1.

Release notes

Sourced from github.com/linkedin/goavro/v2's releases.

Custom Logical Types, Enums, Standard JSON

This release contains 3 new capabilities and a fix for canonical representation for enums

  • Allow decimal logical type of precision 1
  • Added support for custom logical types
  • Enum should be managed like records, parent namespace should be used to generate canonical form
  • Added nativeFromTextual to support standard json
  • Added avro roundtrip debugging tool

Support for Ingestion of Common JSON

There is an increasing demand to ingesting common JSON into the avro-encoded systems.

This release adds support for accepting common JSON , so we can take JSON from regular (non-avro-enabled) applications and encode it into avro per a schema in the expected way. This was a problem because union-types were expected to be of a form that satisfies the avro json encoding spec:

avro spec: ["null", "string"] common json: null, or "some string" avro json encoded: null and {"string": "some string"}

Example code, and tests are included in union_test.go

Commits
  • 5ec5a5e Merge pull request #241 from atetubou/patch-1
  • 5b68de1 Merge pull request #244 from mihaitodor/fix-tests
  • ee3a1f1 Merge pull request #243 from mihaitodor/fix-time-micros-from-native
  • d8b9207 Fix a bunch of skipped tests
  • 75c2b7e Fix narrowing conversion bug in timeMicrosFromNative
  • 346a201 add space in a comment block
  • 91f8062 Merge pull request #240 from xmcqueen/master
  • 8afc8ae fixed compile problem in logical_type_test. Changed MaxInt to MaxInt32
  • ec5a08b Merge pull request #239 from mooseburgr/fix-example-imports
  • ddfd5c3 Fix examples' imports to use goavro/v2
  • 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 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/linkedin/goavro/v2](https://github.com/linkedin/goavro) from 2.10.0 to 2.11.1.
- [Release notes](https://github.com/linkedin/goavro/releases)
- [Changelog](https://github.com/linkedin/goavro/blob/master/debug_release.go)
- [Commits](linkedin/goavro@v2.10.0...v2.11.1)

---
updated-dependencies:
- dependency-name: github.com/linkedin/goavro/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Jul 4, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 12, 2022

Superseded by #21.

@dependabot dependabot bot closed this Sep 12, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/linkedin/goavro/v2-2.11.1 branch September 12, 2022 05:30
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.

0 participants