π Release Notes - Filer v0.1.0
Release Date: 2025-01-28
Tag: v0.1.0
Title: Enhanced Role Validation and Integration with vLEI Verifier Client
β¨ New Features
π Role Validation
- Integrated Business Logic for Role Validation:
- The Filer now validates user roles to ensure proper authorization.
- This functionality was previously handled by the Verifier service but has been transitioned to the Filer for improved modularity and operational focus.
π¦ Integration with vlei-verifier-client
- The Filer now uses the vlei-verifier-client package:
- Provides a standardized and simplified interface for interacting with the vLEI Verifier.
- Reduces the need for direct HTTP requests to the Verifier service.
π οΈ How to Upgrade
To upgrade to this version:
- Update your Filer service dependencies to include the latest
vlei-verifier-client
package:pip install -r requirements.txt
π Summary
This release strengthens the Filer's capabilities by adding role validation business logic and streamlining interactions with the vLEI Verifier via the official client library.