Releases: CUFinder/cufinder-py
Releases · CUFinder/cufinder-py
Release v1.1.1
Just a version update, because of the version 1.1.0 was yanked before
Release v1.1.0
Features
- New V2 API services: Add new V2 services including
BCD,CCP,ISC,CBC,CSC,CSN,NAOandNAA
Documentation
- Updated README.md: Add API reference for all new services
Release v1.0.0
First stable version released 🎉
Bug Fixes
- Fixed parsing results from API responses for all services and improve error handling
Documentation
- Updated all service method examples with correct SDK usage patterns
- Fixed inline code examples across all 20 services (CUF, LCUF, DTC, DTE, NTP, REL, FCL, ELF, CAR, FCC, FTS, EPP, FWE, TEP, ENC, CEC, CLO, CSE, PSE, LBS)
- Improved docstrings with detailed parameter descriptions and working examples
- Added realistic examples using actual company names
- Ensured all examples use correct response field names and SDK convenience methods
- Updated all service examples to use
client.service_name()