PXMYH / helios

Real Estate Rental Info Data Collector
https://beast-helios.herokuapp.com/
MIT License
2 stars 2 forks source link

Bump fastavro from 0.22.11 to 0.23.6 #164

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps fastavro from 0.22.11 to 0.23.6.

Changelog

Sourced from fastavro's changelog.

2020-07-11 version 0.23.6

  • Allow iterables for array type fields (@ksunden in PR #441)
  • Do not re-parse union schemas if they have been parsed already (@scottbelden in PR #446)
  • Fix bug in load_schema where it would produce invalid schemas (@scottbelden in PR #447)
  • Do not validate logical types unless they are actually a logical type (@scottbelden in PR #448)

2020-06-22 version 0.23.5

2020-05-15 version 0.23.4

2020-04-29 version 0.23.3

2020-04-18 version 0.23.2

  • Fix bug where JSON reader/writer wouldn't work with named schemas (@gudjonragnar in PR #419)

2020-04-03 version 0.23.1

  • Fix some bugs in the validation where the schema was not being automatically parsed (@scottbelden in PR #417)

2020-03-23 version 0.23.0

2020-03-03 version 0.22.13

  • Fix bug in the JSON reader when using unions inside an array (@scottbelden in PR #400)

2020-02-27 version 0.22.12

  • Add public API at fastavro.schema.expand_schema that will expand named types (@scottbelden in PR #340)
  • Add public API at fastavro.schema.fullname that will return the fullname of a schema (@scottbelden in PR #397)
  • Retain the doc field in the result of parse_schema (@scottbelden in PR #398)
Commits
  • 08aa1d6 0.23.6
  • 16e4224 logical values should not be allowed in validation since they should have alr...
  • 1fea6c4 fix bug where load schema was creating unions of unions
  • c988861 add hint to top level union schemas
  • 6cbd4f7 Convert iterables to list in cython array writing (#441)
  • 1aee400 0.23.5
  • 3474b6c Add type stubs (#438)
  • 0aa6b0f 0.23.4
  • 9dba991 Redo import logic for optional *_write_block functions (#436)
  • 39c032f Fix a testing error, possibly python2 specific, but should work fine in pytho...
  • 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.