Skip to content

Commit

Permalink
Release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rz-vastdata committed May 13, 2024
1 parent a55783c commit b7538aa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [0.1.4] (2024-05-13)
[0.1.4]: https://github.com/vast-data/vastdb_sdk/compare/v0.1.3...v0.1.4

### Added
- Resume `Table.select()` on HTTP 503 code
- Allow pushing down True/False boolean literals
- Support `between` predicate pushdown
- Support inserting wide rows (larger than 5MB)

## [0.1.3] (2024-05-05)
[0.1.3]: https://github.com/vast-data/vastdb_sdk/compare/v0.1.2...v0.1.3

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def _get_version_suffix():
name='vastdb',
python_requires='>=3.9.0',
description='VAST Data SDK',
version='0.1.3' + suffix,
version='0.1.4' + suffix,
url='https://github.com/vast-data/vastdb_sdk',
author='VAST DATA',
author_email='[email protected]',
Expand Down

0 comments on commit b7538aa

Please sign in to comment.