Skip to content

Commit f5adfc0

Browse files
release-please[bot]Jim Fulton
andauthored
chore: release 0.7.0 (#142)
* chore: release 0.7.0 * Update CHANGELOG.md Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Jim Fulton <jim@jimfulton.info>
1 parent fb7c188 commit f5adfc0

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,30 @@
44

55
[1]: https://pypi.org/project/pybigquery/#history
66

7+
## [0.7.0](https://www.github.com/googleapis/python-bigquery-sqlalchemy/compare/v0.6.1...v0.7.0) (2021-05-12)
8+
9+
10+
### Features
11+
12+
* Comment/description support, bug fixes and better test coverage ([#138](https://www.github.com/googleapis/python-bigquery-sqlalchemy/issues/138)) ([fb7c188](https://www.github.com/googleapis/python-bigquery-sqlalchemy/commit/fb7c188fd1d61f2bb2b99742f62042576bff02a9))
13+
* Runs SQLAlchemy dialect-compliance tests (as system tests).
14+
* 100% unit-test coverage.
15+
* Support for table and column comments/descriptions (requiring SQLAlchemy 1.2 or higher).
16+
* When executing parameterized queries, the new BigQuery DB API parameter syntax is used to pass type information. This is helpful when the DB API can't determine type information from values, or can't determine it correctly.
17+
18+
### Bug Fixes
19+
20+
* Select expressions no-longer force use of labels ([#129](https://www.github.com/googleapis/python-bigquery-sqlalchemy/issues/129)) ([669b301](https://www.github.com/googleapis/python-bigquery-sqlalchemy/commit/669b301359f9f37c5c7286a245080b8af2567186))
21+
22+
* Additional fixes, including:
23+
- Handling of `in` queries.
24+
- String literals with special characters.
25+
- Use BIGNUMERIC when necessary.
26+
- Missing types: BIGINT, SMALLINT, Boolean, REAL, CHAR, NCHAR, VARCHAR, NVARCHAR, TEXT, VARBINARY, DECIMAL
27+
- Literal bytes, dates, times, datetimes, timestamps, and arrays.
28+
- Get view definitions.
29+
30+
731
### [0.6.1](https://www.github.com/googleapis/python-bigquery-sqlalchemy/compare/v0.6.0...v0.6.1) (2021-04-12)
832

933

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# Package metadata.
2525

2626
name = "pybigquery"
27-
version = "0.6.1"
27+
version = "0.7.0"
2828
description = "SQLAlchemy dialect for BigQuery"
2929

3030
# Should be one of:

0 commit comments

Comments
 (0)