Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.2.0.Beta #78

Merged
merged 1 commit into from
Jan 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Change log

All notable changes are documented in this file. Release numbers follow [Semantic Versioning](http://semver.org)

## 0.2.0.Beta

January 8th 2022

### New features since 0.1.0.Alpha

* Enable automatic field addition to support schema
evolution [#74](https://github.com/memiiso/debezium-server-iceberg/pull/74)
* Support writing partitioned iceberg tables [#71](https://github.com/memiiso/debezium-server-iceberg/pull/71)
* Add support for array data type [#63](https://github.com/memiiso/debezium-server-iceberg/pull/63)
* Improving documentation [#61](https://github.com/memiiso/debezium-server-iceberg/pull/61)
* Update distribution to include oracle and db2
connectors [#60](https://github.com/memiiso/debezium-server-iceberg/pull/60)
* add Dockerfile and release image to github container
registry [#53](https://github.com/memiiso/debezium-server-iceberg/pull/53)
* Support all iceberg file formats parquet,orc,avro [#46](https://github.com/memiiso/debezium-server-iceberg/pull/46)
* Support nested data types [#41](https://github.com/memiiso/debezium-server-iceberg/pull/41)
* Add batch size wait to optimize batch size by monitoring debezium queue
size [#16](https://github.com/memiiso/debezium-server-iceberg/pull/16)

## 0.1.0.Alpha

April 23 2021

### New features

* Implement `upsert` mode to consume deduplicated events to destination table in addition to append
mode [#8](https://github.com/memiiso/debezium-server-iceberg/pull/8)
* Add dynamic wait feature to optimize batch size and commit
interval [#6](https://github.com/memiiso/debezium-server-iceberg/pull/6)
* Partition `debezium_events` table by destination and event_sink
hour [#5](https://github.com/memiiso/debezium-server-iceberg/pull/5)