google / google-api-javascript-client

Google APIs Client Library for browser JavaScript, aka gapi.
Apache License 2.0
3.19k stars 1.06k forks source link

Is `https://apis.google.com/js/client.js` being actively modified from time to time? #586

Open ZYinMD opened 4 years ago

ZYinMD commented 4 years ago

I'm asking this question because I want to bundle it locally, but fear it may have breaking changes some day that suddenly makes my bundle stop working.

This repo doesn't seem to contain its source code. Is there a change log somewhere for this library? Can I somehow subscribe to notifications / announcements for version bumps?

I use this library in a chrome extension I developed. However, chrome plans to disallow remotely hosted js files in the future, so I want to download https://apis.google.com/js/client.js and include it in the bundle when I publish the extension.

Thanks!

grant commented 4 years ago

Hi @ZYinMD, yes this client is modified from time to time. There shouldn't be breaking changes to non-experimental features though.