All Versions
158
Latest Version
Avg Release Cycle
67 days
Latest Release
1168 days ago

Changelog History
Page 12

  • v0.13.7 Changes

    October 27, 2014
    • [FEATURE] New video reports: monetized playbacks.
  • v0.13.6 Changes

    October 08, 2014
    • [ENHANCEMENT] Accept includes(:viewer_percentages) in .partnered_channels to eager-load multiple viewer percentages at once.
    • [ENHANCEMENT] Accept where in ViewerPercentages to collect data for multiple channels at once.
    • [ENHANCEMENT] Accept part in the where clause of Channels, so statistics can be loaded at once.
  • v0.13.5 Changes

    October 06, 2014
    • [ENHANCEMENT] Add advertising_options_set and ad_formats to video
  • v0.13.4 Changes

    October 01, 2014
    • [ENHANCEMENT] Accept policy (with custom set of rules) in content_owner.create_claim
  • v0.13.3 Changes

    October 01, 2014
    • 🛠 [BUGFIX] Rescue OpenSSL::SSL::SSLErrorWaitReadable raised by YouTube servers.
  • v0.13.2 Changes

    October 01, 2014
    • 🚀 [FEATURE] Add release! to Ownership.
  • v0.13.1 Changes

    September 18, 2014
    • 🛠 [BUGFIX] Make list videos by id work for exactly 50 ids.
  • v0.13.0 Changes

    September 11, 2014

    ⬆️ How to upgrade

    If your code never calls the create_playlist on a Channel object, then you are good to go.

    If it does, then replace your calls to channel.create_playlist with account.create_playlist, that is, call create_playlist on the channel’s account instead.

    • 🚚 [ENHANCEMENT] Remove create_playlist from Channel (still exists on Account)
    • [ENHANCEMENT] Accept category_id in upload_video.
  • v0.12.2 Changes

    September 09, 2014
    • [ENHANCEMENT] Accept part in the where clause of Videos, so statistics and content details can be eagerly loaded.
  • v0.12.1 Changes

    September 04, 2014
    • [ENHANCEMENT] Add position option to add_video (to specify where in a playlist to add a video)
    • ⚡️ [FEATURE] Add update to PlaylistItem (to change the position of the item in the playlist)