Skip to content

Latest commit

 

History

History
69 lines (51 loc) · 3.52 KB

CHANGELOG.md

File metadata and controls

69 lines (51 loc) · 3.52 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased

v0.5.0

Added

  • Add support for MediaItem.Filename. It was present on Google Photos documentation but It wasn't implemented on this API. Thanks @parkeroth for adding it. (#12)
  • Add a badge on README pointing to documentation: PkgGoDev

v0.4.0

Changed

  • excludeNonAppCreatedData parameter to albums.list. If set, the results exclude media items that were not created by the app. By default all albums are returned.

Fixed

  • A new API method was added in v0.3.7, but Semantic Versioning implies that a MINOR version should had been released.

Removed

  • API definition file (api/photoslibrary/v1/photoslibrary-api.json) is removed in favor of Photos Library API documentation site.

v0.3.7

Added

v0.3.6

Changed

  • CI/CD is done by GitHub actions instead of Drone.

Fixed

  • Field TotalMediaItems on Album struct was referring to a non existing json field on the response. Thanks @kelvie for fixing it. (#6)

v0.3.5

Added

  • Go module support to deal with package dependencies.
  • Include CI/CD integration to ensure proper build before merging.
  • Makefile file to run CI/CD tasks.

Changed

  • gensupport package is downgraded to v0.3.2.

Fixed

  • Imports to use the proper package's locations.

Removed

  • Google's googleapi package from this repository. Original package will be used.

v0.3.4

This version is not usable, UPGRADE TO THE NEWEST ONE: v0.3.5.

Added

  • LICENSE file to root.

Fixed

  • Changed googleapi internal imports to use the packages published in this repository.

v0.3.3

This version is not usable, UPGRADE TO THE NEWEST ONE: v0.3.5.

Added

v0.3.2

Added

  • Google's photoslibrary package from its original repository due to removal decision from maintainers. Using latest published tag v0.3.2.