forked from bakdata/kafka-large-message-serde
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7333d4e
commit a09f01c
Showing
1 changed file
with
40 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,76 +1,83 @@ | ||
# Change Log | ||
|
||
## [1.1.5](https://github.com/bakdata/kafka-s3-backed-serde/tree/1.1.5) (2021-05-31) | ||
[Full Changelog](https://github.com/bakdata/kafka-s3-backed-serde/compare/1.1.4...1.1.5) | ||
## [2.0.0](https://github.com/bakdata/kafka-large-message-serde/tree/2.0.0) (2021-06-18) | ||
[Full Changelog](https://github.com/bakdata/kafka-large-message-serde/compare/1.1.5...2.0.0) | ||
|
||
**Merged pull requests:** | ||
|
||
- Support Azure blob storage [\#17](https://github.com/bakdata/kafka-large-message-serde/pull/17) ([@philipp94831](https://github.com/philipp94831)) | ||
|
||
## [1.1.5](https://github.com/bakdata/kafka-large-message-serde/tree/1.1.5) (2021-05-31) | ||
[Full Changelog](https://github.com/bakdata/kafka-large-message-serde/compare/1.1.4...1.1.5) | ||
|
||
**Closed issues:** | ||
|
||
- Kafka Connect Rest API properties and Connect Env Vars not being honored [\#13](https://github.com/bakdata/kafka-s3-backed-serde/issues/13) | ||
- Kafka Connect Rest API properties and Connect Env Vars not being honored [\#13](https://github.com/bakdata/kafka-large-message-serde/issues/13) | ||
|
||
**Merged pull requests:** | ||
|
||
- Add logging to file deletion [\#16](https://github.com/bakdata/kafka-s3-backed-serde/pull/16) ([@philipp94831](https://github.com/philipp94831)) | ||
- Add API to delete all files associated with a Kafka topic [\#15](https://github.com/bakdata/kafka-s3-backed-serde/pull/15) ([@philipp94831](https://github.com/philipp94831)) | ||
- Clarify connect configuration in README [\#14](https://github.com/bakdata/kafka-s3-backed-serde/pull/14) ([@philipp94831](https://github.com/philipp94831)) | ||
- Add logging to file deletion [\#16](https://github.com/bakdata/kafka-large-message-serde/pull/16) ([@philipp94831](https://github.com/philipp94831)) | ||
- Add API to delete all files associated with a Kafka topic [\#15](https://github.com/bakdata/kafka-large-message-serde/pull/15) ([@philipp94831](https://github.com/philipp94831)) | ||
- Clarify connect configuration in README [\#14](https://github.com/bakdata/kafka-large-message-serde/pull/14) ([@philipp94831](https://github.com/philipp94831)) | ||
|
||
## [1.1.4](https://github.com/bakdata/kafka-s3-backed-serde/tree/1.1.4) (2021-04-21) | ||
[Full Changelog](https://github.com/bakdata/kafka-s3-backed-serde/compare/1.1.3...1.1.4) | ||
## [1.1.4](https://github.com/bakdata/kafka-large-message-serde/tree/1.1.4) (2021-04-21) | ||
[Full Changelog](https://github.com/bakdata/kafka-large-message-serde/compare/1.1.3...1.1.4) | ||
|
||
**Merged pull requests:** | ||
|
||
- Fix creation of AWS credentials provider [\#12](https://github.com/bakdata/kafka-s3-backed-serde/pull/12) ([@torbsto](https://github.com/torbsto)) | ||
- Update gradle plugins [\#11](https://github.com/bakdata/kafka-s3-backed-serde/pull/11) ([@philipp94831](https://github.com/philipp94831)) | ||
- Fix creation of AWS credentials provider [\#12](https://github.com/bakdata/kafka-large-message-serde/pull/12) ([@torbsto](https://github.com/torbsto)) | ||
- Update gradle plugins [\#11](https://github.com/bakdata/kafka-large-message-serde/pull/11) ([@philipp94831](https://github.com/philipp94831)) | ||
|
||
## [1.1.3](https://github.com/bakdata/kafka-s3-backed-serde/tree/1.1.3) (2021-04-21) | ||
[Full Changelog](https://github.com/bakdata/kafka-s3-backed-serde/compare/1.1.2...1.1.3) | ||
## [1.1.3](https://github.com/bakdata/kafka-large-message-serde/tree/1.1.3) (2021-04-21) | ||
[Full Changelog](https://github.com/bakdata/kafka-large-message-serde/compare/1.1.2...1.1.3) | ||
|
||
**Closed issues:** | ||
|
||
- Can't build project [\#9](https://github.com/bakdata/kafka-s3-backed-serde/issues/9) | ||
- Can't build project [\#9](https://github.com/bakdata/kafka-large-message-serde/issues/9) | ||
|
||
**Merged pull requests:** | ||
|
||
- Adding STSAssumeRoleSessionCredentialsProvider [\#10](https://github.com/bakdata/kafka-s3-backed-serde/pull/10) ([@Tomczik76](https://github.com/Tomczik76)) | ||
- Adding STSAssumeRoleSessionCredentialsProvider [\#10](https://github.com/bakdata/kafka-large-message-serde/pull/10) ([@Tomczik76](https://github.com/Tomczik76)) | ||
|
||
## [1.1.2](https://github.com/bakdata/kafka-s3-backed-serde/tree/1.1.2) (2020-03-10) | ||
[Full Changelog](https://github.com/bakdata/kafka-s3-backed-serde/compare/1.1.1...1.1.2) | ||
## [1.1.2](https://github.com/bakdata/kafka-large-message-serde/tree/1.1.2) (2020-03-10) | ||
[Full Changelog](https://github.com/bakdata/kafka-large-message-serde/compare/1.1.1...1.1.2) | ||
|
||
**Merged pull requests:** | ||
|
||
- Make ID generator configurable [\#8](https://github.com/bakdata/kafka-s3-backed-serde/pull/8) ([@philipp94831](https://github.com/philipp94831)) | ||
- Make ID generator configurable [\#8](https://github.com/bakdata/kafka-large-message-serde/pull/8) ([@philipp94831](https://github.com/philipp94831)) | ||
|
||
## [1.1.1](https://github.com/bakdata/kafka-s3-backed-serde/tree/1.1.1) (2020-03-02) | ||
[Full Changelog](https://github.com/bakdata/kafka-s3-backed-serde/compare/1.1.0...1.1.1) | ||
## [1.1.1](https://github.com/bakdata/kafka-large-message-serde/tree/1.1.1) (2020-03-02) | ||
[Full Changelog](https://github.com/bakdata/kafka-large-message-serde/compare/1.1.0...1.1.1) | ||
|
||
**Merged pull requests:** | ||
|
||
- Fix handling of null [\#7](https://github.com/bakdata/kafka-s3-backed-serde/pull/7) ([@philipp94831](https://github.com/philipp94831)) | ||
- Fix handling of null [\#7](https://github.com/bakdata/kafka-large-message-serde/pull/7) ([@philipp94831](https://github.com/philipp94831)) | ||
|
||
## [1.1.0](https://github.com/bakdata/kafka-s3-backed-serde/tree/1.1.0) (2020-02-19) | ||
[Full Changelog](https://github.com/bakdata/kafka-s3-backed-serde/compare/1.0.2...1.1.0) | ||
## [1.1.0](https://github.com/bakdata/kafka-large-message-serde/tree/1.1.0) (2020-02-19) | ||
[Full Changelog](https://github.com/bakdata/kafka-large-message-serde/compare/1.0.2...1.1.0) | ||
|
||
**Merged pull requests:** | ||
|
||
- Rename modules with 's3\-backed' prefix [\#6](https://github.com/bakdata/kafka-s3-backed-serde/pull/6) ([@philipp94831](https://github.com/philipp94831)) | ||
- Add support for Kafka Connect [\#5](https://github.com/bakdata/kafka-s3-backed-serde/pull/5) ([@philipp94831](https://github.com/philipp94831)) | ||
- Rename modules with 's3\-backed' prefix [\#6](https://github.com/bakdata/kafka-large-message-serde/pull/6) ([@philipp94831](https://github.com/philipp94831)) | ||
- Add support for Kafka Connect [\#5](https://github.com/bakdata/kafka-large-message-serde/pull/5) ([@philipp94831](https://github.com/philipp94831)) | ||
|
||
## [1.0.2](https://github.com/bakdata/kafka-s3-backed-serde/tree/1.0.2) (2020-01-03) | ||
[Full Changelog](https://github.com/bakdata/kafka-s3-backed-serde/compare/1.0.1...1.0.2) | ||
## [1.0.2](https://github.com/bakdata/kafka-large-message-serde/tree/1.0.2) (2020-01-03) | ||
[Full Changelog](https://github.com/bakdata/kafka-large-message-serde/compare/1.0.1...1.0.2) | ||
|
||
**Merged pull requests:** | ||
|
||
- Downgrade to Java 8 [\#4](https://github.com/bakdata/kafka-s3-backed-serde/pull/4) ([@torbsto](https://github.com/torbsto)) | ||
- Downgrade to Java 8 [\#4](https://github.com/bakdata/kafka-large-message-serde/pull/4) ([@torbsto](https://github.com/torbsto)) | ||
|
||
## [1.0.1](https://github.com/bakdata/kafka-s3-backed-serde/tree/1.0.1) (2019-11-18) | ||
[Full Changelog](https://github.com/bakdata/kafka-s3-backed-serde/compare/1.0.0...1.0.1) | ||
## [1.0.1](https://github.com/bakdata/kafka-large-message-serde/tree/1.0.1) (2019-11-18) | ||
[Full Changelog](https://github.com/bakdata/kafka-large-message-serde/compare/1.0.0...1.0.1) | ||
|
||
**Merged pull requests:** | ||
|
||
- Extract S3BackingClient [\#3](https://github.com/bakdata/kafka-s3-backed-serde/pull/3) ([@philipp94831](https://github.com/philipp94831)) | ||
- Extract S3BackingClient [\#3](https://github.com/bakdata/kafka-large-message-serde/pull/3) ([@philipp94831](https://github.com/philipp94831)) | ||
|
||
## [1.0.0](https://github.com/bakdata/kafka-s3-backed-serde/tree/1.0.0) (2019-11-15) | ||
## [1.0.0](https://github.com/bakdata/kafka-large-message-serde/tree/1.0.0) (2019-11-15) | ||
|
||
**Merged pull requests:** | ||
|
||
- Set up CI with Azure Pipelines [\#1](https://github.com/bakdata/kafka-s3-backed-serde/pull/1) ([@SvenLehmann](https://github.com/SvenLehmann)) | ||
- Initial commit [\#2](https://github.com/bakdata/kafka-s3-backed-serde/pull/2) ([@philipp94831](https://github.com/philipp94831)) | ||
- Set up CI with Azure Pipelines [\#1](https://github.com/bakdata/kafka-large-message-serde/pull/1) ([@SvenLehmann](https://github.com/SvenLehmann)) | ||
- Initial commit [\#2](https://github.com/bakdata/kafka-large-message-serde/pull/2) ([@philipp94831](https://github.com/philipp94831)) |