Skip to content

Releases: apple/swift-cassandra-client

0.6.1

24 Jul 08:02
ee0af2c
Compare
Choose a tag to compare

What's Changed

SemVer Patch

Full Changelog: 0.6.0...0.6.1

0.6.0

30 Jun 10:33
2481c94
Compare
Choose a tag to compare

What's Changed

SemVer Minor

SemVer Patch

  • Lock an exact swift-nio-ssl dependency version by @czechboy0 in #58

Other Changes

  • Rename nightly_6_1 params to nightly_next by @rnro in #48
  • Only apply standard swift settings on valid targets by @rnro in #49
  • Enable macOS CI on merge to main and daily timer by @rnro in #51
  • Partially disable macOS CI by @rnro in #52
  • Enable macOS CI on pull requests by @rnro in #53
  • Enable Swift 6.1 jobs in CI by @rnro in #54
  • Update unit_tests.yml to disable 5.9 by default by @rnro in #56
  • Add static SDK CI workflow by @rnro in #50

New Contributors

Full Changelog: 0.5.0...0.6.0

0.5.0

11 Feb 16:13
85f017c
Compare
Choose a tag to compare

What's Changed

SemVer Minor

SemVer Patch

Other Changes

New Contributors

Full Changelog: 0.4.0...0.5.0

0.3.0

04 Mar 18:47
1da99aa
Compare
Choose a tag to compare

Expose the paging token API from the C/C++ driver (#22, credit to @erichmenge)

0.2.0

21 Dec 05:08
c714635
Compare
Choose a tag to compare
  • Make ssl.verifyFlag non-optional (#15)

0.1.1

15 Nov 00:32
6a9c284
Compare
Choose a tag to compare

Allow setting per statement request timeout (#9)

0.1.0

09 Nov 23:35
f42a51d
Compare
Choose a tag to compare

Includes:

  • Expose C* metrics (#7)
  • Provide way to set cluster consistency (#8)