minos-python icon indicating copy to clipboard operation
minos-python copied to clipboard

Bump fastavro from 1.4.11 to 1.6.1 in /packages/core/minos-microservice-common

Open dependabot[bot] opened this issue 3 years ago • 0 comments

Bumps fastavro from 1.4.11 to 1.6.1.

Changelog

Sourced from fastavro's changelog.

2022-09-09 version 1.6.1

2022-08-15 version 1.6.0

2022-07-29 version 1.5.4

  • Add options for "strict" and "strict_allow_default" when calling writer functions (@​scottbelden in PR #628)
  • Fix an issue where the json_reader would fail to decode a map of records (@​scottbelden in PR #630)

2022-07-19 version 1.5.3

  • Add return_record_name_override option that will override the return_record_name option for unions that contain no more than one record (@​untereiner in PR #626)

2022-06-27 version 1.5.2

2022-06-08 version 1.5.1

2022-06-07 version 1.5.0

  • Improve type hints (@​scottbelden in PR #606)
  • Fix a bug where a reader schema should have matched the writer schema but it wasn't (@​scottbelden in PR #603)
  • Fix some issues in the generate functions so that the names are valid avro names

2022-05-18 version 1.4.12

  • Fix issue where custom logical types were not working for the json_reader (@​arop in PR #598)
Commits
  • a2990d4 1.6.1
  • f897958 fix bug where strict options were not catching extra fields
  • 073da50 records should match via their unqualified names
  • 85e2326 1.6.0
  • adfc015 add option to disable tuple notation
  • 1515309 add strict option in validation
  • 4d6558f fix issue where writer and reader schemas would collide
  • 94d2eef Bump pypa/cibuildwheel from 2.8.1 to 2.9.0
  • fc92651 1.5.4
  • f50ac0e fix issue with decoding records within maps
  • 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)

dependabot[bot] avatar Oct 01 '22 04:10 dependabot[bot]