Skip to content

datafusion-postgres-v0.4.0

Compare
Choose a tag to compare
@sunng87 sunng87 released this 03 Jun 18:36
· 29 commits to master since this release
b0c1a1d

What's Changed

  • chore(deps): bump futures from 0.3.30 to 0.3.31 by @dependabot in #37
  • chore(deps): bump tokio from 1.40.0 to 1.41.0 by @dependabot in #39
  • chore(deps): bump datafusion from 42.0.0 to 42.1.0 by @dependabot in #38
  • chore(deps): bump datafusion from 42.1.0 to 42.2.0 by @dependabot in #40
  • chore(deps): bump tokio from 1.41.0 to 1.41.1 by @dependabot in #41
  • chore(deps): bump tokio from 1.41.1 to 1.42.0 by @dependabot in #42
  • chore(deps): bump chrono from 0.4.38 to 0.4.39 by @dependabot in #43
  • chore(deps): bump async-trait from 0.1.83 to 0.1.84 by @dependabot in #46
  • chore(deps): bump async-trait from 0.1.84 to 0.1.85 by @dependabot in #47
  • chore(deps): bump tokio from 1.42.0 to 1.43.0 by @dependabot in #48
  • Upgrade pgwire by @mjgarton in #49
  • Upgrade datafusion to version to 44 by @mjgarton in #50
  • Avoid unwrapping Result<RecordBatch> by @mjgarton in #52
  • Add support for UTF8View types by @mjgarton in #51
  • Fix parameter type ordering by @mjgarton in #54
  • Fix mapping from NaiveDate to Date32 by @mjgarton in #53
  • chore(deps): bump async-trait from 0.1.85 to 0.1.86 by @dependabot in #55
  • chore(deps): bump async-trait from 0.1.86 to 0.1.87 by @dependabot in #57
  • chore(deps): bump tokio from 1.43.0 to 1.44.0 by @dependabot in #58
  • Upgrade datafusion to version 46 by @mjgarton in #59
  • chore(deps): bump async-trait from 0.1.87 to 0.1.88 by @dependabot in #61
  • chore(deps): bump datafusion from 46.0.0 to 46.0.1 by @dependabot in #62
  • chore(deps): bump tokio from 1.44.0 to 1.44.1 by @dependabot in #60
  • chore(deps): bump tokio from 1.44.1 to 1.44.2 by @dependabot in #64
  • Support Dictionary types as they're logically equivalent to their value types. Needed for delta-rs partition columns. by @tonyalaribe in #65
  • Support "insert into" queries in SimpleQueryHandler by @tonyalaribe in #67
  • Add support for Decimal128 datatype by @mshauneu in #68
  • chore(deps): bump rust_decimal from 1.35.0 to 1.37.1 by @dependabot in #70
  • feat: information schema support by @sunng87 in #71
  • chore: introduce nix configuration by @sunng87 in #72
  • chore(deps): bump log from 0.4.22 to 0.4.27 by @dependabot in #74
  • chore(deps): bump tokio from 1.44.2 to 1.45.0 by @dependabot in #73
  • Add early support for nested types (like struct and list) by @trueleo in #69
  • refactor: cleanup, upgrade and refactor by @sunng87 in #78
  • chore(deps): bump tokio from 1.45.0 to 1.45.1 by @dependabot in #77

New Contributors

Full Changelog: datafusion-postgres-v0.3.0...datafusion-postgres-v0.4.0