0.13.0 (2026-04-09)
- deprecate
--engine=bigframes, run%load_ext bigframesand use%%bqsqlmagics instead (#16573) (dbaf8f54db13d66bc0a2311bff6085615ee38958)
0.12.2 (2026-03-26)
- Allow Protobuf 7.x, require Python 3.9 (#16102) (ec9262c45055d3d2b596cdde1649d3ce90b4347d)
- Require Python 3.9 (ec9262c45055d3d2b596cdde1649d3ce90b4347d)
0.12.1 (2026-02-25)
- usability improvement to the graph visualizer (#215) (7655ada777d16f6514040747855fd1f0e9d77b1b)
0.12.0 (2026-02-10)
- support schema view (#211) (8e1883ee553a5ca4a31c0ad3affbbfd96433a6d2)
- remove bqsql magic to make that name available for bigframes (#210) (c46c94af3a7e8d9632e2abed0198bc070a1fa2cf)
- reduce conflicts between Spanner and BigQuery graph visualization on Colab (#209) (7dca7b13164953bd07929c5313648184d44a422f)
0.11.0 (2025-12-16)
- support python 3.14 (#165) (8ee73ecf20636eed124b80f76a364ca990acd5fe)
0.10.3 (2025-08-21)
- Convert property fields in graph visualization to strings before sending them to JavaScript (#133) (f869a61)
0.10.2 (2025-08-04)
- Drop support for Python 3.7 and 3.8 (#127) (2a8e9de)
- Make graph features compatible with
spanner-graph-notebook >= 1.1.7(#131) (f6f6d70)
0.10.1 (2025-07-07)
0.10.0 (2025-05-16)
0.9.0 (2025-03-26)
0.8.1 (2025-03-21)
0.8.0 (2025-03-13)
- Fix graph visualization to work with latest spanner-graph-notebook code; also, allow visualization when only some columns are json. (#102) (c33297c)
- Support multiple columns in graph visualization (#100) (dbb6442)
0.7.0 (2025-03-11)
0.6.0 (2025-02-12)
- Add '--use-geodataframe' argument to return a GeoDataFrame (#91) (fc04f34)
- Add an is_registered global value to indicate whether the extension has been loaded (#83) (0bc4473)
0.5.0 (2024-12-17)
- Add
%%bqsqlas an alias to the%%bigquerymagic (#72) (03fe1d5) - Add
bigquery_magics.context.default_variableoption (#70) (72ed882)
0.4.0 (2024-09-24)
0.3.0 (2024-09-20)
- Add support for BigQuery DataFrames. Set
context.engineto 'bigframes' to support query results larger than 10 GB (#58) (90ba05f)
0.2.0 (2024-08-27)
0.1.1 (2024-08-22)
- Depend on ipykernel 5.5.6+ instead of 6.0+ (83d8fac)
- Correct links to project pages in README (#33) (ace5020)
- Update the IPython Magics docs (#27) (62e88b3)
- Initial copy from google-cloud-bigquery (4a69d26)