smart_dev_pinning_plugin 2.5.0
smart_dev_pinning_plugin: ^2.5.0 copied to clipboard
This plugin creates a secure native TLS connection to execute HTTP requests with certificate pinning.
2.5.0 #
- FEAT(smart_dev_pinning): update ios to use native directly.
2.4.0 #
- FEAT(smart_dev_pinning): update native dependencies.
2.3.0 #
- FEAT(smart_grow_secure,smart_dev_pinning): update dependencies.
2.2.0 #
- FEAT(smart_dev_pinning_plugin): Update dependencies and improve performance.
2.1.0 #
- FEAT(smart_dev_pinning): add new package.
2.0.0 #
- BREAKING CHANGE: Added required
pinningMethodparameter tohttpRequest()method - FEAT: Added
PinningMethodenum with support for both public key and certificate pinning - FEAT: Enhanced example app with modern UI and comprehensive performance benchmarking
- FEAT: Added visual performance comparison between standard HTTP and SSL pinning clients
- FEAT: Improved error handling and type safety with enum-based pinning method selection
- FEAT: Added detailed performance metrics including response times, standard deviation, and impact analysis
- DOCS: Updated README with comprehensive pinning method documentation and hash extraction commands
- DOCS: Added API reference and usage examples for both pinning methods
1.3.0 #
- FEAT(packages): update sonar.
- FEAT(packages): start using melos.
1.2.0 #
- FEAT(packages): update sonar.
- FEAT(packages): start using melos.
1.1.0 #
- FEAT(packages): start using melos.
1.0.0 #
- Initial Release