Skip to content

Releases: equinor/tagreader-python

v5.4.0

03 Jun 12:16
25743ac
Compare
Choose a tag to compare

5.4.0 (2024-06-03)

🧹 Chores

  • deps: bump jinja2 from 3.1.3 to 3.1.4 (#343) (3503905)
  • deps: bump msal-bearer from 0.2.1 to 1.0.0 (#348) (f93e38f)
  • deps: bump pytest from 7.4.4 to 8.2.1 (#345) (716b084)
  • deps: bump requests from 2.31.0 to 2.32.3 (#350) (0e79987)
  • update manual.md (5f3bc1a)

✨ Features

  • cleanup remove unused statoil certificate (#337) (5f3bc1a)

🐛 Bug Fixes

  • handle invalid description search from aspen (#340) (39a9364)

v5.3.0

19 Apr 11:39
bb2d180
Compare
Choose a tag to compare

5.3.0 (2024-04-19)

📦 Build system

✨ Features

  • aspen query_sql get host from source name (#323) (bb6eced)

🐛 Bug Fixes

v5.2.1

18 Mar 10:25
7008b9a
Compare
Choose a tag to compare

5.2.1 (2024-03-18)

📦 Build system

  • deps: relax requests-ntlm version requirement (61f3cd2)

v5.2.0

18 Mar 10:15
9cb3148
Compare
Choose a tag to compare

5.2.0 (2024-03-18)

🧹 Chores

👷 CI/CD

  • update tagreader dependencies (ec16d46)

✨ Features

  • add legacy support for MD4 in Python patch versions greater than 4. Used in NTLM auth (f9ac0c1)
  • authenticate to aspen api using bearer token (#154) (5e40b27)
  • optionally exclude descriptions from tag search results (#118) (857a594)

🐛 Bug Fixes

  • correct signature for MD4 monkeypatch (6bd7e5c)

v5.1.3

06 Dec 12:22
67e640a
Compare
Choose a tag to compare

5.1.3 (2023-12-06)

🐛 Bug Fixes

  • add both certificates until AspenOne supports the new Equinor Root CA (e6a2c2b)

v5.1.2

05 Dec 15:28
ae597c3
Compare
Choose a tag to compare

5.1.2 (2023-12-05)

🧹 Chores

  • ensure that the repo is in accordance with Equinor guidelines for open-source projects (9469c22)
  • chore: avoid trying to add Statoil certificate if Equinor Root CA is already found
  • chore: avoid default caching web ids in PiHandlerWeb
  • chore: allow numpy integers and floats as timedelta arguments and add timeout to search method

🐛 Bug Fixes

  • fix: allow None-timedelta when reading Snapshots or Raw data

v5.1.1

05 Dec 07:08
f1cb9d2
Compare
Choose a tag to compare

5.1.1 (2023-12-05)

📦 Build system

  • ignore cryptography vulnearbility. No patch available (eecaf1a)
  • remove pyodbc (719f09a)
  • remove unused dependencies (0288207)
  • upgrade Docusaurus (261c573)

v5.1.0

28 Sep 11:57
f58fdfe
Compare
Choose a tag to compare

5.1.0 (2023-09-28)

📦 Build system

  • deps: upgrade build dependencies (9e38faa)

🧹 Chores

✨ Features

🐛 Bug Fixes

  • correctly add root certificate for macos (ac6a884)

v5.0.0

14 Sep 08:23
9bb17fe
Compare
Choose a tag to compare

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

14 Sep 08:16
e94d9b8
Compare
Choose a tag to compare

Improved deprecation warning for ODBC drivers

Full Changelog: v4.3.1...v4.3.2