Releases: wikirate/Wikirate4J
Releases · wikirate/Wikirate4J
2.0.1
Key Changes
Platform model alignment
- Added Topic, WikirateTopic, TopicFramework, LicenseType, and updated VerificationStatus
- Replaced ResearchPolicy with AssessmentType
- Updated company, metric, and topic models to reflect platform changes
- Introduced SourceReference and unified answer source handling
- Added support for multi-value answers
Query and filter updates
- Updated queries for new platform nomenclature
- Fixed topic, topic framework, license, completeness, and relationship filters
- Corrected metric type and relationship naming inconsistencies
Refactoring
- Updated Metric / MetricImpl to support assessment types and topic frameworks
- Migrated HTTP layer from Apache HttpClient 4.x to 5.x
- CredentialsProvider-based authentication
- Improved timeout configuration and response handling
- Safer resource management via try-with-resources
Fixes & polish
- Multiple bug fixes related to topic handling and enum values
- Updated test resources and unit tests
- Improved Javadocs and minor documentation fixes