Releases: momentohq/client-sdk-swift
Releases · momentohq/client-sdk-swift
v0.7.1
v0.7.0
v0.6.0
v0.5.1
v0.5.0
v0.4.0
0.4.0 (2024-01-05)
Features
Bug Fixes
- add available attribute to cache client protocols (#120) (2ad256e)
- availability tag and topics subscriptions fixes (#122) (8dad389)
Miscellaneous
- add code snippets for dev docs (#107) (929e55d)
- add examples readme and update readme generator (#121) (6ab8db5)
- fix up some wording about examples (#118) (1b5180e)
- rename topics doc sample snippets (#113) (5e79e91)
- small error message and docstring fixes (#123) (1f5ba6c)
- swich stability badge from alpha to beta (#117) (99f4802)
- update examples (#108) (2a1526f)
v0.3.2
0.3.2 (2023-12-13)
Bug Fixes
- actually build the topics example in ci (#105) (3151ee7)
- allow users to provide String and Data values directly (#94) (abdb54c)
- only topic publish should apply client timeout (#91) (d7e847e)
Miscellaneous
- add custom strings to print response types and values if applicable (#103) (8c2895a)
- add docstrings (#104) (bec7bcc)
- add validator to check for empty lists (#95) (b121eb7)
- consistent available tags for CacheClient and TopicClient (#96) (ca66689)
- improve pattern matching experience for response types (#90) (25247e5)
- provide better error message when credential provider fails (#93) (413e895)
- rename prebuilt config classes and targets for clarity (#101) (90cd30f)
- topics related renamings for clarity (#98) (a461dad)
- update readme instructions for including Momento in Package.swift file (#97) (b541f8b)
v0.3.1
v0.3.0
0.3.0 (2023-12-06)
Features
Bug Fixes
- add missing error handling for JWT token and tests (#68) (0599fa0)
- exclude protos from target to quiet compiler warning (#69) (b0ee9e2)
- logging for momento clients (#72) (5ffea92)
Miscellaneous
- add dependabot yml (#74) (f816073)
- add example ios chat app using Momento Topics (#63) (4f58e2a)
- add extension for ttl-less set call (#67) (821d098)
- capitalize module name (#73) (463e739)
- remove unnecessary imports and namespacing prefixes (#70) (4872d94)
- remove validation disallowing empty and blank cache values (#71) (4e81fbe)
- topics example should consume package from url and github actions should build example in ci (#64) (06e598b)