All notable changes to this project will be documented in this file. The format is based on Keep a Changelog and this project follows Semantic Versioning.
0.4.1 - 2023-06-07
- Hotfix release because version number was not updated.
0.4.0 - 2023-06-07
- Export methods to library:
exports
to list all exports andmodule_export
/module_item_export
to export multiple or a single item - New example with a flattend result dict
0.3.0 - 2021-10-27
- Allow to pass a custom
requests.Session()
-compatible session object. This allows to set custom params like authentication or request headers.
- Since it's now possible to pass a custom session object, the parameter
requests_kwargs
has been removed
0.2.0 - 2021-09-28
- The response schema changed
- Pass
map_function
to response inmodule_item()
call
0.1.0 - 2021-09-16
- Add support for pagination
- More examples and documentation
- New error superclass
0.0.3 - 2021-09-14
- Workflows to lint and publish the code
- Wrong version number in init.py
- Linting errors in code base
0.0.2 - 2021-09-13
- Add possiblity to provide a
map_function
to parse custom fields
- Some examples to show how to use this library
- README describing the library
0.0.1 - 2021-09-10
- Initial release of museumpy
Added
for new features.Changed
for changes in existing functionality.Deprecated
for once-stable features removed in upcoming releases.Removed
for deprecated features removed in this release.Fixed
for any bug fixes.Security
to invite users to upgrade in case of vulnerabilities.