Releases: danthorpe/swift-networking
Releases · danthorpe/swift-networking
0.6.0
What's Changed
- bot: bump github.com/apple/swift-docc-plugin from 1.3.0 to 1.4.1 by @dependabot in #97
- feat: Network client by @danthorpe in #98
- bot: bump github.com/apple/swift-docc-plugin from 1.4.1 to 1.4.2 by @dependabot in #99
- chore: add buy me a coffee by @danthorpe in #100
- Spotify Example by @danthorpe in #101
- bot: bump github.com/apple/swift-docc-plugin from 1.4.2 to 1.4.3 by @dependabot in #102
- Spotify demo tests by @danthorpe in #104
- bot: bump github.com/pointfreeco/swift-concurrency-extras from 1.1.0 to 1.2.0 by @dependabot in #103
- chore: update pre-commit config by @danthorpe in #107
- bot: bump github.com/apple/swift-http-types from 1.3.0 to 1.3.1 by @dependabot in #106
- chore: update CI destinations by @danthorpe in #109
- fix: ASWebAuthenticationPresentationContextProviding requires @mainactor by @danthorpe in #108
Full Changelog: 0.5.0...0.6.0
0.5.0
What's Changed
- chore: update doc links by @danthorpe in #87
- feat: Disable server mutations per/request basis by @danthorpe in #88
- bot: bump github.com/apple/swift-http-types from 1.1.0 to 1.2.0 by @dependabot in #89
- bot: bump github.com/apple/swift-http-types from 1.2.0 to 1.3.0 by @dependabot in #90
- bot: bump github.com/apple/swift-argument-parser from 1.4.0 to 1.5.0 by @dependabot in #91
- fix: prefix path could be repeatedly applied by @danthorpe in #93
- feat: improve flexibility of .mocked by @danthorpe in #94
- feat: Unify .mocked() implementation by @danthorpe in #95
- Support generalised OAuth 2.1 clients by @danthorpe in #92
- feat: traced() by @danthorpe in #96
Full Changelog: 0.4.0...0.5.0
0.4.0
What's Changed
- chore: add shields by @danthorpe in #71
- chore: add SPI manifest by @danthorpe in #72
- pre-commit swift-format by @danthorpe in #73
- chore: update swift-format pre-commit by @danthorpe in #74
- chore: dependabot by @danthorpe in #75
- bot: bump github.com/apple/swift-algorithms from 1.0.0 to 1.2.0 by @dependabot in #80
- bot: bump github.com/apple/swift-argument-parser from 1.2.3 to 1.3.1 by @dependabot in #79
- bot: bump github.com/pointfreeco/swift-concurrency-extras from 1.0.0 to 1.1.0 by @dependabot in #76
- bot: bump github.com/apple/swift-async-algorithms from 0.1.0 to 1.0.0 by @dependabot in #77
- bot: bump github.com/apple/swift-http-types from 1.0.0 to 1.1.0 by @dependabot in #78
- CI improvements by @danthorpe in #81
- bot: bump github.com/apple/swift-argument-parser from 1.3.1 to 1.4.0 by @dependabot in #83
- bot: bump github.com/pointfreeco/swift-dependencies from 1.0.0 to 1.2.1 by @dependabot in #82
- feat: Complete concurrency checking by @danthorpe in #84
- fix: CI/CD shield by @danthorpe in #85
- chore: bump docs links by @danthorpe in #86
New Contributors
- @dependabot made their first contribution in #80
Full Changelog: 0.3.0...0.4.0
0.3.0
What's Changed
- chore: Add links to doc symbols by @danthorpe in #69
- chore: update to swift-utilities by @danthorpe in #70
Full Changelog: 0.2.0...0.3.0
0.2.0
What's Changed
- feat: Instrument basics by @danthorpe in #18
- feat: Codable support by @danthorpe in #19
- feat: Support server defaults, and log improvements by @danthorpe in #20
- Delete and rename by @danthorpe in #21
- fix: Expose TestSupport library by @danthorpe in #23
- fix: Bug in sanitize path by @danthorpe in #24
- chore: Bump dependencies by @danthorpe in #25
- feat: Pretty printing of success response by @danthorpe in #26
- feat: Authentication by @danthorpe in #27
- chore: Add authentication tests by @danthorpe in #28
- chore: Use privacy mask when logging Authorization header by @danthorpe in #29
- Use 2 spaces/tab by @danthorpe in #30
- Configure swift-format by @danthorpe in #31
- feat: HTTPRequestData improvements by @danthorpe in #33
- feat: Improvement + query encoding support by @danthorpe in #34
- feat: Add builder syntax by @danthorpe in #35
- feat: Separate out resolve request by @danthorpe in #36
- fix: Mocked should not resolve requests by @danthorpe in #37
- feat: Cached by @danthorpe in #39
- feat: Logged improvements by @danthorpe in #40
- chore: Improve test coverage by @danthorpe in #41
- feat: Auto apply basic & bearer credentials by @danthorpe in #43
- feat: Pretty print headers by @danthorpe in #44
- feat: Use os signposts when logging by @danthorpe in #45
- fix: Percent encode &= in query values by @danthorpe in #47
- feat: Make StackError a struct by @danthorpe in #49
- feat: Add notConnectToInternet convenience by @danthorpe in #50
- chore: Move Task inside sequence redirect by @danthorpe in #51
- feat: Provide a README by @danthorpe in #53
- Docc by @danthorpe in #60
- chore: Add link to docs in README by @danthorpe in #61
- ci: docs, again by @danthorpe in #62
- ci: keep docs build history in gh-pages by @danthorpe in #63
- chore: remove swiftlint fully by @danthorpe in #64
- chore: go back to macos-13 by @danthorpe in #65
- chore: add pre-commit by @danthorpe in #66
- chore: add LICENSE by @danthorpe in #67
- chore: add CODE_OF_CONDUCT by @danthorpe in #68
Full Changelog: 0.1.0...0.2.0
Basics
Updates Package (#15) * Updates Package * Updates availability of Cached Co-authored-by: danthorpe <[email protected]>