-
Notifications
You must be signed in to change notification settings - Fork 2
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
1b98eb8
commit ce6ce9e
Showing
1 changed file
with
35 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,35 @@ | ||
# Changelog | ||
|
||
## [0.2.0](https://github.com/momentohq/client-sdk-swift/compare/v0.1.0...v0.2.0) (2023-11-16) | ||
|
||
|
||
### Features | ||
|
||
* add sdk errors ([#14](https://github.com/momentohq/client-sdk-swift/issues/14)) ([5c361a8](https://github.com/momentohq/client-sdk-swift/commit/5c361a86e4e68242b42a473de82418d0c90a6c19)) | ||
* protos ([4b878a3](https://github.com/momentohq/client-sdk-swift/commit/4b878a38cb63a36dff30357258683422f4589221)) | ||
* topic client and first test ([fb206da](https://github.com/momentohq/client-sdk-swift/commit/fb206da28696fe5c3fab1b52bb13fd803473f333)) | ||
* topics configurations classes ([#9](https://github.com/momentohq/client-sdk-swift/issues/9)) ([41e1e0b](https://github.com/momentohq/client-sdk-swift/commit/41e1e0b127bb78fb536b0198039bd46e3cec670c)) | ||
* topics subscribe ([#34](https://github.com/momentohq/client-sdk-swift/issues/34)) ([00d8037](https://github.com/momentohq/client-sdk-swift/commit/00d80372399b73bb4499e4c24d8d48db8b38d787)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* update project namespace to momento ([#33](https://github.com/momentohq/client-sdk-swift/issues/33)) ([1d7dbe1](https://github.com/momentohq/client-sdk-swift/commit/1d7dbe10ea9bd2f2fecacdb6611f47fffcdb6c1c)) | ||
|
||
|
||
### Miscellaneous | ||
|
||
* add publish response class and polish publish methods ([#23](https://github.com/momentohq/client-sdk-swift/issues/23)) ([1ec3d53](https://github.com/momentohq/client-sdk-swift/commit/1ec3d53a202c3523de057bb0e0197dcce5abbf55)) | ||
* add reusable validation methods ([#43](https://github.com/momentohq/client-sdk-swift/issues/43)) ([3d67278](https://github.com/momentohq/client-sdk-swift/commit/3d67278b4c051e40ea194e919cd54bb28a84c1bf)) | ||
* add safeguard to example ([#45](https://github.com/momentohq/client-sdk-swift/issues/45)) ([d71e3a9](https://github.com/momentohq/client-sdk-swift/commit/d71e3a929051955b48021e2df82d41fd844ffa57)) | ||
* add support for publishing binary data ([#41](https://github.com/momentohq/client-sdk-swift/issues/41)) ([ef0558e](https://github.com/momentohq/client-sdk-swift/commit/ef0558eb8fe5760038e9888c3b2f76e93e7bc38b)) | ||
* adding credential providers ([cc62288](https://github.com/momentohq/client-sdk-swift/commit/cc62288f3342bb26766a8786461e1671ddc258f8)) | ||
* finishing initial credential provider impl ([2f4f72b](https://github.com/momentohq/client-sdk-swift/commit/2f4f72b060c4cfe4a59d73bf99cc968ef8bb525f)) | ||
* hook up client timeout and add agent header ([#35](https://github.com/momentohq/client-sdk-swift/issues/35)) ([8a40df4](https://github.com/momentohq/client-sdk-swift/commit/8a40df4f66ef9f5b9dc769ca86f447220bc4a4e4)) | ||
* readme and contrib ([#44](https://github.com/momentohq/client-sdk-swift/issues/44)) ([1b98eb8](https://github.com/momentohq/client-sdk-swift/commit/1b98eb8503fc292c2acbd49c655757ff51702ac0)) | ||
* remove base class; add custom exception ([405b633](https://github.com/momentohq/client-sdk-swift/commit/405b633f8eb1f6a395b3e95f8b1d36425819c157)) | ||
* reorganize protocols and classes into same files to be more idiomatic ([#16](https://github.com/momentohq/client-sdk-swift/issues/16)) ([d5eb625](https://github.com/momentohq/client-sdk-swift/commit/d5eb6259780a22a796458bc339b1ea2a08071e94)) | ||
* take cred provider out of interceptor factories ([#37](https://github.com/momentohq/client-sdk-swift/issues/37)) ([0f95bd5](https://github.com/momentohq/client-sdk-swift/commit/0f95bd54bfa4fed93b21ce60f5de005354ee4fac)) | ||
* tweaking access protection ([d165146](https://github.com/momentohq/client-sdk-swift/commit/d1651464d2dc3f53bda2104e278cdf3952d5f4d2)) | ||
* use enums to namespace prebuilt configurations ([0617ec0](https://github.com/momentohq/client-sdk-swift/commit/0617ec02e58c1949d0f409d7f609008a67b663ef)) | ||
* use logger that prints to stderr ([#42](https://github.com/momentohq/client-sdk-swift/issues/42)) ([884a24a](https://github.com/momentohq/client-sdk-swift/commit/884a24af11e0608cc7756e5c71f3b4efbe616443)) |