Skip to content

Commit

Permalink
chore(main): release 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ijsong committed Oct 4, 2023
1 parent 2480922 commit afcfbdb
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.15.0"
".": "0.16.0"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [0.16.0](https://github.com/kakao/varlog/compare/v0.15.0...v0.16.0) (2023-10-04)


### Features

* **all:** add gogoproto codec to grpc servers ([5e1f344](https://github.com/kakao/varlog/commit/5e1f344a849e9ab2b7871e082e7564dcb6365ab3))
* **all:** add gogoproto codec to grpc servers ([#581](https://github.com/kakao/varlog/issues/581)) ([6127cd2](https://github.com/kakao/varlog/commit/6127cd204e04f65ec0567f3150f5566cc92b8340))
* **all:** change type of ClusterID from uint32 to int32 ([500a4bb](https://github.com/kakao/varlog/commit/500a4bbfda2cfe99661c013872d729ca7772cca4))
* **all:** change type of ClusterID from uint32 to int32 ([#566](https://github.com/kakao/varlog/issues/566)) ([ac89e40](https://github.com/kakao/varlog/commit/ac89e40be8ac44026d8a1a26918736394215a7bf))
* **varlogtest:** add functional options to varlogtest ([97dab98](https://github.com/kakao/varlog/commit/97dab98428956e3552d85484cc3359c747f91566))
* **varlogtest:** add functional options to varlogtest ([#582](https://github.com/kakao/varlog/issues/582)) ([eb8a96f](https://github.com/kakao/varlog/commit/eb8a96f89665ff403fd4afa80d058a78bf5ef083))


### Bug Fixes

* **admin:** refresh cluster metadata while adding storage node ([a2e0326](https://github.com/kakao/varlog/commit/a2e0326f13e7b844a0db3c8cc01469926e636844))
* **admin:** refresh cluster metadata while adding storage node ([#558](https://github.com/kakao/varlog/issues/558)) ([4cb06f1](https://github.com/kakao/varlog/commit/4cb06f1b391a5164e049ff074597f64f6b32d0f0))
* **rpc:** call Reset before unmarshaling protobuf ([aae2495](https://github.com/kakao/varlog/commit/aae24957d0e10a7af1c8c29bfba1e8b85d2d7ec0))


### Performance Improvements

* **rpc:** use gogoproto codec ([#236](https://github.com/kakao/varlog/issues/236)) ([c4224c0](https://github.com/kakao/varlog/commit/c4224c05c1ceb2fabba8900475d2e24e51afba90))

## [0.15.0](https://github.com/kakao/varlog/compare/v0.14.1...v0.15.0) (2023-07-31)


Expand Down

0 comments on commit afcfbdb

Please sign in to comment.