fix: better handling for timers updating
refactor: nicer API for preparing a confirmation
build: make home-assistant-bluetooth dep optional
refactor!: rename DeviceDiameter
feat: add is_fully_configures for simplifying bootstrapping
feat: add handling reset
feat: add another settings command & fix timers toggling
refactor!: add Unknown variant to few more enums
This variant needed for deserializing unknown values in production-use mode. So any changes in Plex's API won't affect end-users much.
chore(main): release plex-api 0.0.8
Merge pull request #527 from andrey-yantsen/release-please--branches--main--components--plex-api
chore(main): release plex-api 0.0.8
feat: expose MyPlex device names
chore(main): release plex-cli 0.0.3
This PR was generated with Release Please. See documentation.
chore(main): release plex-api 0.0.9
feat: expose MyPlex device names
This might be a little smaller than many of my changes 😆. But if you want to display a list of devices to connect to being able to get at the name is useful!
It looks like GiHub has drastically improved the security and broken my automation magic as a result :(
refactor: hide the reserved fields
refactor!: hide some of the fields
refactor!: nicer API for updating device time
refactor!: rename some of the settings
refactor!: merge messages into single class
:robot: Release is at https://github.com/andrey-yantsen/plex-api.rs/releases/tag/plex-api-v0.0.8 :sunflower:
chore(main): release plex-api 0.0.8
Merge pull request #527 from andrey-yantsen/release-please--branches--main--components--plex-api
chore(main): release plex-api 0.0.8
This PR was generated with Release Please. See documentation.
refactor!: add Unknown variant to few more enums
This variant needed for deserializing unknown values in production-use mode. So any changes in Plex's API won't affect end-users much.
chore(deps): update rstest requirement from ^0.16.0 to ^0.17.0
Updates the requirements on rstest to permit the latest version.
updated-dependencies:
Signed-off-by: dependabot[bot] support@github.com
feat: add switching between Plex Home users
docs: add some info about CI and releasing
test: rewrite the tests using #[awt]
refactor!: move transcoding functions from Media to Part
refactor: improve transcoding API
chore(main): release plex-api 0.0.7
Merge pull request #520 from andrey-yantsen/release-please--branches--main--components--plex-api
chore(main): release plex-api 0.0.7
ci: do not build features when building in docs.rs
Docs.rs provides a readonly filesystem, so rebuilding the features list there is impossible anyway.
Fixes: #526
chore(main): release plex-cli 0.0.3
Thank you, Dave! I'll push a new release in a few minutes.
It appears that the automated docs generation for docs.rs is broken. Looks like maybe the build script is failing, perhaps it is possible to skip that for docs?
https://docs.rs/crate/plex-api/0.0.7/builds/771283
ci: do not build features when building in docs.rs
Docs.rs provides a readonly filesystem, so rebuilding the features list there is impossible anyway.
Fixes: #526
chose(deps): update bleak-retry-connector & home-assistant-bluetooth
refactor: fix request building and add convenience methods
chore(deps): update bleak, pytest-cov & pytest-asyncio
docs: add a device's photo to readme