Releases: javiermanzo/Harbor
Releases · javiermanzo/Harbor
3.0.0 - Response cases, Logging
What's Changed
- Moved canceled response case to an error case by @javiermanzo in #34
- Implemented LogBird for logging by @javiermanzo in #35
Full Changelog: 2.0.0...3.0.0
2.0.0 - Swift 6 compatibility, mock requests, URL Session configuration
What's Changed
- Swift 6 Sendable compatibility + Single URL Session between calls by @OmarJalil in #29
- Update repository badges by @javiermanzo in #30
- Mock Harbor requests by @javiermanzo in #31
- Update README for the configuration of a custom URLSession by @javiermanzo in #32
Full Changelog: 1.0.1...2.0.0
1.0.1 - General fixes
What's Changed
- Release 1.0.0 by @javiermanzo in #23
- Correct how custom headers are set by @javiermanzo in #25
- Set authFailed method async to handle it in a safe way by @javiermanzo in #27
- Retry request when receives 401 statusCode if new credentials are available by @javiermanzo in #26
- Release/1.0.1 by @javiermanzo in #28
Full Changelog: 1.0.0...1.0.1
1.0.0 - Major Release
What's Changed
- Release 0.1.2 by @javiermanzo in #3
- Update error cases by @javiermanzo in #4
- Update Auth Provider by @javiermanzo in #5
- Fix hasNewAuthorizationHeader by @javiermanzo in #6
- Implemented Default Header Parameters by @javiermanzo in #7
- Separated the Service Protocol in different protocols for each HTTP Method by @javiermanzo in #8
- Rename service to request by @javiermanzo in #9
- Centralize configuration by @javiermanzo in #10
- Improvement Swift 6 Compatibility by @OmarJalil in #11
- Add unit tests by @OmarJalil in #13
- Handle mTLS certificate challenge by @javiermanzo in #15
- mTLS documentation and Table of Contents by @javiermanzo in #16
- Improvement/ci cd by @OmarJalil in #14
- Support SSL Pinning by @javiermanzo in #17
- Support JSON-RPC by @javiermanzo in #18
- Fix debug protocol using JRPC protocol by @javiermanzo in #19
- Improve codable error by @javiermanzo in #20
- Retry request by @javiermanzo in #21
- Added Features to the readme by @javiermanzo in #22
- Update podspec by @javiermanzo in #24
New Contributors
- @OmarJalil made their first contribution in #11
Full Changelog: 0.1.2...1.0.0
0.1.2
Fix compositeUrl
v0.1.1
First release.