Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

Releases: GigabiteLabs/swift-cloudant-lts

First Class Support for SPM

24 Mar 00:05
a2a2d10
Compare
Choose a tag to compare

This release is the new base release for ongoing maintenance and support efforts. Minor changes, nothing breaking. This release also marks a transition to 1st class SPM support, where future development efforts will focus primarily on SPM compatibility.

0.9.5 -- LTS

26 Oct 04:07
09c836c
Compare
Choose a tag to compare
  • First official fork of swift-cloudant with LTS support (until 2025 minumum)
  • Official support for sub-folder / sub-path hosted Couch DB instances (example.com/couchdb vs couchdb.example.com)
  • Logging improvements
  • iOS officially supported
  • Tests 100% passing in latest swift versions

0.9.4 -Official Support for Subfolder Hosting

19 Oct 03:23
6d59cdb
Compare
Choose a tag to compare

Subfolder hosting is enabled with a combination of explicit configuration env variable, as well as parsing of the actual URL path into path components, which are then used to build requests.

Limitations: