Skip to content

Commit 47ebb45

Browse files
committed
Update CHANGELOG.md
1 parent 8616cec commit 47ebb45

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# Version 2.2.0
2+
3+
This is a major change to the underlying code to remove the deprecated `pdal::PipelineExecutor` and replace it with `pdal::PipelineManager`.
4+
5+
This version also introduces the following non-breaking changes to the ABI:
6+
7+
- Addition of the following method to allow the consuming app to tell if a pipeline is streamable:
8+
9+
```
10+
bool PDALPipelineIsStreamable(PDALPipelinePtr pipeline)
11+
```
12+
13+
- Addition of the following method to allow the consuming application to run a pipeline in streaming mode. If the pipeline is non-streamable it will be silently run in standard mode:
14+
15+
```
16+
bool PDALExecutePipelineAsStream(PDALPipelinePtr pipeline)
17+
```
18+
19+
120
# Version 2.1.1
221

322
Changes to allow compilation with PDAL 2.4.0

0 commit comments

Comments
 (0)