Skip to content

Commit

Permalink
[changelog] changelog 0.0.5 update (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
ome9ax authored Aug 12, 2021
1 parent 12988dd commit 443fb05
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
# Change Log

## [HEAD]
## [v0.0.5](https://github.com/ome9ax/target-s3-jsonl/tree/v0.0.5) (2021-08-12)

**Fixed bugs:**
- NA

**Closed issues:**
- NA
**New features:**
- I now store the rows in an Array on memory, and unload the Array into the file by batches. By default the batch size is 64Mb configurable with the `memory_buffer` config option.
- I also extended the compression config option to the `lzma` compression algorithm, storing the output file under the .xz extension.
- Update the message parsing to handle the metadata through the `add_metadata_columns` config option according to the [stitch documentation](https://www.stitchdata.com/docs/data-structure/integration-schemas#sdc-columns).
- `timezone_offset` config option added to use `utc` timestamp in the `naming_convention`
- `local` configuration option to store the data on `tmp_dir` local dir without uploading to `s3`
- More specs and tests

**Merged pull requests:**
- [[File load buffer] unload the data from a 64Mb memory buffer](https://github.com/ome9ax/target-s3-jsonl/pull/8)
- [[Metadata] manage tap Metadata _sdc columns according to the stitch documentation](https://github.com/ome9ax/target-s3-jsonl/pull/9)

## [v0.0.4](https://github.com/ome9ax/target-s3-jsonl/tree/v0.0.4) (2021-08-09)
[Full Changelog](https://github.com/ome9ax/target-s3-jsonl/tree/v0.0.0...v0.0.0)

**Fixed bugs:**
- NA

**Closed issues:**
- NA

**Merged pull requests:**
- NA
**New features:**
- Initial release

0 comments on commit 443fb05

Please sign in to comment.