Skip to content

Releases: kirilltitov/FDBSwift

v5 "The Swift Awaitening" RC7

15 Mar 10:01
b4390b7
Compare
Choose a tag to compare

What's Changed

v5 "The Swift Awaitening" RC6

10 Jan 16:25
643e531
Compare
Choose a tag to compare

What's Changed

  • Update test script to new download URLs by @kirilltitov in #83
  • Make FDBTuplePackable methods more specific (and less general). More. by @kirilltitov in #84

Full Changelog: 5.0.0-rc-5...5.0.0-rc-6

v5 "The Swift Awaitening" RC5

13 Dec 18:34
464adba
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.2.0...5.0.0-rc-5

v5 "The Swift Awaitening" RC4 (DO NOT USE)

08 Dec 22:23
fd98c6e
Compare
Choose a tag to compare

In this release install_pkgconfig.sh script is broken. Use 5.0.0-rc-5 release instead.

What's Changed

Full Changelog: 5.0.0-rc-3...5.0.0-rc-4

v5 "The Swift Awaitening" RC3

26 Oct 09:36
1c3db00
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.0-rc-2...5.0.0-rc-3

v5 "The Swift Awaitening" RC2

24 Oct 13:18
50b4388
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: 5.0.0-rc-1...5.0.0-rc-2

v5 "The Swift Awaitening" RC1

30 Sep 15:46
d13cda2
Compare
Choose a tag to compare
Pre-release
  • async/await adopted
  • Swift-NIO dependency dropped
  • All tests passing both in macOS (ahead of Monterey) and Linux
  • 🎉

Network options enhancements

04 Nov 08:48
82259c7
Compare
Choose a tag to compare
  • #71 Introduced FDB.NetworkOption.TLSVerifyPeers(string:) (with deprecating FDB.NetworkOption.TLSVerifyPeers(bytes:))
  • #72 Setting FDB.NetworkOption.TLSPassword will not log actual password (replacing it to <private>)

Implemented in #73.

4.1.2: Some rare bugs

11 Sep 17:42
fdc3c6e
Compare
Choose a tag to compare
Merge pull request #68 from dimitribouniol/version-stamp-fix

Fixed minor consistency issues with testSetVersionstampedKey()

4.1.1: Versionstamp refinements

31 Aug 11:35
670880c
Compare
Choose a tag to compare
Merge pull request #63 from dimitribouniol/incomplete-versionstamps

Updated the meaning of an incomplete versionstamp to match existing bindings