Hi all,
We recently released a new minor version of the Google Maps API. This means that the versions are now:
3.10: Experimental
3.9: Release
3.8: Frozen
3.7 has been removed: if you request it you will receive 3.8.
Changes to versioningPreviously, if you requested the API without the v parameter, or using v=3, you would receive the experimental version. From today, you will now receive the release version.
If your application requires features in the experimental version, just specify the version (e.g. v=3.10). Note that this will freeze your application to 3.10 (unless there is a newer “frozen” version).
If you don’t currently request a specific version and you’d like to continue living on the bleeding edge, request the API with v=3.exp. This will always return the latest experimental version.
Reference documentation
The link to reference documentation now also defaults to the release version. If you’re working with the experimental version, please view the documentation here:
https://developers.google.com/maps/documentation/javascript/3.exp/reference
Production applicationsWe previously recommended production applications specify a minor version (e.g. 3.5, 3.6). As the release version is now the default, this advice does not strictly necessary.