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(main): release 0.1.0 #42

Merged
merged 1 commit into from
Jan 9, 2024
Merged
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
28 changes: 28 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Changelog

## 0.1.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))


### Miscellaneous Chores

* release 0.1.0 ([4e81165](https://github.com/momentohq/client-sdk-kotlin/commit/4e81165629ffcf662ec62da39cd902ff574842fc))
Loading