Skip to content

Commit

Permalink
[DOP-8511] Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Sep 6, 2023
1 parent 5241724 commit a6dc398
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 12 deletions.
28 changes: 28 additions & 0 deletions docs/changelog/0.9.2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
0.9.2 (2023-09-06)
==================

Features
--------

- Add ``if_exists="ignore"`` and ``error`` to ``Greenplum.WriteOptions`` (:github:pull:`142`)


Improvements
------------

- Improve validation messages while writing dataframe to Kafka. (:github:pull:`131`)
- Improve documentation:

* Add notes about reading and writing to database connections documentation
* Add notes about executing statements in JDBC and Greenplum connections


Bug Fixes
---------

- Fixed validation of ``headers`` column is written to Kafka with default ``Kafka.WriteOptions()`` - default value was ``False``,
but instead of raising an exception, column value was just ignored. (:github:pull:`131`)
- Fix reading data from Oracle with ``partitioningMode="range"`` without explicitly set ``lowerBound`` / ``upperBound``. (:github:pull:`133`)
- Update Kafka documentation with SSLProtocol usage. (:github:pull:`136`)
- Raise exception if someone tries to read data from Kafka topic which does not exist. (:github:pull:`138`)
- Allow to pass Kafka topics with name like ``some.topic.name`` to DBReader. Same for MongoDB collections. (:github:pull:`139`)
4 changes: 0 additions & 4 deletions docs/changelog/next_release/+.improvement.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/changelog/next_release/131.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/next_release/131.improvement.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/next_release/133.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/next_release/136.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/next_release/138.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/next_release/139.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/next_release/142.feature.rst

This file was deleted.

0 comments on commit a6dc398

Please sign in to comment.