Skip to content

Commit bc5d15d

Browse files
committed
Update NEWS.md
1 parent fc1ea2c commit bc5d15d

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

NEWS.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
# plumber 1.3.1
22

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
6+
[Arrow IPC Streams](https://arrow.apache.org/docs/format/Columnar.html#serialization-and-interprocess-communication-ipc)
7+
(@josiahparry, #968).
8+
9+
## Bug fixes and minor improvements
10+
11+
* `pr_run()` now correctly honors the `apiPath` option when mounting
12+
documentation (@thomasp85, #836).
13+
14+
* Added CI testing for only depends packages by request of CRAN (#1006).
615

716
# plumber 1.3.0
817

0 commit comments

Comments
 (0)