Changelog
Last updated
Was this helpful?
Last updated
Was this helpful?
To find the full documentation go to
You can click certain blocks
to go to its documentation page.
If you encounter any bugs or errors, please open an .
2025-03-03
now has a new parameter save_to_cache
(default True) to choose whether to save avatars to the cache or not. Caching them will make it easier and quicker to access the avatars again, and will reduce outgoing API calls.
2025-01-04
The back-end has been reworked a lot to make the whole framework faster and more efficient. The package now also supports caching to avoid making redundant requests.
A safer way of making requests to avoid hanging indefinitely or raising generic/unnecessary errors has been implemented.
2024-07-28
2024-07-06
Dicebear version upgrade to 9.x
Added tox for code quality automation
2024-04-24
Back-end cleanup
Dicebear version upgrade to 8.x (API bug fixes)
2024-03-09
2023-12-12
Removed test
parameter on all functions
Improved type hinting and imports
2023-12-12
Removed test
parameter on all functions
Improved type hinting and imports
2023-08-29
Upgrade to Dicebear new API version 7.0
2023-04-11
Upgrade to Dicebear new API version 6.0
2023-03-21
The package now pings an API to update the usage statistics (nothing personal is stored, it simply increments the amount of times certain functions have been used)
2023-03-16
Properties DAvatar.text
and DAvatar.bytes
New styles and
New modern alternative file formats and (use these instead of png
or jp(e)g
)
Moved style metadata to separate file
(models.py) to directly get metadata of every style
Made usage stats opt-in with environment variable set to true
and were not implemented but have been added now
New attribute for class
New attribute for class
New style
New function to get the schema (all properties) of the given avatar style
New style
New style
Methods and
no longer raises error for no reason