Releases: AIBlockOfficial/valence_core
Releases · AIBlockOfficial/valence_core
v0.1.8
Changelog
- Added new errors to APIErrorType
- Logs cleanup
v0.1.7
Changelog
- Removing
db
handling from core, to be moved to Valence directly (simplifies debugging and development on Valence)
v0.1.6
Changelog
- Changes all
delete_data
routes to del_data
- Adds
value_id
to set_data
, get_data
and del_data
routes
- Data entries are now saved as hash maps instead of vectors
v0.1.5
Changelog
- Adds a
DELETE
CORS handler
v0.1.3
Changelog
- Adds
set_with_expiry
method for MongoDb and Redis
- Adds
delete_entry
method for MongoDb and Redis
- Enables storing of multiple entries per address on MongoDb and Redis