Releases: careerbuilder/HBase.NET
Releases · careerbuilder/HBase.NET
HBase.NET 1.0.3.1
Released On: 2018-02-14
- Setting caching on the TScan to reduce the number of remote procedure calls between client and server.
HBase.NET 1.0.3.0
Released On: 2017-12-12
- Updated Thrift from 0.10.0 to 0.11.0
- Regenerated gen-csharp using Thrift 0.11.0
- Updated log4net from 2.0.7 to 2.0.8.0
- Updated Castle Dynamic Proxy from 3.3.3 to 4.2.1
HBase.NET 1.0.2.1
Originally Released: 2014-09-23
- More carefully handles the TTransport due to a bug in thrift where the tcpclient object is reused. This resolves the strange null references which occurred in the previous version.
- No longer buffers the TFramedTransport
HBase.NET 1.0.2.3
Originally Released: 2017-01-09
- Updated Thrift from 0.9.2 to 0.10.0
- Regenerated gen-csharp using Thrift 0.10.0
- Updated log4net from 1.2.13 to 2.0.7
- Made changes to the way TBufferedTransport was being mocked in unit tests
HBase.NET 1.0.2.2
Originally Released: 2015-01-09
- Upgraded Thrift 0.9.1 to 0.9.2
- Regenerated gen-csharp using Thrift 0.9.2.
- Upgraded Castle Dynamic Proxy 3.0.0 to 3.3.3
- Upgraded Log4net 1.2.11 to Log4net 1.2.13
HBase.NET 1.0.2.0
Originally Released: 2014-09-17
Note: This release contains a bug in thrift which occasionally produces null reference exceptions and should be avoided. Please use 1.0.2.1 instead.
- Now using Thrift 0.9.1 internally
- Regenerated client internals using thrift 0.9.1
- Client now supports the TCompactProtocol
- Client now supports the TFramedTransport
HBase.NET 1.0.1.1
Originally Released: 2014-09-08
- Adding a CanaryTable parameter to the constructor. The default canary table is now "hbase:meta" for HBase 0.98; however, the user can overload this setting for compatibility with older versions of HBase.
HBase.NET 1.0.1.0
Originally Released: 2014-08-25
- Now using thrift 0.9.0 internally
- Regenerated the client internals from the hbase.thrift file provided with HBase 0.98
HBase.NET 1.0.0.6
Originally Released: 2014-04-30
- Adding an ILMerge postbuild step which merges all output into a single dll.
- Disabling CopyLocal for dll references.
- Merging all license files into an "Open Source Licenses.txt" file.
HBase.NET 1.0.0.5
Originally Released: 2014-04-25
Initial public release for HBase.NET.