Releases: MetaMask/metamask-ios-sdk
Releases · MetaMask/metamask-ios-sdk
0.5.1
What's Changed
- Add device info to http headers by @elefantel in #128
- Fix Swift Language Version by @hschaeufler in #127
- Add UIKit import to DeviceInfo by @elefantel in #129
- Make DeviceInfo struct public by @elefantel in #130
- Bump version number by @elefantel in #131
- Disable http polling and use websockets only for transport by @elefantel in #133
- Use swift version(5) by @elefantel in #134
New Contributors
- @hschaeufler made their first contribution in #127
Full Changelog: 0.5.0...0.5.1
0.5.0
What's Changed
- Fix typo in readme by @alexandratran in #105
- RPC chaining by @elefantel in #109
- feature: Connect with request by @elefantel in #113
- feature: Dapp icon support by @elefantel in #114
- Update README with connect with examples by @elefantel in #115
- Update sdk ios and swift versions requirements by @elefantel in #116
- Always clear session before each test by @elefantel in #120
- feat: adds documentation link to issue opening section by @andreahaku in #121
- feature: Infura API integration by @elefantel in #122
- Bump library version by @elefantel in #123
- feature: Add read-only RPCs screen by @elefantel in #124
Full Changelog: 0.3.1...0.5.0
RPC Batching + Connect with Request
What's Changed
- Fix typo in readme by @alexandratran in #105
- RPC chaining by @elefantel in #109
- feature: Connect with request by @elefantel in #113
- feature: Dapp icon support by @elefantel in #114
- Update README with connect with examples by @elefantel in #115
- Update sdk ios and swift versions requirements by @elefantel in #116
Full Changelog: 0.3.1...0.4.0
0.3.1
What's Changed
- feature: Update Ecies framework with with better error handling by @elefantel in #103
- Dapp validation by @elefantel in #104
- feature: release 0.3.1 by @elefantel in #106
Full Changelog: 0.3.0...0.3.1
0.3.0
What's Changed
- Update readme by @alexandratran in #94
- feature: Connect & sign by @elefantel in #97
- Add crypto and key exchange tests by @elefantel in #96
- Fix connection after connect and sign by @elefantel in #98
- feature: Data persistence unit tests by @elefantel in #99
- feature: Add dapp metadata to connect and sign by @elefantel in #100
- feature: Add support for async/await by @elefantel in #101
- feature: Session manager tests by @elefantel in #102
New Contributors
- @alexandratran made their first contribution in #94
Full Changelog: 0.2.2...0.3.0
Event handling improvements
0.2.2 Analytics updates
Connection Handling & Improvements
This release improves socket connection handling and error handling
Session Persistence
This release comes with session persistence. This enables subsequent connections between the dapp and MetaMask wallet to happen seamlessly.
Bug fixes
MetaMask SDK for iOS (Beta)
The MetaMask iOS SDK enables developers to connect their native iOS apps to the Ethereum blockchain via the MetaMask Mobile wallet, effectively enabling the creation of iOS native decentralised applications (Dapps)