minos-python
minos-python copied to clipboard
Bump fastavro from 1.4.11 to 1.6.1 in /packages/core/minos-microservice-common
Bumps fastavro from 1.4.11 to 1.6.1.
Changelog
Sourced from fastavro's changelog.
2022-09-09 version 1.6.1
- Fix a bug where the strict options were not catching extra fields (
@āscottbeldenin PR #639)- Better conform to the specification by having records match via unqualified names (
@āscottbeldenin PR #636)2022-08-15 version 1.6.0
- Add option to disable tuple notation (
@āscottbeldenin PR #634)- Add strict option to validate APIs (
@āscottbeldenin PR #633)- Fix an issue where a reader schema was not being used correctly when doing schema migration (
@āscottbeldenin PR #632)2022-07-29 version 1.5.4
- Add options for "strict" and "strict_allow_default" when calling writer functions (
@āscottbeldenin PR #628)- Fix an issue where the json_reader would fail to decode a map of records (
@āscottbeldenin 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 (
@āuntereinerin PR #626)2022-06-27 version 1.5.2
- Add support for custom JSON Encoders and Decoders (
@āscottbeldenin PR #618)- Fix issue where avro encoded file with zlib could not be decompressed (
@āscottbeldenin PR #620)2022-06-08 version 1.5.1
- Fix bugs when appending (
@āscottbeldenin PR #608)2022-06-07 version 1.5.0
- Improve type hints (
@āscottbeldenin PR #606)- Fix a bug where a reader schema should have matched the writer schema but it wasn't (
@āscottbeldenin PR #603)- Fix some issues in the generate functions so that the names are valid avro names
2022-05-18 version 1.4.12
Commits
a2990d41.6.1f897958fix bug where strict options were not catching extra fields073da50records should match via their unqualified names85e23261.6.0adfc015add option to disable tuple notation1515309add strict option in validation4d6558ffix issue where writer and reader schemas would collide94d2eefBump pypa/cibuildwheel from 2.8.1 to 2.9.0fc926511.5.4f50ac0efix issue with decoding records within maps- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)