Skip to content

Commit

Permalink
chore: release 2023.10.18+0 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucapette authored Oct 18, 2023
1 parent 364cb68 commit 57b47e0
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 0 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,46 @@
Automatically generated by [our release script](https://github.com/typestreamio/typestream/blob/main/scripts/release). **Do not** edit manually.


- [2023.10.18+0](#202310180)
- [2023.09.19+0](#202309190)
- [2023.09.07+1](#202309071)
- [2023.08.31+3](#202308313)
- [2023.08.31+2](#202308312)
- [2023.08.31+1](#202308311)

## 2023.10.18+0

### Features

- [introduce sync refresh (#32)](https://github.com/typestreamio/typestream/commit/b948944)
- [add basic history command (#27)](https://github.com/typestreamio/typestream/commit/eb5021e)
- [show long running workers in ps command (#25)](https://github.com/typestreamio/typestream/commit/184dde1)
- [introduce k8s mode (#24)](https://github.com/typestreamio/typestream/commit/bbc5d7e)

### Bug Fixes

- [handle callbackFlow correctly (#37)](https://github.com/typestreamio/typestream/commit/364cb68)
- [use the same naming strategy for beta images everywhere (#36)](https://github.com/typestreamio/typestream/commit/22079f4)

### Documentation

- [add a note about conventional commits (#30)](https://github.com/typestreamio/typestream/commit/5190d27)
- [remove info box about open source announcement (#23)](https://github.com/typestreamio/typestream/commit/c4ea9ed)

### Build System

- [introduce stacksrc (#31)](https://github.com/typestreamio/typestream/commit/338e841)
- [fix gradle warnings (#29)](https://github.com/typestreamio/typestream/commit/503b832)
- [use correct template for github release (#26)](https://github.com/typestreamio/typestream/commit/f459b96)

### Chores

- [add build-images.sh script (#35)](https://github.com/typestreamio/typestream/commit/989ea31)
- [speed up filesystem tests (#34)](https://github.com/typestreamio/typestream/commit/b89fb4a)
- [speed up seed test (#33)](https://github.com/typestreamio/typestream/commit/c28327b)
- [use version catalog everywhere for deps (#28)](https://github.com/typestreamio/typestream/commit/cedb175)
- [remove .dev suffix from properties file (#22)](https://github.com/typestreamio/typestream/commit/a787642)

## 2023.09.19+0

### Features
Expand All @@ -36,6 +70,10 @@ Automatically generated by [our release script](https://github.com/typestreamio/
- [only run linters on pr and main (#13)](https://github.com/typestreamio/typestream/commit/ccfa00e)
- [fix TOC links in changelog (#11)](https://github.com/typestreamio/typestream/commit/6a812f6)

### Chores

- [release 2023.09.19+0 (#21)](https://github.com/typestreamio/typestream/commit/d26ec63)

## 2023.09.07+1

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


- [2023.10.18+0](#202310180)
- [2023.09.19+0](#202309190)
- [2023.09.07+1](#202309071)
- [2023.08.31+3](#202308313)
- [2023.08.31+2](#202308312)
- [2023.08.31+1](#202308311)

## 2023.10.18+0

### :rocket: Features

- [introduce sync refresh (#32)](https://github.com/typestreamio/typestream/commit/b948944)
- [add basic history command (#27)](https://github.com/typestreamio/typestream/commit/eb5021e)
- [show long running workers in ps command (#25)](https://github.com/typestreamio/typestream/commit/184dde1)
- [introduce k8s mode (#24)](https://github.com/typestreamio/typestream/commit/bbc5d7e)

### :bug: Bug Fixes

- [handle callbackFlow correctly (#37)](https://github.com/typestreamio/typestream/commit/364cb68)
- [use the same naming strategy for beta images everywhere (#36)](https://github.com/typestreamio/typestream/commit/22079f4)

### :books: Documentation

- [add a note about conventional commits (#30)](https://github.com/typestreamio/typestream/commit/5190d27)
- [remove info box about open source announcement (#23)](https://github.com/typestreamio/typestream/commit/c4ea9ed)

### :hammer: Build System

- [introduce stacksrc (#31)](https://github.com/typestreamio/typestream/commit/338e841)
- [fix gradle warnings (#29)](https://github.com/typestreamio/typestream/commit/503b832)
- [use correct template for github release (#26)](https://github.com/typestreamio/typestream/commit/f459b96)

### :toolbox: Chores

- [add build-images.sh script (#35)](https://github.com/typestreamio/typestream/commit/989ea31)
- [speed up filesystem tests (#34)](https://github.com/typestreamio/typestream/commit/b89fb4a)
- [speed up seed test (#33)](https://github.com/typestreamio/typestream/commit/c28327b)
- [use version catalog everywhere for deps (#28)](https://github.com/typestreamio/typestream/commit/cedb175)
- [remove .dev suffix from properties file (#22)](https://github.com/typestreamio/typestream/commit/a787642)

## 2023.09.19+0

### :rocket: Features
Expand All @@ -36,6 +70,10 @@ Automatically generated by [our release script](https://github.com/typestreamio/
- [only run linters on pr and main (#13)](https://github.com/typestreamio/typestream/commit/ccfa00e)
- [fix TOC links in changelog (#11)](https://github.com/typestreamio/typestream/commit/6a812f6)

### :toolbox: Chores

- [release 2023.09.19+0 (#21)](https://github.com/typestreamio/typestream/commit/d26ec63)

## 2023.09.07+1

### :rocket: Features
Expand Down

0 comments on commit 57b47e0

Please sign in to comment.