-
Notifications
You must be signed in to change notification settings - Fork 1
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
ec1ba63
commit f43483c
Showing
1 changed file
with
23 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2024-01-09) | ||
|
||
|
||
### Features | ||
|
||
* add a common TopicClient with publish and subscribe methods ([b7c8fdc](https://github.com/momentohq/client-sdk-kotlin/commit/b7c8fdc90d6e79bbeef953e09ba50b95cbc62b03)) | ||
* add configuration objects ([2d9b4dc](https://github.com/momentohq/client-sdk-kotlin/commit/2d9b4dc89601190e07ac414f20d73ecd55a0d6da)) | ||
* Add credential provider ([2d871aa](https://github.com/momentohq/client-sdk-kotlin/commit/2d871aa75131f52b8f42dac5d5b534bae5907d63)) | ||
* add error codes and handling ([3f2ee56](https://github.com/momentohq/client-sdk-kotlin/commit/3f2ee56317c68f503f7a88c10998363acea8b163)) | ||
* add initial jvm topic client ([1afe34f](https://github.com/momentohq/client-sdk-kotlin/commit/1afe34f6dd6c75b5522e8daea30f97ecd852f26e)) | ||
* added exceptions ([33207c7](https://github.com/momentohq/client-sdk-kotlin/commit/33207c7db69f38af5eba0c19ffb5027fad94f455)) | ||
* added get/set operations ([e659cd5](https://github.com/momentohq/client-sdk-kotlin/commit/e659cd5a476faaadf75a2df4adf9c35a8a9d1de1)) | ||
* initial control client ([f04b3b5](https://github.com/momentohq/client-sdk-kotlin/commit/f04b3b55c1b3c10d62a048584c73860a87945479)) | ||
* Replace skeleton with kotlin multiplatform ([299cdcc](https://github.com/momentohq/client-sdk-kotlin/commit/299cdcc8a9f4a5f4c1701fb9778e80f7ca46e809)) | ||
* set up dependabot ([2930481](https://github.com/momentohq/client-sdk-kotlin/commit/2930481f7ea55f41a636b7dfeb27cb2d96bee6bf)) | ||
* wire initial control client ([e6605de](https://github.com/momentohq/client-sdk-kotlin/commit/e6605debaf241c98193d6d4f260e0cd7fe1c4f32)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Add alreadyExists to the create cache response ([36c2c8d](https://github.com/momentohq/client-sdk-kotlin/commit/36c2c8d7916dbe5101f1ee4d2c7ff0e2de346ff4)) |