Skip to content

Commit

Permalink
chore(main): release 5.0.0 (#267)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Morten Dæhli Aslesen <masl@equinor.com>
  • Loading branch information
github-actions[bot] and mortendaehli authored Sep 14, 2023
1 parent 5176de2 commit 9bb17fe
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

This changelog is deprecated. All changes are documented under [releases](https://github.com/equinor/tagreader-python/releases).

## [5.0.0](https://github.com/equinor/tagreader-python/compare/v4.3.1...v5.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](https://github.com/equinor/tagreader-python/commit/5176de22f04b565134ce180830a3c69aecf6c9a7))


### 📚 Documentation

* Update Docs and examples to reflect changes in v5 ([1667b9d](https://github.com/equinor/tagreader-python/commit/1667b9d4c48200307a5e93aa4e3bf5bfc8eedac1))


### ✨ Features

* Remove forced caching ([#266](https://github.com/equinor/tagreader-python/issues/266)) ([4504fa3](https://github.com/equinor/tagreader-python/commit/4504fa3eb563d888dfb6b61a55ceef218afe0fa1)), closes [#265](https://github.com/equinor/tagreader-python/issues/265)
* Remove ODBC support ([a7c7485](https://github.com/equinor/tagreader-python/commit/a7c74857cf13fd579f8e36d4b8d5d0ff7d2b91ac)), closes [#263](https://github.com/equinor/tagreader-python/issues/263)

## [4.3.1](https://github.com/equinor/tagreader-python/compare/v4.3.0...v4.3.1) (2023-09-13)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tagreader"
version = "4.3.1"
version = "5.0.0"
description = "Tagreader is a Python package for reading trend data from the OSIsoft PI and Aspen Infoplus.21 IMS systems."
authors = ["Einar S. Idsø <eiids@equinor.com>"]
license = "MIT"
Expand Down

0 comments on commit 9bb17fe

Please sign in to comment.