Releases: imjuni/jshs2
Releases · imjuni/jshs2
Release 0.3.0
- Hive thrift interface description language added.
- Thrift 0.9.2 + Hive 1.2.1
- Thrift 0.9.2 + Hive 2.0.0
- Thrift 0.9.3 + Hive 1.0.0
- Thrift 0.9.3 + Hive 1.1.0
- Thrift 0.9.3 + Hive 1.2.0
- Thrift 0.9.3 + Hive 1.2.1
- Thrift 0.9.3 + Hive 2.0.0
- Meaningless IIFE expression
0.2.12 Release
- Fix bug from CallbackTest and PromiseTest. If resultset hasn't rows after cause error. Because test always try getSchema and fetch.
- Fix bug from CCursor. If error caused from close, return reject. But reject not defined function, fix it.
- add Configuration option i64ToString. int64 convert i64val to float64. Int64 cannot convert float64, return Infinity. i64ToString is to true, convert string value of real value.
- If you not set i64ToString that is to set true. You don't wanna this feature that flag set false.
- update cluster.json
- update testcase
i64ToString true, 7614985126350998549 -> '7614985126350998549'
i64ToString false, 7614985126350998549 -> Infinity
0.2.11 Release
- fix runAsync option bug
- runAsync not working on PCursor.execute
- Add util isFinish and cSleep, pSleep
- Fix testcase. Now test sync and async api
- deps: chai@^3.4.1
- deps: debug@^2.2.0
0.2.10 release
- Add runAsync option in cursor.execute
- for cli script
- Fix path problem in idlFactory
Version 0.2.9
- Bug-fix
- thriftConnection.end() call all case on CConnection.close()
0.2.8 Release
jshs2 0.2.8
information
- Support Hive 0.1.x
- apply new feature FetchResults, That is to acquire log from Hive Server 2
- Support Promise (using https://github.com/then/promise)
- Change README.md
- add new test CallbackTest.js and rename ConnectionTest.js to PromiseTest.js
Release 0.1.5
New feature
- Add new option 'nullStr'
Bug Fixed
- Maybe integer(or numeric) column value is null, it replace to 'nullStr' value.
v0.1.3 - Support multi version IDL
- Support multi version IDL
- Refactoring idl directory architecture
- Refactoring Connection, Cursor (for multi version IDL)
Initialize version upload
Connection & Cursor feature support
Custom error class support (FetchError and ExecutionError, etc)