From 12ec29f55b6fd220fb2d6793fd80a26ebdb60569 Mon Sep 17 00:00:00 2001 From: gsilvestrin Date: Fri, 2 Jun 2023 18:27:53 -0700 Subject: [PATCH] Adding nodejs CHANGELOG.md (#132) --- node/CHANGELOG.md | 48 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 node/CHANGELOG.md diff --git a/node/CHANGELOG.md b/node/CHANGELOG.md new file mode 100644 index 00000000..f8c8236c --- /dev/null +++ b/node/CHANGELOG.md @@ -0,0 +1,48 @@ +# Changelog + +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/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [0.1.3] - 2023-06-01 + +### Added + +- Support S3 and Google Cloud Storage +- Embedding functions support +- OpenAI embedding function + +## [0.1.2] - 2023-05-27 + +### Added + +- Append records API +- Extra query params to to nodejs client +- Create_index API + +### Fixed + +- bugfix: string columns should be converted to Utf8Array (#94) + +## [0.1.1] - 2023-05-16 + +### Added + +- create_table API +- limit parameter for queries +- Typescript / JavaScript examples +- Linux support + +## [0.1.0] - 2023-05-16 + +### Added + +- Initial JavaScript / Node.js library for LanceDB +- Read-only api to query LanceDB datasets +- Supports macOS arm only + +## [pre-0.1.0] + +- Various prototypes / test builds +