File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## Unreleased
88
9+ ## [ 0.5.0] - 2022-12-26
10+
911### Added
1012- Add support for importing NDJSON rows
1113- Add Keep-Alive http agent
@@ -46,7 +48,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4648- Validate API tokens
4749- Validate and sanitize SQL queries
4850
49- [ Unreleased ] : https://github.com/alejandromav/tinybird-nodejs-sdk/compare/0.4.0...HEAD
51+ [ Unreleased ] : https://github.com/alejandromav/tinybird-nodejs-sdk/compare/0.5.0...HEAD
52+ [ 0.5.0 ] : https://github.com/alejandromav/tinybird-nodejs-sdk/compare/0.4.0...0.5.0
5053[ 0.4.0 ] : https://github.com/alejandromav/tinybird-nodejs-sdk/compare/0.3.0...0.4.0
5154[ 0.3.0 ] : https://github.com/alejandromav/tinybird-nodejs-sdk/compare/0.2.0...0.3.0
5255[ 0.2.0 ] : https://github.com/alejandromav/tinybird-nodejs-sdk/compare/0.1.0...0.2.0
Original file line number Diff line number Diff line change 11{
22 "name" : " tinybird-sdk" ,
3- "version" : " 0.5.0-SNAPSHOT " ,
3+ "version" : " 0.5.0" ,
44 "description" : " Tinybird Node.js SDK" ,
55 "main" : " dist/index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments