Skip to content

Releases: momentohq/client-sdk-swift

v0.7.1

26 Nov 21:22
71048be
Compare
Choose a tag to compare

0.7.1 (2024-11-26)

Bug Fixes

v0.7.0

26 Nov 19:10
400fbe9
Compare
Choose a tag to compare

0.7.0 (2024-11-26)

Features

Miscellaneous

v0.6.0

20 Jun 02:43
f83a778
Compare
Choose a tag to compare

0.6.0 (2024-06-20)

Features

v0.5.1

14 Mar 19:04
a2f5635
Compare
Choose a tag to compare

0.5.1 (2024-03-14)

Bug Fixes

  • pass errors as innerException and don't auto-resubscribe when connection becomes unavailable (#134) (2a5c77b)

v0.5.0

30 Jan 22:40
7d1f7b3
Compare
Choose a tag to compare

0.5.0 (2024-01-30)

Features

Bug Fixes

Miscellaneous

  • readme template was missing code block markdown for usage section (#128) (7746335)
  • send agent header only on first request for each client (#131) (7b8d213)
  • update examples to use latest release and other small updates (#124) (905f508)

v0.4.0

05 Jan 17:47
19087b6
Compare
Choose a tag to compare

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

v0.3.2

13 Dec 19:37
4ba910e
Compare
Choose a tag to compare

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

07 Dec 00:05
1e5bb9b
Compare
Choose a tag to compare

0.3.1 (2023-12-06)

Miscellaneous

  • add docstrings to cache and topic clients (#76) (73f6a5f)

v0.3.0

06 Dec 21:20
76a102c
Compare
Choose a tag to compare

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)

v0.2.1

22 Nov 23:02
385ffa1
Compare
Choose a tag to compare

0.2.1 (2023-11-22)

Bug Fixes

  • available tags should include iOS 13 (#62) (75a3035)
  • cast matches in case statements (#51) (2653331)
  • re-enable credential provider tests using mock tokens (#57) (4163bc3)