Commit 2b361b7
2.2.0 (#35)
* swift-docc-plugin 1.3.0
* async-http-client 1.19.0
* replaced deprecated .createNew with the new .singleton
* Adding _find capability. (#13)
* docs
* tabs
* renames
* added test for find method with body
* docs added
* findError added
* tests renamed
* added test for find method with generic type
* docs
* README updated
* updated dependencies
* docs updated
* try Swift 5.7.1
* Update build-ubuntu.yml
* Swift 5.7.3
* Revert "Swift 5.7.3"
This reverts commit ab8f67a.
* updated dependencies
* Docs updated
* Delete .github/workflows/CodeQL.yml
* dependencies updated
* fixed when update method didn’t use passed dateEncodingStrategy
* noData error added
* migrating to new HTTPClientRequest from HTTPClient.Request wip
* migrating to new HTTPClientRequest from HTTPClient.Request wip
* migrating to new HTTPClientRequest from HTTPClient.Request wip
* migrating to new HTTPClientRequest from HTTPClient.Request wip
* migrating to new HTTPClientRequest from HTTPClient.Request wip
* migrating to new HTTPClientRequest from HTTPClient.Request wip
* …
* migrating to new HTTPClientRequest from HTTPClient.Request wip
* rename
* tests updated
* auth fixed
* collect body bytes before returning response
* param renamed to make keep backward compatibility with old methods
* marking old find as deprecated
* private
* deprecated message
* renames
* moved deprecations
* docs
* docs
* added Codable to CouchDBRepresentable protocol
* added RowsResponse model
* docs
* Vapor tutorial updated
* docs
* docs and refactoring
* docs and refactoring
* Tutorials updated
* docs
* platforms list updated
* minimum swift version 5.8
* workflow updated
* Update build-ubuntu.yml
* Update build-macos.yml
* import NIOFoundationCompat to fix building on Ubuntu
* using async-http-client from 1.21.0. Not calling http
* Using HTTPClient.shared if eventLoopGroup not provided. No more calls httpClient.syncShutdown() if using shared singleton
* docs updated
* docs updated
* Vapor tutorial updated
* A SwiftUI tutorial
* tutorial fixed
* updated dependencies
* Package.resolved
* docs updated
* userName param is now required for CouchDB init
* cleanup
* docs
* docs
* docs
* docs
* docs
* docs
* docs
* docs
* docs
* docs
* docs
* docs
* docs
* docs
* docs
* docs
* dependencices updated
* updated swift-docc-plugin URL. Updated dependencies to latest versions.
* Update build-ubuntu.yml
* dependencies updated
* deleted deprecated methods
* Sendable conformance
* swift-format added
* formatting
* formatting
* revert sendable
* updated dependencies
* Sensable conformance
* updated CouchDBRepresentable protocol
* Sendable conformance
* Strict concurrency implemented
* Swift 6
* docs updated
* errors and docs
* docs
* docs
* docs wip
* docs
* wip
* wip
* docs
* docs
* get only _rev
* tutorials updated
* docs
* Update README.md
* Update README.md
* updated GitHub actions configs
* dependencies updated
* updated docs
* code formatting
* refactoring
* localized error messages
* Added error messages translations
* More translations
* fixes for Linux
* docs
* create HTTPClient if not provided in init
* new test added
* use FoundationEssentials if possible
* tests updated
* dependencies updated
* added shutdown method
* formatting
* added tutorial for Hummingbird
* tutorials
* tutorial
* tutorials
* docs
* renamed couchdb-vapor to couchdb-swift
* docs
* try to use FoundationEssentials everywhere and Dispatch
* removed FoundationEssentials usage, can’t use Bundle with it
* dependencies updated
* dependencies
* dependencies updated
* added new conflictError error
* handle conflict error in Update method
* Added missing authorization for delete document request
* tabs
* tabs
* added handling of not found error in update method
* added handling of not found error in delete method
* added more tests
* translations for CONFLICT_ERROR
* fixed date format
* Percent-encode username and password
* updated config
* updated actions configs
* notFound error added
* Throw .notFound error for get requests
* translations
* HTTPClientTests added using Swift Testing
* migrated to Swift Testing
* tabs
* Mango Query implementation
* more tests
* tests updated
* wip
* wip
* tests updated
* more tests and fixes
* docs
* new tutorial
* New tutorial
* wip
* wip
* tutorials updated
* test updated
* Attachments API
* formatting
* readme
* …
* …
* fixes
* updated workflows
* Update Sources/CouchDBClient/CouchDBClient.docc/Tutorials/AdvancedMangoQueries/AdvancedMangoQueries-5.swift
Co-authored-by: Copilot <[email protected]>
* correct init
* updated tests
* tests updated
* MangoSortField struct
* readme
* docs
* throw error
* Rename
---------
Co-authored-by: Gregório Gevartosky Torrezan <[email protected]>
Co-authored-by: Copilot <[email protected]>1 parent 31a7e58 commit 2b361b7
File tree
23 files changed
+1483
-86
lines changed- .github/workflows
- Sources/CouchDBClient
- CouchDBClient.docc
- Tutorials
- AdvancedMangoQueries
- Models
- Tests/CouchDBClientTests
23 files changed
+1483
-86
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
18 | | - | |
19 | 17 | | |
20 | 18 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 19 | + | |
25 | 20 | | |
26 | | - | |
| 21 | + | |
27 | 22 | | |
28 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
29 | 44 | | |
30 | 45 | | |
31 | 46 | | |
32 | 47 | | |
33 | 48 | | |
34 | | - | |
35 | | - | |
36 | 49 | | |
37 | 50 | | |
38 | 51 | | |
| |||
45 | 58 | | |
46 | 59 | | |
47 | 60 | | |
48 | | - | |
49 | | - | |
50 | 61 | | |
51 | 62 | | |
52 | 63 | | |
| |||
80 | 91 | | |
81 | 92 | | |
82 | 93 | | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
83 | 131 | | |
84 | 132 | | |
85 | 133 | | |
| |||
144 | 192 | | |
145 | 193 | | |
146 | 194 | | |
147 | | - | |
148 | | - | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
149 | 201 | | |
150 | 202 | | |
151 | 203 | | |
152 | 204 | | |
153 | 205 | | |
154 | 206 | | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
Lines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
Lines changed: 40 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
0 commit comments