Skip to content

Releases: JBlaschke/call-monitor

Version 0.3.6

24 Jan 23:54
Compare
Choose a tag to compare

Version 0.3.5

24 Jan 23:18
Compare
Choose a tag to compare

Fixes an issue where a new databases wasn't initialized when the user calls save_db

Version 0.3.4

10 Jan 21:59
Compare
Choose a tag to compare

Minor tweaks to the intercept wrapper, causing it to preserved the function signature

Version 0.3.3

03 Jan 02:19
Compare
Choose a tag to compare

Bugfix for loader: reset db.root whenever we run callmonitor.load

Version 0.3.2

02 Jan 01:24
Compare
Choose a tag to compare

Bugfix: clear input descriptor of all custom data before pickling -- not doing this artificially inflates the size of the pickle, and might prevent unpickling in the future (if the contained data types don't match installed versions).

Version 0.3.1

02 Jan 01:22
Compare
Choose a tag to compare

Added Args containers (which can be accessed through callmonitor.DB.get_args) -- Args let you access variables by name (regardless of whether they are args, kwargs, or defaults).

Version 0.3.0

02 Jan 01:21
Compare
Choose a tag to compare

This is a major re-write, anticipating several features for wider use at scale:

  1. Multi-threading compatibility
  2. Custom data handlers provided by user extensions
  3. A new data base model -- enabling future features such as accumulators to limit number of small files.