Skip to content

Releases: AIBlockOfficial/valence_core

v0.1.8

04 Jul 12:43
63930f7
Compare
Choose a tag to compare

Changelog

  • Added new errors to APIErrorType
  • Logs cleanup

v0.1.7

27 Jun 10:12
4b1eeef
Compare
Choose a tag to compare

Changelog

  • Removing db handling from core, to be moved to Valence directly (simplifies debugging and development on Valence)

v0.1.6

26 Jun 11:06
14c8087
Compare
Choose a tag to compare

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

20 Jun 12:32
fab2aac
Compare
Choose a tag to compare

Changelog

  • Adds a DELETE CORS handler

v0.1.3

23 May 10:44
e1e7335
Compare
Choose a tag to compare

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

v0.1.2

09 Feb 11:09
69222aa
Compare
Choose a tag to compare

Initial robust release