- Update dependencies
- Update dependencies.
- No breaking changes with version 0.x.
- Allow using limit and offset for get_all methods (#28 by @JAC28)
- Publish new releases automatically with GitHub Action (#27 by Niels Cautaerts)
- Add proxies option (#25 by Jean-Luc Parouty)
- Add experiments templates endpoint (#19 by @m6121)
- Add
get_tags()
- Add
get_all_events()
- Fix the backup_zip function
- Fix create experiment/items not sending POST requests
- The
dev
keyword passed toManager
has been replaced byverify
- Fix the
get_upload()
function to return binary data instead of trying to parse a JSON response
- Add function
add_link_to_item()
to add a link to an item in database - Add
get_bookable()
- Add
create_event()
- Add
get_event()
- Add
destroy_event()
- Add type hinting
- Add GitHub actions
- Get backup zip
- Create item
- Get items types
- Get status
- Add tags
- Add link
- Create experiment
- File upload (fix #2)
- Update instructions in README
- Function to POST data (fix elabftw/elabftw#378)
- Remove the documentation from the README as it's on doc.elabftw.net