Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency PlexAPI to v4.15.7 #209

Merged
merged 1 commit into from
Jan 14, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 31, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
PlexAPI ==4.14.0 -> ==4.15.7 age adoption passing confidence

Release Notes

pkkid/python-plexapi (PlexAPI)

v4.15.7

Compare Source

Breaking Changes

  • Added subtitleStream as first argument to Video.removeSubtitles (#​1305)

Bug Fixes

  • #​1300 - Fix building documentation
  • #​1304 - Guard against None parentIndex
  • #​1308 - Fix subtitleLanguage attribute

New Features

  • #​1303 - Add lyricStreams() convenience method
  • #​1305 - Add support for on-demand subtitles

Improvements

  • #​1298 - test: fix test_audio_Audio_sonicallySimilar authenticated test
  • #​1306 - Remove DeprecationWarning for watched methods
  • #​1310 - docs: update butler tasks info

Thanks to new contributor @​iDentitY4.

v4.15.6

Compare Source

Bug Fixes

  • #​1287 - Fix batchMultiEdits() for collections

New Features

  • #​1284 - Use edit mixins for Playlists
  • #​1286 - Add support for 'group' and 'having' keys in smart filters
  • #​1288 - Add sonicallySimilar method to Audio class
  • #​1293 - feat: add PlexPartialObject.isLocked method

Improvements


Thanks to new contributor @​zdimension.

v4.15.5

Compare Source

Bug Fixes

  • #​1265 - Passing params for setSelectedSubtitles streams
  • #​1281 - fix: explicitly set includeFiles
  • #​1269 - Return None for history source if media no longer exists
  • #​1276 - Update algorithm for parsing smart filters

New Features

  • #​1271 - Add MyPlexAccount.ping() to refresh authentication token

Improvements

  • #​1266 - docs: fix readthedocs build
  • #​1277 - Update documentation for collection.sortUpdate.
  • #​1282 - build(pypi): verify readme and add long_description_content_type

Thanks to new contributors @​ShanaryS, @​jasmeralia, and @​Dr-Blank.

v4.15.4

Compare Source

Bug Fixes

#​1262 - Fix datetime returning UTC
#​1263 - Fix isLatest() and add canInstallUpdate()

Improvements

#​1258 - ci: adjust plexapi timeout

v4.15.3

Compare Source

Bug Fixes

v4.15.2

Compare Source

Breaking Changes

#​1247 - Remove reload after saving the batch-edits

Bug Fixes

#​1239 - Change Discover search URL
#​1253 - Fix PlexServer.isLatest() check

New Features

#​1241 - Add X-Plex-Language header to config

Improvements

#​1240 - ci: retry bootstrap step
#​1244 - Fix invalid escape sequence DepreactionWarning
#​1245 - test_audio: Add missing assert
#​1250 - Suppress toDatetime error when subscribedAt is empty
#​1251 - Change Episode parent* attributes to properties


Thanks to new contributors @​twolaw, @​darthShadow, and @​BenjaminOddou.

v4.15.1

Compare Source

Bug Fixes

  • #​1201 - Fix documentation search
  • #​1216 - Validate empty items explicitly when editing items
  • #​1231 - Fallback timeout from constructor in query()

New Features

  • #​1204 - Add method to retrieve Plex server identity
  • #​1205 - Add methods to retrieve public IP and geolocation
  • #​1207 - Add properties to return the Plex Media Server data metadata paths
  • #​1219 - feat(alert): add option to use custom socket

Improvements

  • #​1203 - Improve parsing to datetime and add error handling
  • #​1206 - Rename "setDefault" to "setSelected" for media streams
  • #​1209 - Fix ElementTree DeprecationWarning when testing truth value (Python 3.12)
  • #​1220 - docs(readme): fix typos
  • #​1221 - style: fix F812 rule
  • #​1222 - docs: add Windows make file
  • #​1227 - Tests skip additional tests that require plex pass
  • #​1228 - style: lint all python files
  • #​1229 - test: add codeql analysis
  • #​1230 - Simplify PlexPartialObject eq return

v4.15.0

Compare Source

Breaking Changes

#​1129 - Update MyPlexAccount to use Plex API v2
#​1133 - Update MyPlexResource to use Plex API v2
#​1170 - Remove optional title argument from PhotoSection.searchAlbums() and PhotoSection.searchPhotos()
#​1185 - Create separate PlexHistory objects
#​1198 - Remove support for Python 3.7

Bug Fixes

#​1169 - Change server continue watching endpoint
#​1182 - Check object is instance of PlexPartialObject for __eq__ comparison

New Features

#​1184 - Add LibrarySection methods to multi-edit items
#​1186 - Add score and tagKey attribute to hub search results
#​1187 - Add config option to disable auto-reloading
#​1190 - Add SubtitleStream attributes for on-demand subtitles
#​1191 - Add search kwargs to LibrarySection.get()

Improvements

#​1164 - Update PyPI workflow to use trusted publishing
#​1166 - Set Sphinx language to en
#​1171 - Add job dependency and environment to pypi workflow
#​1192 - Add music library language to bootstrap test server
#​1195 - Fix MyPlexAccount tests
#​1196 - Fix movie edition tests


Thanks to new contributor @​fabricionaweb.


Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency PlexAPI to v4.15.0 Update dependency PlexAPI to v4.15.1 Aug 31, 2023
@renovate renovate bot changed the title Update dependency PlexAPI to v4.15.1 Update dependency PlexAPI to v4.15.2 Sep 18, 2023
@renovate renovate bot changed the title Update dependency PlexAPI to v4.15.2 Update dependency PlexAPI to v4.15.3 Sep 29, 2023
@renovate renovate bot changed the title Update dependency PlexAPI to v4.15.3 Update dependency PlexAPI to v4.15.4 Oct 4, 2023
@renovate renovate bot changed the title Update dependency PlexAPI to v4.15.4 Update dependency PlexAPI to v4.15.5 Nov 6, 2023
@renovate renovate bot changed the title Update dependency PlexAPI to v4.15.5 Update dependency PlexAPI to v4.15.6 Nov 13, 2023
@renovate renovate bot changed the title Update dependency PlexAPI to v4.15.6 Update dependency PlexAPI to v4.15.7 Dec 23, 2023
@renovate renovate bot merged commit a2f3acb into master Jan 14, 2024
3 checks passed
@renovate renovate bot deleted the renovate/plexapi-4.x branch January 14, 2024 02:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants