Releases: mrsool/zatca
Releases · mrsool/zatca
1.1.0
Fix Parsing of HTTPX::ErrorResponse and Add Hooks for Advanced Logging
There are usecases when users of the SDK need to perform custom logic before the request is sent or response is parsed, so they can add context to exception monitoring platforms.
This change also adds the following two hooks:
Client#before_submitting_request
Client#before_parsing_response
1.0.2
1.0.1
1.0.0 - Phase 2 Support
Full support for Phase 2
- Generating CSRs and certificates
- Hashing
- Signing
- Wrapping ZATCA APIs
Breaking Changes
- Dropped support for Ruby 2.4
- Both
ZATCA::QRCodeGenerator
andZATCA#render_qr_code
now receive a mandatorytags
keyword argument- e.g.
ZATCA#render_qr_code(tags: tags)
instead ofZATCA#render_qr_code(tags)
- This was done because for Phase 2 both functions can either take ZATCA tags or a base64 string
- e.g.
v0.1.2
v0.1.1
What's Changed
- fix(tlv_conversion): Convert to Characters Rather than Hex by @obahareth in #5
Full Changelog: v0.1.0...v0.1.1
0.1.0
What's Changed
- ✨ Support Generating QR Codes, Setup CI, and Update README by @obahareth in #1
New Contributors
- @obahareth made their first contribution in #1
Full Changelog: https://github.com/mrsool/zatca-qr-code/commits/0.1.0