Skip to content

Releases: imjuni/jshs2

Release 0.3.0

12 Sep 11:27

Choose a tag to compare

  • 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

02 Dec 09:40

Choose a tag to compare

  • 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

24 Nov 09:04

Choose a tag to compare

  • 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

20 Nov 10:52

Choose a tag to compare

  • Add runAsync option in cursor.execute
    • for cli script
  • Fix path problem in idlFactory

Version 0.2.9

24 Jun 09:30

Choose a tag to compare

  • Bug-fix
    • thriftConnection.end() call all case on CConnection.close()

0.2.8 Release

18 Jun 06:38

Choose a tag to compare

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

17 Apr 07:03

Choose a tag to compare

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

25 Feb 06:16

Choose a tag to compare

  • Support multi version IDL
  • Refactoring idl directory architecture
  • Refactoring Connection, Cursor (for multi version IDL)

Initialize version upload

09 Feb 08:14

Choose a tag to compare

Connection & Cursor feature support
Custom error class support (FetchError and ExecutionError, etc)