Skip to content

Commit

Permalink
Merge pull request #697 from thornbill/readme-0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
thornbill authored May 14, 2024
2 parents 65b4f97 + 329640b commit dae5514
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ yarn add @jellyfin/sdk

| SDK Version | Jellyfin Version |
|:-:|:-:|
| 0.8.2 - 0.6.0 | 10.8.1 - 10.8.9 |
| 0.9.0 | 10.9.x |
| 0.8.2 - 0.6.0 | 10.8.1 - 10.8.13 |
| 0.5.0 | 10.8.0 |
| <0.5.0 | 10.7.x |

Expand Down Expand Up @@ -106,6 +107,10 @@ await api.logout();

## Breaking Changes

### v0.9.0

* Updated OpenAPI spec for Jellyfin 10.9.1. [#694](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/694)

### v0.8.0

* The library is now fully targeted to ES6/ES2015.
Expand Down Expand Up @@ -145,7 +150,7 @@ await api.logout();
* [x] Use custom generator templates for API versions [#231](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/231) (Currently uses sed to update the value could be improved.)
* [x] Automate OpenAPI spec updates using GitHub [#351](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/351)
* [x] Create branch tracking unstable Jellyfin builds with automated builds [#354](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/354)
* [ ] Fix authentication header escaping
* [x] Fix authentication header escaping [#564](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/564)
* [ ] Add WebSocket API support
* [ ] Add example projects for different ecosystems [#186](https://github.com/jellyfin/jellyfin-sdk-typescript/issues/186)
* [ ] Add utility function for `getFile` [#164](https://github.com/jellyfin/jellyfin-sdk-typescript/issues/164)
Expand Down

0 comments on commit dae5514

Please sign in to comment.