From f09dc093194a2f61b8ad21fa89972d1de703c239 Mon Sep 17 00:00:00 2001 From: momento-github-actions-machine-user <87725926+momento-github-actions-machine-user@users.noreply.github.com> Date: Thu, 16 Nov 2023 16:00:29 -0800 Subject: [PATCH] chore(main): release 0.2.0 --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b58cec5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,37 @@ +# Changelog + +## [0.2.0](https://github.com/momentohq/client-sdk-swift/compare/v0.1.0...v0.2.0) (2023-11-17) + + +### 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 + +* add missing signature to protocol ([#49](https://github.com/momentohq/client-sdk-swift/issues/49)) ([c13f86e](https://github.com/momentohq/client-sdk-swift/commit/c13f86e9933e8e0170389ea036fe5b728cc853c5)) +* 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 pattern ex for binary as well as text messages ([#48](https://github.com/momentohq/client-sdk-swift/issues/48)) ([cde72b6](https://github.com/momentohq/client-sdk-swift/commit/cde72b68bf4bb7b63822be27e1cb4406aa1d0358)) +* 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))