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

chore: release 2023.12.18+0 #86

Merged
merged 1 commit into from
Dec 18, 2023
Merged
Show file tree
Hide file tree
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
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Automatically generated by [our release script](https://github.com/typestreamio/typestream/blob/main/scripts/release). **Do not** edit manually.


- [2023.12.18+0](#202312180)
- [2023.11.23+0](#202311230)
- [2023.11.21+0](#202311210)
- [2023.11.10+1](#202311101)
Expand All @@ -15,13 +16,42 @@ Automatically generated by [our release script](https://github.com/typestreamio/
- [2023.08.31+2](#202308312)
- [2023.08.31+1](#202308311)

## 2023.12.18+0

### Features

- [reintroduce completion (#80)](https://github.com/typestreamio/typestream/commit/63645b3)
- [sasl jass auth support (#79)](https://github.com/typestreamio/typestream/commit/63cbc52)
- [extend avro support (#73)](https://github.com/typestreamio/typestream/commit/815a47c)
- [introduce basic auth support for schema registry (#71)](https://github.com/typestreamio/typestream/commit/603312b)

### Bug Fixes

- [use new server.properties key (#85)](https://github.com/typestreamio/typestream/commit/4ce4787)

### Documentation

- [fix link (#84)](https://github.com/typestreamio/typestream/commit/8ecc119)
- [link issue #74 in installation doc (#81)](https://github.com/typestreamio/typestream/commit/4627930)
- [fix typo in enrich example (#72)](https://github.com/typestreamio/typestream/commit/0dd26ca)

### Chores

- [upgrade redpanda container (#83)](https://github.com/typestreamio/typestream/commit/3ec7600)
- [update gradle (#82)](https://github.com/typestreamio/typestream/commit/04f2f12)
- [run go mod tidy (#70)](https://github.com/typestreamio/typestream/commit/e08e5c9)

## 2023.11.23+0

### Features

- [soft fail catalog fetching (#68)](https://github.com/typestreamio/typestream/commit/04b6ff0)
- [do not hardcode host and port in the CLI (#67)](https://github.com/typestreamio/typestream/commit/b6fd1a7)

### Chores

- [release 2023.11.23+0 (#69)](https://github.com/typestreamio/typestream/commit/f639da5)

## 2023.11.21+0

### Features
Expand Down
30 changes: 30 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Automatically generated by [our release script](https://github.com/typestreamio/typestream/blob/main/scripts/release). **Do not** edit manually.


- [2023.12.18+0](#202312180)
- [2023.11.23+0](#202311230)
- [2023.11.21+0](#202311210)
- [2023.11.10+1](#202311101)
Expand All @@ -15,13 +16,42 @@ Automatically generated by [our release script](https://github.com/typestreamio/
- [2023.08.31+2](#202308312)
- [2023.08.31+1](#202308311)

## 2023.12.18+0

### :rocket: Features

- [reintroduce completion (#80)](https://github.com/typestreamio/typestream/commit/63645b3)
- [sasl jass auth support (#79)](https://github.com/typestreamio/typestream/commit/63cbc52)
- [extend avro support (#73)](https://github.com/typestreamio/typestream/commit/815a47c)
- [introduce basic auth support for schema registry (#71)](https://github.com/typestreamio/typestream/commit/603312b)

### :bug: Bug Fixes

- [use new server.properties key (#85)](https://github.com/typestreamio/typestream/commit/4ce4787)

### :books: Documentation

- [fix link (#84)](https://github.com/typestreamio/typestream/commit/8ecc119)
- [link issue #74 in installation doc (#81)](https://github.com/typestreamio/typestream/commit/4627930)
- [fix typo in enrich example (#72)](https://github.com/typestreamio/typestream/commit/0dd26ca)

### :toolbox: Chores

- [upgrade redpanda container (#83)](https://github.com/typestreamio/typestream/commit/3ec7600)
- [update gradle (#82)](https://github.com/typestreamio/typestream/commit/04f2f12)
- [run go mod tidy (#70)](https://github.com/typestreamio/typestream/commit/e08e5c9)

## 2023.11.23+0

### :rocket: Features

- [soft fail catalog fetching (#68)](https://github.com/typestreamio/typestream/commit/04b6ff0)
- [do not hardcode host and port in the CLI (#67)](https://github.com/typestreamio/typestream/commit/b6fd1a7)

### :toolbox: Chores

- [release 2023.11.23+0 (#69)](https://github.com/typestreamio/typestream/commit/f639da5)

## 2023.11.21+0

### :rocket: Features
Expand Down
Loading