learningtapestry/lt-google-api

View on GitHub
CHANGELOG.md

Summary

Maintainability
Test Coverage
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/learningtapestry/lt-google-api/compare/v0.3.0...HEAD)

## [0.3.0](https://github.com/learningtapestry/lt-lcms/compare/v0.2.4...v0.3.0) - 2023-12-23
### Added

- Added Docker support [@paranoicsan](https://github.com/paranoicsan)
- Added RBS support [@paranoicsan](https://github.com/paranoicsan)

### Changed

- Updated dependencies [@paranoicsan](https://github.com/paranoicsan)
- Ruby updated to 3.2.1 [@paranoicsan](https://github.com/paranoicsan), will be at separate branch ruby-3-upgrade
- Ruby updated to 2.7.7 [@shlag3n](https://github.com/shlag3n) at the main branch
- Upgraded google-api to 0.11 [@shlag3n](https://github.com/shlag3n)

## [0.2.4](https://github.com/learningtapestry/lt-lcms/compare/v0.2.3...v0.2.4) - 2021-07-16

### Fixed

- Fix for Google Query ([#13](https://github.com/learningtapestry/lt-google-api/pull/13))

## [0.2.3](https://github.com/learningtapestry/lt-lcms/compare/v0.2.2...v0.2.3) - 2021-07-02

### Fixed

- Fix Google API query when object name contains special characters like " ' " ([#11](https://github.com/learningtapestry/lt-google-api/pull/11))

## [0.2.2](https://github.com/learningtapestry/lt-lcms/compare/v0.2.1...v0.2.2) - 2020-12-25

### Fixed

- Fix Google API namespace ([#9](https://github.com/learningtapestry/lt-google-api/pull/9))

## [0.2.1](https://github.com/learningtapestry/lt-lcms/compare/v0.2.0...v0.2.1) - 2020-10-15

### Fixed

- Correctly fetches content of Google Shared Drives ([#8](https://github.com/learningtapestry/lt-google-api/pull/8))

## [0.2.0](https://github.com/learningtapestry/lt-lcms/compare/v0.1.1...v0.2.0) - 2020-10-15

### Added

- Add support for Google Shared Drives ([#7](https://github.com/learningtapestry/lt-google-api/pull/7))

## [0.1.1](https://github.com/learningtapestry/lt-lcms/compare/v0.1.0...v0.1.1) - 2020-01-13

### Added

- Add Codeship and Codeclimate integrations [@paranoicsan](https://github.com/paranoicsan)

### Fixed

- Ignores files marked as TRASHED on fetch IDs [@paranoicsan](https://github.com/paranoicsan)

## [0.1.0] - 2019-03-12

- Initial release