Releases: Kitura/Kitura-CouchDB
Releases · Kitura/Kitura-CouchDB
3.2.0
- 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
- Build in Swift 5 mode (#101)
3.1.0
- Add decodeDocuments() to AllDatabaseDocuments (#97)
3.0.0
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
- SwiftNIO support (#83): enable by setting the
KITURA_NIO
environment variable while building
- for example:
env KITURA_NIO=1 swift build
2.1.0
- Update dependencies for Kitura 2.3, and support Swift 4.1 (#75)
2.0.0
Changes
- Updates to latest Swift 4.0.2 dependencies
1.7.0
Tag for swift-3.1 release
1.6.1
Fix to compile on Swift-3.1. Still needs regression testing before 1.7 tag.