Skip to content

Releases: dforsber/s3-selectable

v2.2.0

29 Jul 17:10
Compare
Choose a tag to compare
  • Switch to AWS SDK v3

v2.1.6

28 Jul 10:27
Compare
Choose a tag to compare
  • Update modules

v2.1.5

11 Jul 17:42
Compare
Choose a tag to compare
  • Update modules (security, pkg management)

v2.1.4

18 May 18:07
cba4c0a
Compare
Choose a tag to compare

Maintenance release. Update modules, resolve security issues.

v2.1.3

03 Feb 20:15
Compare
Choose a tag to compare
  • Fix release, so that npmjs page gets updated README too

v2.1.2

02 Feb 21:27
Compare
Choose a tag to compare
  • doc: updated documentation

v2.1.1

31 Jan 23:34
e546ca6
Compare
Choose a tag to compare
  • Fix case when partition filters filter out all S3 Keys
  • Note select() can now return undefined when all partitions are filtered out and thus no S3 Keys would be used to run S3 Select against

v2.1.0

30 Jan 22:23
ec1cd49
Compare
Choose a tag to compare
  • Feature: explainSelect() takes the same arguments as select(), but returns information about partitions, S3 Keys to be queried and the SQL itself. This is also a nice way to find out where the data on S3 resides and how the partition pre-filtering affects.
  • Fixed: SQL with partition pre-filtering, where the partition filters were passed to S3 SELECT as is
  • Improved tests and coverage

v2.0.0

24 Jan 13:07
28ef7e3
Compare
Choose a tag to compare
  • Add LIMIT handling
  • Rework code
  • Improved interface
  • Updated README

v1.1.1

13 Jan 22:54
a2e8506
Compare
Choose a tag to compare
  • Update JSON path handling
  • Upgrade modules