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.24.0 #166

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps fastavro from 0.22.11 to 0.24.0.

Changelog

Sourced from fastavro's changelog.

2020-07-30 version 0.24.0

  • Remove global cache of parsed schemas. This will break existing code that relied on being able to call parse_schema to manipulate that global cache (@scottbelden in PR #451)
  • Validate the precision for decimal values and throw an exception if the schema precision is less than the value precision (@matpuk in PR 453)

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
  • 19cef8a 0.24.0
  • 7007cba do not use global SCHEMA_DEFS (#451)
  • c341f96 Check actual decimal value precision during serialization (#453)
  • 2e4c25c more formatting tweaks
  • abea741 formatting tweaks
  • e38f15c newer mac versions are being built
  • 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
  • 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)