Releases: Fortnite-API/py-wrapper
Releases · Fortnite-API/py-wrapper
Fix BrCosmetic
- Fix BrCosmetic not inherit BaseCosmetic which caused many fields not being available
Add support for new cosmetic types
- Added support for new cosmetic types including
CarCosmetic
,InstrumentCosmetic
,JamTrack
. Also methods for fetching them have been added - Add support for new
LegoCosmeticVariant
, which also can be fetched - Add new shop endpoint which features all new cosmetic types and removes legacy fields
- Bump minimum required aiohttp to 4.0.0 and require at least 1.9.0
Add support for new shop layouts
- Adds support for new shop layouts
Add Playlist rating_type and fix small bugs
- Added
Playlist.rating_type
- Fix
BrInputs.all
being alwaysNone
. This now allows to access all stats - Fix
url_as()
functions power of 2 check always failing - Remove debug print statement
search_first
Fix download url
add new download_url Took 23 minutes
Added undocumented Cosmetic data
- Renamed following attributes of BrCosmetic:
- cover_art to coverart
- showcase_video to showcase_video_url
- Added following attributes to BrCosmetic:
- search_tags
- exclusive_description
- unlock_requirements
- custom_exclusive_callout
- built_in_emote_ids
- item_preview_hero_path
- Added BrCosmeticVariantOption.unlock_requirements
Fix download url again
fix download url Took 40 seconds
New API key support
- Implement new API Authorization header
- Allow aiohttp version to be higher than 3.8.0
- Bump minimum python version to 3.6.15
Stats V2 Support
- Update Stats Endpoint to V2
New Asset Shop Support
- Support new Shop Assets
- Add backendIntroduction for search
- Add support for meta tags in search and cosmetics object
- Fix rarity_text in BrCosmetic