* Add `resource_config` ClassVar to begin exposing configuration of resources.
Changed
* Renamed models and memory class for consistent casing convention; left backwards compatible names in place as well.
1.5.1
Fixed
* Pinned `pydantic` to a minimum working version.
1.5.0
Added
* Implemented optional automated stats tracking by object data_class
Changed
* Atomic counter increments on non-versioned resources now modifies the `updated_at` attribute and can be utilized with dictionary-based counters.
1.4.0
Added
* Added support for a non-versioned resource, including methods for atomic counters and set manipulation. * Added example streamlit_app.py as the start of some documentation.
Changed
* Refactored codebase a bit, started `models.py`
1.3.0
Added
* Added Change Log
Changed
* Now uses a consistent read after updating a versioned item.
Deprecated
Removed
Fixed
Security
1.2.0
Added
* Added docstring for paginated query fn
Fixed
* Pagination key is now properly returned when max_api_calls is reached during a query.