This repository has been archived by the owner on Oct 29, 2023. It is now read-only.
Releases: GigabiteLabs/swift-cloudant-lts
Releases · GigabiteLabs/swift-cloudant-lts
First Class Support for SPM
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
- 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
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:
- Only immediate subfolder levels are supported: e.g. "https://dogs.com/couch"<-- IS supported, while: "https://dogs.com/services/couch" <-- IS NOT supported.