Skip to content

Releases: metaodi/museumpy

Release 0.4.1

07 Jun 13:27
c322884
Compare
Choose a tag to compare

[0.4.1] - 2023-06-07

Fixed

  • Hotfix release because version number was not updated.

Release 0.4.0

07 Jun 13:15
b9412ff
Compare
Choose a tag to compare

[0.4.0] - 2023-06-07

Added

  • Export methods to library: exports to list all exports and module_export/module_item_export to export multiple or a single item
  • New example with a flattend result dict

Release 0.3.0

27 Oct 15:02
30e7130
Compare
Choose a tag to compare

[0.3.0] - 2021-10-27

Changed

  • Allow to pass a custom requests.Session()-compatible session object. This allows to set custom params like authentication or request headers.

Removed

  • Since it's now possible to pass a custom session object, the parameter requests_kwargs has been removed

Release 0.2.0

28 Sep 12:35
b99493a
Compare
Choose a tag to compare

[0.2.0] - 2021-09-28

Changed

  • The response schema changed
  • Pass map_function to response in module_item() call

Release 0.1.0

15 Sep 22:25
463fc88
Compare
Choose a tag to compare

[0.1.0] - 2021-09-16

Added

  • Add support for pagination
  • More examples and documentation
  • New error superclass

Release 0.0.3

13 Sep 23:33
19aa6b3
Compare
Choose a tag to compare

[0.0.3] - 2021-09-14

Added

  • Workflows to lint and publish the code

Fixed

  • Wrong version number in __init__.py
  • Linting errors in code base

Release 0.0.2

13 Sep 22:50
Compare
Choose a tag to compare

[0.0.2] - 2021-09-13

Changed

  • Add possiblity to provide a map_function to parse custom fields

Added

  • Some examples to show how to use this library
  • README describing the library

Release 0.0.1

13 Sep 22:48
Compare
Choose a tag to compare

[0.0.1] - 2021-09-10

Added

  • Initial release of museumpy