We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae748a commit 9cdb2e2Copy full SHA for 9cdb2e2
CHANGELOG
@@ -1,3 +1,12 @@
1
+v1.6.6
2
+ Version 1.6.6
3
+
4
+ Bugfix release
5
6
+ - Warn when constructing BatchHttpRequest using the legacy batch URI (#488)
7
+ - Increase the default media chunksize to 100MB. (#482)
8
+ - Remove unnecessary parsing of mime headers in HttpRequest.__init__ (#467)
9
10
v1.6.5
11
Version 1.6.5
12
googleapiclient/__init__.py
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__version__ = "1.6.5"
+__version__ = "1.6.6"
16
17
# Set default logging handler to avoid "No handler found" warnings.
18
import logging
0 commit comments