aboutsummaryrefslogtreecommitdiff
path: root/docs/ChangeLog.md
blob: d206afa3c5c9c0c13a4ee03fe3b610a026fb522b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Changelog

**This changelog is deprecated**. See the [Oboe releases page](https://github.com/google/oboe/releases) for the contents of each release. 

## [1.0.0](https://github.com/google/oboe/releases/tag/1.0.0)
#### 2nd October 2018
First production ready version

**API changes**
- [Remove `AudioStream::setNativeFormat`](https://github.com/google/oboe/pull/213/commits/0e8af6a65efef55ec180f8ce76e699adcee5f413)
- [Remove `AudioStream::isPlaying`](https://github.com/google/oboe/pull/213/commits/6437f5aa224330fbdf77ecc161cc868be663a974).
- [Add `AudioStream::getTimestamp(clockid_t)`](https://github.com/google/oboe/pull/213/commits/ab695c116e5f196e57560a86efa3c982360838d3).
- Deprecate `AudioStream::getTimestamp(clockid_t, int64_t, int64_t)`. Same commit as above.
- [Add Android P functions](https://github.com/google/oboe/commit/c30bbe603c256f92cdf2876c3122bc5be24b5e3e)

**Other changes**
- Add [API reference](https://google.github.io/oboe/)
- Add unit tests

## 0.11
#### 13th June 2018
Change `AudioStream` method return types to `ResultWithValue` where appropriate. [Full details](https://github.com/google/oboe/pull/109).

## 0.10
#### 18th January 2018
Add support for input (recording) streams

## 0.9
#### 18th October 2017
Initial developer preview