Skip to content

Commit

Permalink
chore: release 0.15.0 (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
tswast authored Mar 30, 2021
1 parent 853f792 commit f11212f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,23 @@ Changelog

.. _changelog-0.15.0:

0.15.0 / TBD
------------
0.15.0 / 2021-03-30
-------------------

Features
~~~~~~~~

- Load DataFrame with ``to_gbq`` to a table in a project different from the API
client project. Specify the target table ID as ``project.dataset.table`` to
use this feature. (:issue:`321`, :issue:`347`)
- Allow billing project to be separate from destination table project in
``to_gbq``. (:issue:`321`)

Bug fixes
~~~~~~~~~

- Avoid 403 error from ``to_gbq`` when table has ``policyTags``. (:issue:`354`)
- Avoid ``client.dataset`` deprecation warnings. (:issue:`312`)

Dependencies
~~~~~~~~~~~~
Expand Down

0 comments on commit f11212f

Please sign in to comment.