File tree 3 files changed +9
-2
lines changed
packages/google-cloud-bigquery-storage
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 2.3.0] ( https://www.github.com/googleapis/nodejs-bigquery-storage/compare/v2.2.3...v2.3.0 ) (2021-01-09)
4
+
5
+
6
+ ### Features
7
+
8
+ * introduce style enumeration ([ #135 ] ( https://www.github.com/googleapis/nodejs-bigquery-storage/issues/135 ) ) ([ 4a8f699] ( https://www.github.com/googleapis/nodejs-bigquery-storage/commit/4a8f699472d67aae4300c458308c2fa4fa372592 ) )
9
+
3
10
### [ 2.2.3] ( https://www.github.com/googleapis/nodejs-bigquery-storage/compare/v2.2.2...v2.2.3 ) (2020-11-25)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @google-cloud/bigquery-storage" ,
3
- "version" : " 2.2.3 " ,
3
+ "version" : " 2.3.0 " ,
4
4
"description" : " Client for the BigQuery Storage API" ,
5
5
"repository" : " googleapis/nodejs-bigquery-storage" ,
6
6
"license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 13
13
"test" : " c8 mocha --timeout 600000 test/*.js"
14
14
},
15
15
"dependencies" : {
16
- "@google-cloud/bigquery-storage" : " ^2.2.3 " ,
16
+ "@google-cloud/bigquery-storage" : " ^2.3.0 " ,
17
17
"avsc" : " ^5.4.18" ,
18
18
"snappy" : " ^6.2.3"
19
19
},
You can’t perform that action at this time.
0 commit comments