Skip to content

Tags: mxpv/podsync

Tags

v2.8.0

Toggle v2.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump google.golang.org/api from 0.0.0-20180718221112-efcb5f25ac56 to …

…0.241.0 (#719)

* Bump google.golang.org/api

Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.0.0-20180718221112-efcb5f25ac56 to 0.241.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/commits/v0.241.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-version: 0.241.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix Google API compatibility issues

Update YouTube API client calls to use []string parameters instead of string parameters as required by the updated google.golang.org/api v0.241.0.

Changes:
- Convert comma-separated string parameters to string slices in Channels.List and Playlists.List calls
- Replace string literals with string slice literals in PlaylistItems.List and Videos.List calls

Co-authored-by: Maksym Pavlenko <mxpv@users.noreply.github.com>

* Fix deprecated youtube.New usage for Google API v0.241.0

Replace youtube.New with youtube.NewService and add required option import
to resolve SA1019 linter error after Google API dependency update.

Co-authored-by: Maksym Pavlenko <mxpv@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: Maksym Pavlenko <mxpv@users.noreply.github.com>

v2.7.0

Toggle v2.7.0's commit message

Verified

This commit was signed with the committer’s verified signature.
mxpv Maksym Pavlenko
Fix goreleaser config

Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>

v2.6.1

Toggle v2.6.1's commit message
Include docker image links in release notes

v2.6.0

Toggle v2.6.0's commit message
Rework release

v2.5.0

Toggle v2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #442 from Harnas/feature/custom_file_format

feat: added custom format support

v2.4.2

Toggle v2.4.2's commit message
Fix data path in docker compose file

v2.4.1

Toggle v2.4.1's commit message
Update release actions

Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>

v2.4.0

Toggle v2.4.0's commit message
Configure download timeouts #186

v2.3.0

Toggle v2.3.0's commit message
Temporary disable Github registry

v2.2.2

Toggle v2.2.2's commit message
Validate go mod on CI