Skip to content

Commit

Permalink
chore: release 2023.12.18+0 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucapette authored Dec 18, 2023
1 parent 4ce4787 commit 70712e7
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
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

0 comments on commit 70712e7

Please sign in to comment.