Skip to content

Commit

Permalink
chore(main): release 4.1.0 (#207)
Browse files Browse the repository at this point in the history
* chore(main): release 4.1.0

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Morten Dæhli Aslesen <[email protected]>
  • Loading branch information
github-actions[bot] and mortendaehli authored Jun 14, 2023
1 parent 8217af6 commit b246167
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).

## [4.1.0](https://github.com/equinor/tagreader-python/compare/v4.0.3...v4.1.0) (2023-06-14)


### 🔨 Refactor

* make code pass mypy and add strict type validation ([#190](https://github.com/equinor/tagreader-python/issues/190)) ([9efc942](https://github.com/equinor/tagreader-python/commit/9efc942eb6580e8c629e0a4bb5b2bb24af871f6f))


### ✨ Features

* add persistent web-id cache for PIWebAPI ([64eb76c](https://github.com/equinor/tagreader-python/commit/64eb76cd90e9e2d4091ebf97b716be53c9bde7ec))
* use diskcache as caching backend ([f7f7a5f](https://github.com/equinor/tagreader-python/commit/f7f7a5ff0edefd21eeb60b41dbd94d6726cd0caf)), closes [#205](https://github.com/equinor/tagreader-python/issues/205)


### 🐛 Bug Fixes

* do not throw error when start and end time is submitted when using SNAPSHOT and ODBC connectors ([#213](https://github.com/equinor/tagreader-python/issues/213)) ([4e9a4c9](https://github.com/equinor/tagreader-python/commit/4e9a4c9011a05be3f73fa5719ef94ea30afe38e0))


### 👷 CI/CD

* correct PyPi test upload ([8217af6](https://github.com/equinor/tagreader-python/commit/8217af6bd6587c9ed6380f132b74abe297f143f6))

## [4.0.3](https://github.com/equinor/tagreader-python/compare/v4.0.2...v4.0.3) (2023-06-09)


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.0.3"
version = "4.1.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ø <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit b246167

Please sign in to comment.