Releases: airsidemobile/JOSESwift
Releases · airsidemobile/JOSESwift
v3.0.0
What's Changed
- added watchos buildability to SPM package by @mcecunda in #264
- Fix linter warnings by @antonyalkmim in #293
- [Snyk] Security upgrade cocoapods from 1.11.3 to 1.11.3 by @jenkins-airside in #291
- Update target platforms and fix tests by @daniel-moh in #310
- Add support for public and private header parameters by @daniel-moh in #312
- [JWE] Added support for
A256GCM
andA128GCM
by @tobihagemann in #278 - chore(deps): lock file maintenance by @renovate in #316
- Updates search path for Mac silicon SwiftLint functionality in Xcode by @haeser in #311
- Add ECDH support for JWE Key Management continuation of #268 by @haeser in #314
- Add support for PBES2 by @tobihagemann in #304
- Add support for A192CBC-HS384 and A192GCM by @daniel-moh in #341
- Allow for plugging in user-provided crypto implementations via customization API by @daniel-moh in #343
- Reorganize source files into directories by @daniel-moh in #344
- Remove deprecated APIs by @daniel-moh in #345
- Update signer and verifier init param name and fix typos by @daniel-moh in #346
- Prepare 3.0.0 by @haeser in #347
New Contributors
- @mcecunda made their first contribution in #264
- @antonyalkmim made their first contribution in #293
- @jenkins-airside made their first contribution in #291
- @daniel-moh made their first contribution in #310
Full Changelog: 2.4.0...3.0.0
v2.4.0
v2.3.1
v2.3.0
v2.2.1
v2.2.0
v2.1.0
- Deprecated old encrypter and decrypter APIs (#216)
- Added A128KW, A192KW, and A256KW algorithms (#211)
- Changed internal JWE encryption and decryption flows (#210)
- Changed CI to CircleCI (#205)
- Dried up signing roundtrip tests (#198)
- Added full Sonarqube analysis to pull requests (#201)
- Updated Sonarqube lane to work with the Xcode 11 coverage report format (#193)
v2.0.0
- Fixes copyright update in prepare lane (#191)
- Updates travis build environment (#190)
- Adds support for RSA PSS and RS384 signatures (#188)
- Removes twitter handle from readme again (#187)
- Removes .swift-version file (#185)
- Adds Ivans twitter handle (#184)
- Updates fastlane (#182)
- Adds missing license headers and automate their yearly updates (#179)
- Extends JOSESwift Errors with localAuthentication (#173)
- Bumps swift version in podspec and version file (#167)
- Bumps fastlane to resolve mini_magic dependency warning (#164)
- Adds security policy (#159)
- Adds simple Sonarqube setup (#158)
v1.8.1
- Adds tests for conversion from ASN.1 encoded EC signatures to raw EC signatures (#160)
- Adds support for EC256 keys that are stored inside the Secure Enclave (#156)
- Changes swift version to Swift 5 (#154)
- Adds pull request linting in Danger (#153)
- Adds a SwiftLint build phase and fixes many violations (#151)