- Check
CHANGELOG-FUNCTIONS.md
for endpoint related changes.
- OAuth2 authentication support
- Check
CHANGELOG-FUNCTIONS.md
for endpoint related changes.
- Check
CHANGELOG-FUNCTIONS.md
for endpoint related changes.
- Issue with crypto library import
SqlIterator
class for easily looping over the records of a SQL result set.
SqlIterator
class for easily looping over the records of a SQL result set.
- Support for record sets as native maps/arrays in
insert_records_from_json
.
- Support for record sets as native maps/arrays in
insert_records_from_json
.
- URL encoding of parameter values in
insert_records_from_json
&get_records_json
.
- Sorting and aggregate filtering in
get_records_json
.
- Sorting and aggregate filtering in
get_records_json
.
- A new function,
get_records_json
, for retrieving data in JSON format.
- A new function,
get_records_json
, for retrieving data in JSON format.
- Check
CHANGELOG-FUNCTIONS.md
for endpoint related changes.
- A new function,
insert_records_from_json
, for inserting JSON data.
- A new function,
insert_records_from_json
, for inserting JSON data.
- Check
CHANGELOG-FUNCTIONS.md
for endpoint related changes.
- Fixed bug in error reporting of job processing
- Updated packaging; added read me and change log files
- Check
CHANGELOG-FUNCTIONS.md
for endpoint related changes.
- Check
CHANGELOG-FUNCTIONS.md
for endpoint related changes.
- Check
CHANGELOG-FUNCTIONS.md
for endpoint related changes.
- A new class,
GPUdb.FileHandler
, to handle uploading files to KiFS. It has the following methods:upload
: Uploads local file objects from browsers to KiFSdownload
: Downloads files from KiFS into the local filesystem
- A new class,
GPUdb.FileHandler
, to handle uploading and downloading files to KiFS. It has the following useful methods:upload
: Uploads files or file objects to KiFSdownload
: Downloads KiFS file datadownload_and_save
: Downloads KiFS files into the local filesystem
- Check
CHANGELOG-FUNCTIONS.md
for endpoint related changes.
- Check
CHANGELOG-FUNCTIONS.md
for endpoint related changes.
- Check
CHANGELOG-FUNCTIONS.md
for endpoint related changes.
- GPUdb methods for adding custom headers per endpoint call:
add_http_header()
remove_http_header()
get_http_headers()
- GPUdb methods for adding custom headers per endpoint call:
add_http_header()
remove_http_header()
get_http_headers()
- Check
CHANGELOG-FUNCTIONS.md
for endpoint related changes.
- GPUdb methods for adding custom headers per endpoint call:
add_http_header()
remove_http_header()
get_http_headers()
- Updated the examples to not clear all tables, but just the table being used in the example.
- GPUdb methods for adding custom headers per endpoint call:
add_http_header()
remove_http_header()
get_http_headers()
- Updated the examples to not clear all tables, but just the table being used in the example.
- Buffer deprecation warning (using Buffer.from instead of new Buffer()).
- Check
CHANGELOG-FUNCTIONS.md
for endpoint related changes.
- Check
CHANGELOG-FUNCTIONS.md
for endpoint related changes.
- Version release
- Check
CHANGELOG-FUNCTIONS.md
for endpoint related changes.
- Check
CHANGELOG-FUNCTIONS.md
for endpoint related changes.
- Occassional data corruption issue with replacing
\U
with\u
.
- Check
CHANGELOG-FUNCTIONS.md
for endpoint related changes.
- Check
CHANGELOG-FUNCTIONS.md
for endpoint related changes.
- Check
CHANGELOG-FUNCTIONS.md
for endpoint related changes.
- Check
CHANGELOG-FUNCTIONS.md
for endpoint related changes.
- Check
CHANGELOG-FUNCTIONS.md
for endpoint related changes.
- Minor documentation and some options for some endpoints
- Parameters for
/visualize/isoschrone
- Added property,
force_infinity_nan_conversion_to_null
, to GPUdb that forces quoted string versions of "Infinity", "-Infinity", and "NaN" to null when decode query response.
- Version release
- Version release
- Version release
- Added a property,
force_infinity_nan_conversion_to_null
, to GPUdb that forces quoted string versions of "Infinity", "-Infinity", and "NaN" to null when decode query response.
- Added a convenience method
get_geo_json()
that returns a GeoJSON object from a table (to both the JavaScript and Node.js APIs).
- Releasing version
- Releasing version
- Releasing version
- Added nullable column support
- Updated documentation generation
- Refactor generation of the APIs