Releases: equinor/tagreader-python
Releases · equinor/tagreader-python
v5.1.0
v5.0.0
5.0.0 (2023-09-14)
⚠ BREAKING CHANGES
- Client cache is no longer forced on when cache is set to None
- ODBC based clients are no longer supported due to available REST services
🧹 Chores
- Add information about deprecated ODBC clients and improve UX (5176de2)
📚 Documentation
- Update Docs and examples to reflect changes in v5 (1667b9d)
✨ Features
v4.3.2
Improved deprecation warning for ODBC drivers
Full Changelog: v4.3.1...v4.3.2
v4.3.1
v4.3.0
4.3.0 (2023-09-12)
📦 Build system
🧹 Chores
- change baseURL in docs (f9af801)
- deps: bump actions/checkout from 3 to 4 (#256) (1ea0c42)
- update pre-commit mypy (cc4f584)
📚 Documentation
- add docusaurus documentation (92cd4ce)
- fix broken links (205bf21)
- update example jupyter notebook (#251) (e7035e0)
✨ Features
- allow passing settings to cache (196719c)
- allow timedelta passed as float (#260) (96ff0a1), closes #259