Skip to content

v0.5.0: support arrow pin read and write

Compare
Choose a tag to compare
@machow machow released this 24 Jun 19:27
· 218 commits to main since this release
8915c12

What's Changed

  • fix: support reading type arrow by @machow in #136
    • breaking!: using pin_write(..., type="feather") is now deprecated. Please use pin_write(..., type="arrow") instead. The underlying behavior is the same.
  • fix: correctly display nulls in RStudio connect preview by @machow in #139
  • feat: add code block to RStudio connect preview by @machow in #142
  • docs: correct available backends by @kellobri in #137

New Contributors

Full Changelog: v0.4.0...v0.5.0