You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,17 @@
1
1
# plumber 1.3.1
2
2
3
-
* Added support for [Arrow IPC Streams](https://arrow.apache.org/docs/format/Columnar.html#serialization-and-interprocess-communication-ipc) (@josiahparry#968)
4
-
* Fixed a bug where setting the `apiPath` option wouldn't be honored when running the app (@thomasp85, #836)
5
-
* Removed deprecated `mockery` package dependency. Tests now use native R closures for callback tracking. (#1009)
3
+
## New features
4
+
5
+
*`serializer_feather_stream()` and `parser_feather_stream()` now support
0 commit comments