Releases: ProxymanApp/atlantis
Releases · ProxymanApp/atlantis
Atlantis 1.28.0: Fix connection issue on macOS 15.4
Changelogs
- Fix Connection issue on macOS 15.4 #165
- Use NWBrowser and NWConnection as modern APIs (NetService is deprecated)
- For iOS Simulators: Atlantis will make a direct connection to Proxyman App on the current machine => Fix macOS 15.4 issue
- For iOS Devices: Use Bonjour Service as usual
Note
- Atlantis 1.28.0 is back-compatible with Proxyman 5.18.0 or older
- However, we recommend using it with Proxyman 5.19.0 or later (Will have modern APIs)
Atlantis 1.27.0: Update new SwiftUI Sample App
Changelogs
- Update new SwiftUI Sample App
- Update Readme
Atlantis 1.26.0: Ignore URLProtocols
Bugs
- Fixed: Duplicated requests if it's handled by the user's URLProtocol (#155)
Atlantis 1.25.2: Update Podspec
Changelogs
- Update Readme and Podspec
Atlantis 1.25.1: Fix a crashes when using Atlantis with AVAggregateAssetDownloadTask
Atlantis 1.24.0: Add Privacy Manifest
Changelog
- Add Privacy Manifest #141
Atlantis 1.23.0: Opt-out of WS/WSS Connection
Change-logs
- Option to opt-out of the Method Swizzling on WS/WSS Connection. Ref: #134
Atlantis 1.22.0: Fix crash when uploading files
Changelog
- Fixed: Crash When Intercepting URLSessionUploadTask with nil Data #132
- Update the Example app
Remove some assertionFailure logic
Changelog
- Remove some
assertionFailure
code when handling the WebSocket #127
Atlantis 1.21.0: Fix Memory Leaks
Changelog
- Fix Memory Leak #124