Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
morazow committed Jan 13, 2022
1 parent a9bb9b4 commit 802cbf4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/changes/changes_2.3.0.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Cloud Storage Extension 2.3.0, released 2022-01-??
# Cloud Storage Extension 2.3.0, released 2022-01-13

Code name: Added support for Parquet `TIMESTAMP_MICROS` and `UUID` logical types

## Summary

In this release, we added support for reading Parquet `INT64 (TIMESTAMP_MICROS)` and `FIXED_LEN_BYTE_ARRAY (UUID)` types. We also introduced an S3 SSL enabled parameter that can be used to disable secure connection to S3 bucket.

## Features

* #181: Added support for reading Parquet timestamp micros values
* #183: Added support for reading Parquet UUID values
* #184: Added S3 SSL enabled parameter

## Dependency Updates

Expand Down

0 comments on commit 802cbf4

Please sign in to comment.