Skip to content

Releases: Kitura/Kitura-CouchDB

3.2.0

04 Sep 10:11
Compare
Choose a tag to compare
  • Update to Kitura-NIO 2.2.0 when building in KITURA_NIO mode
  • fix: Apply percent-encoding to + character in CouchDB request paths (#108)

3.1.1

11 Apr 12:50
Compare
Choose a tag to compare
  • Build in Swift 5 mode (#101)

3.1.0

05 Feb 16:05
919118c
Compare
Choose a tag to compare
  • Add decodeDocuments() to AllDatabaseDocuments (#97)

3.0.0

28 Jan 11:58
fddf294
Compare
Choose a tag to compare

This is a major rework of KituraCouchDB API (#86). Instead of using SwiftyJSON objects to represent documents, you now define your document as a Document type which uses Codable. Database operations are then performed by passing instances of this type.

2.1.1

16 Oct 14:36
Compare
Choose a tag to compare
  • SwiftNIO support (#83): enable by setting the KITURA_NIO environment variable while building
    • for example: env KITURA_NIO=1 swift build

2.1.0

23 Apr 13:04
fade03d
Compare
Choose a tag to compare
  • Update dependencies for Kitura 2.3, and support Swift 4.1 (#75)

2.0.0

15 Dec 15:10
Compare
Choose a tag to compare

Changes

  • Updates to latest Swift 4.0.2 dependencies

1.7.2

15 Sep 16:31
Compare
Choose a tag to compare

What's New

  • Add support for Swift 4

1.7.0

29 Mar 18:25
Compare
Choose a tag to compare

Tag for swift-3.1 release

1.6.1

28 Mar 19:54
Compare
Choose a tag to compare

Fix to compile on Swift-3.1. Still needs regression testing before 1.7 tag.